Searched refs:GetDexPC (Results 1 – 7 of 7) sorted by relevance
/art/runtime/ |
D | common_dex_operations.h | 109 shadow_frame.GetDexPC(), in DoFieldGetCommon() 168 shadow_frame.GetDexPC(), in DoFieldPutCommon()
|
D | stack.cc | 115 return cur_shadow_frame_->GetDexPC(); in GetDexPc()
|
D | method_handles.cc | 980 CREATE_SHADOW_FRAME(vreg_count, nullptr, shadow_frame.GetMethod(), shadow_frame.GetDexPC()); in DoVarHandleInvokeTranslationUnchecked()
|
/art/runtime/interpreter/ |
D | interpreter_common.h | 153 jit->InvokeVirtualOrInterface(receiver, sf_method, shadow_frame.GetDexPC(), called_method); in DoFastInvoke() 196 jit->InvokeVirtualOrInterface(receiver, sf_method, shadow_frame.GetDexPC(), called_method); in DoInvoke() 203 self, receiver.Ptr(), sf_method, shadow_frame.GetDexPC(), called_method); in DoInvoke() 284 receiver, shadow_frame.GetMethod(), shadow_frame.GetDexPC(), called_method); in DoInvokeVirtualQuick() 291 self, receiver.Ptr(), shadow_frame.GetMethod(), shadow_frame.GetDexPC(), called_method); in DoInvokeVirtualQuick()
|
D | interpreter.cc | 249 if (LIKELY(shadow_frame.GetDexPC() == 0)) { // Entering the method, but not via deoptimization. in Execute() 329 if (shadow_frame.GetDexPC() == dex::kDexNoIndex) { in Execute() 503 const uint32_t dex_pc = shadow_frame->GetDexPC(); in EnterInterpreterFromDeoptimize() 512 self, *shadow_frame, instrumentation) ? shadow_frame->GetDexPC() : dex::kDexNoIndex; in EnterInterpreterFromDeoptimize()
|
D | shadow_frame.h | 94 uint32_t GetDexPC() const { in GetDexPC() function
|
D | interpreter_switch_impl.cc | 46 static_cast<int32_t>(shadow_frame.GetDexPC()) - static_cast<int32_t>(dex_pc); \ 212 uint32_t dex_pc = shadow_frame.GetDexPC(); in ExecuteSwitchImplCpp()
|