Home
last modified time | relevance | path

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

/art/runtime/interpreter/
Dshadow_frame.h105 return (dex_pc_ptr_ == nullptr) ? dex_pc_ : dex_pc_ptr_ - dex_instructions_; in GetDexPC()
159 return dex_instructions_; in GetDexInstructions()
304 return OFFSETOF_MEMBER(ShadowFrame, dex_instructions_); in DexInstructionsOffset()
393 dex_instructions_(nullptr), in ShadowFrame()
430 const uint16_t* dex_instructions_; variable