Home
last modified time | relevance | path

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

/art/test/common/
Dstack_inspect.cc50 return caller.GetCurrentShadowFrame() != nullptr ? JNI_TRUE : JNI_FALSE; in IsInterpreted()
138 return caller.GetCurrentShadowFrame() != nullptr ? JNI_FALSE : JNI_TRUE; in IsManaged()
/art/test/1945-proxy-method-arguments/
Dget_args.cc45 ShadowFrame* shadow_frame = GetCurrentShadowFrame(); in VisitFrame()
/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.h268 ShadowFrame* GetCurrentShadowFrame() const { in GetCurrentShadowFrame() function
Dstack.cc383 ShadowFrame* shadow_frame = GetCurrentShadowFrame(); in SetVReg()
420 ShadowFrame* shadow_frame = GetCurrentShadowFrame(); in SetVRegPair()
Dquick_exception_handler.cc690 bool is_shadow = stack_visitor->GetCurrentShadowFrame() != nullptr; in DumpFramesWithType()
/art/runtime/interpreter/
Dinterpreter.cc697 prev_frame = vis.GetCurrentShadowFrame(); in PrevFrameWillRetry()
/art/openjdkjvmti/
Dti_stack.cc119 art::ShadowFrame* cur = GetCurrentShadowFrame(); in GetOrCreateShadowFrame()