Home
last modified time | relevance | path

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

/art/runtime/interpreter/
Dshadow_frame.h108 return (dex_pc_ptr_ == nullptr) ? dex_pc_ : dex_pc_ptr_ - dex_instructions_; in GetDexPC()
167 return dex_instructions_; in GetDexInstructions()
312 return OFFSETOF_MEMBER(ShadowFrame, dex_instructions_); in DexInstructionsOffset()
408 dex_instructions_(nullptr), in ShadowFrame()
445 const uint16_t* dex_instructions_; variable