Home
last modified time | relevance | path

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

/art/test/common/
Dstack_inspect.cc51 bool is_shadow_frame = (caller.GetCurrentShadowFrame() != nullptr); in IsInterpreted()
144 return caller.GetCurrentShadowFrame() != nullptr ? JNI_FALSE : JNI_TRUE; in IsManaged()
199 (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.cc178 DCHECK(zeroth_caller.GetCurrentShadowFrame() != nullptr); in GetJavaCallFrame()
179 return reinterpret_cast<uintptr_t>(zeroth_caller.GetCurrentShadowFrame()); in GetJavaCallFrame()
/art/runtime/
Dstack.h292 ShadowFrame* GetCurrentShadowFrame() const { in GetCurrentShadowFrame() function
Dinstrumentation.cc521 ShadowFrame* shadow_frame = GetCurrentShadowFrame(); in InstrumentationInstallStack()
577 ShadowFrame* shadow_frame = GetCurrentShadowFrame(); in UpdateNeedsDexPcEventsOnStack()
606 if (GetCurrentShadowFrame() != nullptr) { in ReportMethodEntryForOnStackMethods()
Dquick_exception_handler.cc858 bool is_shadow = stack_visitor->GetCurrentShadowFrame() != nullptr; in DumpFramesWithType()
Dstack.cc484 ShadowFrame* shadow_frame = GetCurrentShadowFrame(); in PrepareSetVReg()
Dthread.cc4072 ShadowFrame* shadow_frame = GetCurrentShadowFrame(); in VisitFrame()
/art/runtime/interpreter/
Dinterpreter.cc622 prev_frame = vis.GetCurrentShadowFrame(); in PrevFrameWillRetry()
/art/openjdkjvmti/
Dti_stack.cc134 art::ShadowFrame* cur = GetCurrentShadowFrame(); in GetOrCreateShadowFrame()