Home
last modified time | relevance | path

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

/art/runtime/
Dvar_handles.cc44 CREATE_SHADOW_FRAME(num_vregs, nullptr, shadow_frame.GetMethod(), shadow_frame.GetDexPC()); in VarHandleInvokeAccessorWithConversions()
Dcommon_dex_operations.h112 shadow_frame.GetDexPC(), in DoFieldGetCommon()
171 shadow_frame.GetDexPC(), in DoFieldPutCommon()
Dstack.cc96 return cur_shadow_frame_->GetDexPC(); in GetDexPc()
Dmethod_handles.cc982 CREATE_SHADOW_FRAME(vreg_count, nullptr, shadow_frame.GetMethod(), shadow_frame.GetDexPC()); in DoVarHandleInvokeTranslationUnchecked()
/art/runtime/interpreter/
Dinterpreter.cc266 CHECK_EQ(shadow_frame.GetDexPC(), 0u); in Execute()
351 if (shadow_frame.GetDexPC() == dex::kDexNoIndex) { in Execute()
532 const uint32_t dex_pc = shadow_frame->GetDexPC(); in EnterInterpreterFromDeoptimize()
541 self, *shadow_frame, instrumentation) ? shadow_frame->GetDexPC() : dex::kDexNoIndex; in EnterInterpreterFromDeoptimize()
Dinterpreter_common.h205 jit->InvokeVirtualOrInterface(receiver, sf_method, shadow_frame.GetDexPC(), called_method); in DoInvoke()
294 if (new_shadow_frame->GetDexPC() == dex::kDexNoIndex) { in DoInvoke()
Dshadow_frame.h105 uint32_t GetDexPC() const { in GetDexPC() function
Dinterpreter_common.cc222 shadow_frame.GetDexPC(), in EXPLICIT_DO_FIELD_GET_ALL_TEMPLATE_DECL()
410 shadow_frame.GetDexPC(), in EXPLICIT_DO_FIELD_PUT_ALL_TEMPLATE_DECL()
499 hs.NewHandle(exception->GetClass()), shadow_frame.GetDexPC(), &clear_exception); in EXPLICIT_DO_IPUT_QUICK_ALL_TEMPLATE_DECL()
510 shadow_frame.GetDexPC()); in EXPLICIT_DO_IPUT_QUICK_ALL_TEMPLATE_DECL()
1343 shadow_frame.GetDexPC()); in InvokeBootstrapMethod()
/art/runtime/interpreter/mterp/
Dmterp.cc951 uint32_t dex_pc = shadow_frame->GetDexPC(); in MterpMaybeDoOnStackReplacement()