Searched refs:GetCurrentShadowFrame (Results 1 – 12 of 12) sorted by relevance
51 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()
38 if (stack_visitor->GetCurrentShadowFrame() == nullptr && in Java_Main_lookForMyRegisters()
45 ShadowFrame* shadow_frame = GetCurrentShadowFrame(); in VisitFrame()
30 return sv->GetCurrentShadowFrame() == nullptr && in IsFrameCompiledAndNonDebuggable()
178 DCHECK(zeroth_caller.GetCurrentShadowFrame() != nullptr); in GetJavaCallFrame()179 return reinterpret_cast<uintptr_t>(zeroth_caller.GetCurrentShadowFrame()); in GetJavaCallFrame()
292 ShadowFrame* GetCurrentShadowFrame() const { in GetCurrentShadowFrame() function
521 ShadowFrame* shadow_frame = GetCurrentShadowFrame(); in InstrumentationInstallStack()577 ShadowFrame* shadow_frame = GetCurrentShadowFrame(); in UpdateNeedsDexPcEventsOnStack()606 if (GetCurrentShadowFrame() != nullptr) { in ReportMethodEntryForOnStackMethods()
858 bool is_shadow = stack_visitor->GetCurrentShadowFrame() != nullptr; in DumpFramesWithType()
484 ShadowFrame* shadow_frame = GetCurrentShadowFrame(); in PrepareSetVReg()
4072 ShadowFrame* shadow_frame = GetCurrentShadowFrame(); in VisitFrame()
622 prev_frame = vis.GetCurrentShadowFrame(); in PrevFrameWillRetry()
134 art::ShadowFrame* cur = GetCurrentShadowFrame(); in GetOrCreateShadowFrame()