Searched refs:GetCurrentShadowFrame (Results 1 – 11 of 11) sorted by relevance
51 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()
38 if (stack_visitor->GetCurrentShadowFrame() == nullptr && in Java_Main_lookForMyRegisters()
45 ShadowFrame* shadow_frame = GetCurrentShadowFrame(); in VisitFrame()
30 return sv->GetCurrentShadowFrame() == nullptr && in IsFrameCompiledAndNonDebuggable()
182 DCHECK(zeroth_caller.GetCurrentShadowFrame() != nullptr); in GetJavaCallFrame()183 return reinterpret_cast<uintptr_t>(zeroth_caller.GetCurrentShadowFrame()); in GetJavaCallFrame()
281 ShadowFrame* GetCurrentShadowFrame() const { in GetCurrentShadowFrame() function
689 bool is_shadow = stack_visitor->GetCurrentShadowFrame() != nullptr; in DumpFramesWithType()
476 ShadowFrame* shadow_frame = GetCurrentShadowFrame(); in PrepareSetVReg()
3561 cf = visitor.GetCurrentShadowFrame(); in QuickDeliverException()3571 ShadowFrame* penultimate_frame = penultimate_visitor.GetCurrentShadowFrame(); in QuickDeliverException()3692 ShadowFrame* shadow_frame = GetCurrentShadowFrame(); in VisitFrame()
718 prev_frame = vis.GetCurrentShadowFrame(); in PrevFrameWillRetry()
136 art::ShadowFrame* cur = GetCurrentShadowFrame(); in GetOrCreateShadowFrame()