Home
last modified time | relevance | path

Searched refs:GetDexInstructions (Results 1 – 2 of 2) sorted by relevance

/aosp12/art/runtime/interpreter/
H A Dshadow_frame.h158 const uint16_t* GetDexInstructions() const { in GetDexInstructions() function
/aosp12/art/runtime/interpreter/mterp/
H A Dmterp.cc508 uint32_t dex_pc = dex_pc_ptr - shadow_frame->GetDexInstructions(); in MterpCheckBefore()