Home
last modified time | relevance | path

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

/art/runtime/entrypoints/portable/
Dportable_thread_entrypoints.cc35 uint32_t dex_pc = cur_frame->GetDexPC(); in VisitFrame()
/art/runtime/
Dstack.cc55 return ThrowLocation(GetThisObject(), GetMethod(), GetDexPC()); in GetCurrentLocationForThrow()
95 return cur_shadow_frame_->GetDexPC(); in GetDexPc()
Dstack.h108 uint32_t GetDexPC() const { in GetDexPC() function
/art/runtime/interpreter/
Dinterpreter.cc1093 uint32_t dex_pc = shadow_frame.GetDexPC(); in ExecuteImpl()