Searched refs:GetDexPC (Results 1 – 9 of 9) sorted by relevance
/art/runtime/ |
D | var_handles.cc | 44 CREATE_SHADOW_FRAME(num_vregs, nullptr, shadow_frame.GetMethod(), shadow_frame.GetDexPC()); in VarHandleInvokeAccessorWithConversions()
|
D | common_dex_operations.h | 112 shadow_frame.GetDexPC(), in DoFieldGetCommon() 171 shadow_frame.GetDexPC(), in DoFieldPutCommon()
|
D | stack.cc | 96 return cur_shadow_frame_->GetDexPC(); in GetDexPc()
|
D | method_handles.cc | 982 CREATE_SHADOW_FRAME(vreg_count, nullptr, shadow_frame.GetMethod(), shadow_frame.GetDexPC()); in DoVarHandleInvokeTranslationUnchecked()
|
/art/runtime/interpreter/ |
D | interpreter.cc | 266 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()
|
D | interpreter_common.h | 205 jit->InvokeVirtualOrInterface(receiver, sf_method, shadow_frame.GetDexPC(), called_method); in DoInvoke() 294 if (new_shadow_frame->GetDexPC() == dex::kDexNoIndex) { in DoInvoke()
|
D | shadow_frame.h | 105 uint32_t GetDexPC() const { in GetDexPC() function
|
D | interpreter_common.cc | 222 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/ |
D | mterp.cc | 951 uint32_t dex_pc = shadow_frame->GetDexPC(); in MterpMaybeDoOnStackReplacement()
|