Searched refs:GetThread (Results 1 – 13 of 13) sorted by relevance
110 StackHandleScope<1> hs(GetThread()); in HandleTryItems()122 } else if (UNLIKELY(GetThread()->HasDebuggerShadowFrames())) { in HandleTryItems()125 ShadowFrame* frame = GetThread()->FindDebuggerShadowFrame(frame_id); in HandleTryItems()128 GetThread()->RemoveDebuggerShadowFrameMapping(frame_id); in HandleTryItems()338 GetThread()->PushStackedShadowFrame(nullptr, in FinishStackWalk()380 ShadowFrame* new_frame = GetThread()->FindDebuggerShadowFrame(frame_id); in VisitFrame()388 updated_vregs = GetThread()->GetUpdatedVRegFlags(frame_id); in VisitFrame()399 GetThread()->RemoveDebuggerShadowFrameMapping(frame_id); in VisitFrame()400 DCHECK(GetThread()->FindDebuggerShadowFrame(frame_id) == nullptr); in VisitFrame()408 GetThread()->PushStackedShadowFrame( in VisitFrame()
38 DCHECK(GetThread() == self || in VisitTargets()40 << *GetThread() << " on thread " << *self; in VisitTargets()
46 ThreadState state = Monitor::FetchState(GetThread(), in VisitFrame()
92 Thread* GetThread() const { return thread_; } in GetThread() function
70 Thread* GetThread() { in GetThread() function
178 Thread* GetThread() const { in GetThread() function
167 ShadowFrame* frame = visitor->GetThread()->FindDebuggerShadowFrame(visitor->GetFrameId()); in IsForcedInterpreterNeededForExceptionImpl()
3827 GetThread()->Dump(LOG_STREAM(FATAL_WITHOUT_ABORT)); in VisitDeclaringClass()3971 GetThread()->GetThreadName(thread_name); in VisitQuickFrameWithVregCallback()3973 DescribeStack(GetThread()); in VisitQuickFrameWithVregCallback()
939 DCHECK_EQ(scope->GetThread(), this); in PushReflectiveHandleScope()
374 GetThread()->GetThreadName(thread_name); in InstrumentationInstallStack()
50 thread_pool->GetWorkers()[0]->GetThread()->GetPeerFromOtherThread()); in GetJitThread()
1833 worker->GetThread()->SetVerifierDeps( in Verify()1857 std::unique_ptr<verifier::VerifierDeps> thread_deps(worker->GetThread()->GetVerifierDeps()); in Verify()1858 worker->GetThread()->SetVerifierDeps(nullptr); // We just took ownership. in Verify()
141 cur = GetThread()->FindOrCreateDebuggerShadowFrame(GetFrameId(), in GetOrCreateShadowFrame()