Home
last modified time | relevance | path

Searched refs:GetCurrentShadowFrame (Results 1 – 11 of 11) sorted by relevance

/art/test/common/
Dstack_inspect.cc51 bool is_shadow_frame = (caller.GetCurrentShadowFrame() != nullptr); in IsInterpreted()
142 return caller.GetCurrentShadowFrame() != nullptr ? JNI_FALSE : JNI_TRUE; in IsManaged()
197 (stack_visitor->GetCurrentShadowFrame() == nullptr && in Java_Main_getThisOfCaller()
/art/test/543-env-long-ref/
Denv_long_ref.cc38 if (stack_visitor->GetCurrentShadowFrame() == nullptr && in Java_Main_lookForMyRegisters()
/art/test/1945-proxy-method-arguments/
Dget_args.cc45 ShadowFrame* shadow_frame = GetCurrentShadowFrame(); in VisitFrame()
/art/test/461-get-reference-vreg/
Dget_reference_vreg_jni.cc30 return sv->GetCurrentShadowFrame() == nullptr && in IsFrameCompiledAndNonDebuggable()
/art/runtime/jni/
Djni_env_ext.cc182 DCHECK(zeroth_caller.GetCurrentShadowFrame() != nullptr); in GetJavaCallFrame()
183 return reinterpret_cast<uintptr_t>(zeroth_caller.GetCurrentShadowFrame()); in GetJavaCallFrame()
/art/runtime/
Dstack.h281 ShadowFrame* GetCurrentShadowFrame() const { in GetCurrentShadowFrame() function
Dquick_exception_handler.cc689 bool is_shadow = stack_visitor->GetCurrentShadowFrame() != nullptr; in DumpFramesWithType()
Dstack.cc476 ShadowFrame* shadow_frame = GetCurrentShadowFrame(); in PrepareSetVReg()
Dthread.cc3561 cf = visitor.GetCurrentShadowFrame(); in QuickDeliverException()
3571 ShadowFrame* penultimate_frame = penultimate_visitor.GetCurrentShadowFrame(); in QuickDeliverException()
3692 ShadowFrame* shadow_frame = GetCurrentShadowFrame(); in VisitFrame()
/art/runtime/interpreter/
Dinterpreter.cc718 prev_frame = vis.GetCurrentShadowFrame(); in PrevFrameWillRetry()
/art/openjdkjvmti/
Dti_stack.cc136 art::ShadowFrame* cur = GetCurrentShadowFrame(); in GetOrCreateShadowFrame()