Home
last modified time | relevance | path

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

/art/runtime/
Dcommon_dex_operations.h109 shadow_frame.GetDexPC(), in DoFieldGetCommon()
168 shadow_frame.GetDexPC(), in DoFieldPutCommon()
Dstack.cc115 return cur_shadow_frame_->GetDexPC(); in GetDexPc()
Dmethod_handles.cc980 CREATE_SHADOW_FRAME(vreg_count, nullptr, shadow_frame.GetMethod(), shadow_frame.GetDexPC()); in DoVarHandleInvokeTranslationUnchecked()
/art/runtime/interpreter/
Dinterpreter_common.h153 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()
Dinterpreter.cc249 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()
Dinterpreter_common.cc177 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()
Dshadow_frame.h94 uint32_t GetDexPC() const { in GetDexPC() function
Dinterpreter_switch_impl.cc46 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/
Dmterp.cc338 receiver, shadow_frame->GetMethod(), shadow_frame->GetDexPC(), called_method); in MterpInvokeVirtualQuick()
1040 uint32_t dex_pc = shadow_frame->GetDexPC(); in MterpMaybeDoOnStackReplacement()