Searched refs:GetDexPC (Results 1 – 9 of 9) 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 | interpreter_common.cc | 177 shadow_frame.GetDexPC(), in EXPLICIT_DO_FIELD_GET_ALL_TEMPLATE_DECL() 365 shadow_frame.GetDexPC(), in EXPLICIT_DO_FIELD_PUT_ALL_TEMPLATE_DECL() 443 hs.NewHandle(exception->GetClass()), shadow_frame.GetDexPC(), &clear_exception); in EXPLICIT_DO_IPUT_QUICK_ALL_TEMPLATE_DECL() 454 shadow_frame.GetDexPC()); in EXPLICIT_DO_IPUT_QUICK_ALL_TEMPLATE_DECL() 744 CREATE_SHADOW_FRAME(num_vregs, nullptr, shadow_frame.GetMethod(), shadow_frame.GetDexPC()); in DoVarHandleInvokeChecked() 932 CREATE_SHADOW_FRAME(num_bootstrap_vregs, nullptr, referrer, shadow_frame.GetDexPC()); in InvokeBootstrapMethod()
|
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()
|
/art/runtime/interpreter/mterp/ |
D | mterp.cc | 338 receiver, shadow_frame->GetMethod(), shadow_frame->GetDexPC(), called_method); in MterpInvokeVirtualQuick() 1040 uint32_t dex_pc = shadow_frame->GetDexPC(); in MterpMaybeDoOnStackReplacement()
|