Searched refs:GetThread (Results 1 – 7 of 7) sorted by relevance
121 StackHandleScope<1> hs(GetThread()); in HandleTryItems()134 } else if (UNLIKELY(GetThread()->HasDebuggerShadowFrames())) { in HandleTryItems()137 ShadowFrame* frame = GetThread()->FindDebuggerShadowFrame(frame_id); in HandleTryItems()140 GetThread()->RemoveDebuggerShadowFrameMapping(frame_id); in HandleTryItems()383 GetThread()->PushStackedShadowFrame(nullptr, in FinishStackWalk()425 ShadowFrame* new_frame = GetThread()->FindDebuggerShadowFrame(frame_id); in VisitFrame()433 updated_vregs = GetThread()->GetUpdatedVRegFlags(frame_id); in VisitFrame()440 GetThread()->RemoveDebuggerShadowFrameMapping(frame_id); in VisitFrame()441 DCHECK(GetThread()->FindDebuggerShadowFrame(frame_id) == nullptr); in VisitFrame()449 GetThread()->PushStackedShadowFrame( in VisitFrame()
46 ThreadState state = Monitor::FetchState(GetThread(), in VisitFrame()
89 Thread* GetThread() const { return thread_; } in GetThread() function
176 Thread* GetThread() const { in GetThread() function
2991 StackHandleScope<1> hs(stack_visitor->GetThread()); in PostException()3613 ShadowFrame* frame = visitor->GetThread()->FindDebuggerShadowFrame(visitor->GetFrameId()); in IsForcedInterpreterNeededForExceptionImpl()3669 Thread* GetThread() const { in GetThread() function in art::ScopedDebuggerThreadSuspension3731 Thread* const thread = sts.GetThread(); in ConfigureStep()
50 thread_pool->GetWorkers()[0]->GetThread()->GetPeerFromOtherThread()); in GetJitThread()
124 cur = GetThread()->FindOrCreateDebuggerShadowFrame(GetFrameId(), in GetOrCreateShadowFrame()