Searched refs:GetCurrentShadowFrame (Results 1 – 8 of 8) sorted by relevance
50 return caller.GetCurrentShadowFrame() != nullptr ? JNI_TRUE : JNI_FALSE; in IsInterpreted()138 return caller.GetCurrentShadowFrame() != nullptr ? JNI_FALSE : JNI_TRUE; in IsManaged()
45 ShadowFrame* shadow_frame = GetCurrentShadowFrame(); in VisitFrame()
182 DCHECK(zeroth_caller.GetCurrentShadowFrame() != nullptr); in GetJavaCallFrame()183 return reinterpret_cast<uintptr_t>(zeroth_caller.GetCurrentShadowFrame()); in GetJavaCallFrame()
268 ShadowFrame* GetCurrentShadowFrame() const { in GetCurrentShadowFrame() function
383 ShadowFrame* shadow_frame = GetCurrentShadowFrame(); in SetVReg()420 ShadowFrame* shadow_frame = GetCurrentShadowFrame(); in SetVRegPair()
690 bool is_shadow = stack_visitor->GetCurrentShadowFrame() != nullptr; in DumpFramesWithType()
697 prev_frame = vis.GetCurrentShadowFrame(); in PrevFrameWillRetry()
119 art::ShadowFrame* cur = GetCurrentShadowFrame(); in GetOrCreateShadowFrame()