Searched refs:GetThread (Results 1 – 10 of 10) 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()
3748 GetThread()->Dump(LOG_STREAM(FATAL_WITHOUT_ABORT)); in VisitDeclaringClass()3811 GetThread()->GetThreadName(thread_name); in VisitQuickFrameWithVregCallback()3813 DescribeStack(GetThread()); in VisitQuickFrameWithVregCallback()
341 GetThread()->GetThreadName(thread_name); in InstrumentationInstallStack()
50 thread_pool->GetWorkers()[0]->GetThread()->GetPeerFromOtherThread()); in GetJitThread()
1843 worker->GetThread()->SetVerifierDeps( in Verify()1867 std::unique_ptr<verifier::VerifierDeps> thread_deps(worker->GetThread()->GetVerifierDeps()); in Verify()1868 worker->GetThread()->SetVerifierDeps(nullptr); // We just took ownership. in Verify()
124 cur = GetThread()->FindOrCreateDebuggerShadowFrame(GetFrameId(), in GetOrCreateShadowFrame()