Searched refs:GetThread (Results 1 – 13 of 13) sorted by relevance
132 StackHandleScope<1> hs(GetThread()); in HandleTryItems()146 } else if (UNLIKELY(GetThread()->HasDebuggerShadowFrames())) { in HandleTryItems()149 ShadowFrame* frame = GetThread()->FindDebuggerShadowFrame(frame_id); in HandleTryItems()152 GetThread()->RemoveDebuggerShadowFrameMapping(frame_id); in HandleTryItems()425 GetThread()->PushStackedShadowFrame(nullptr, in FinishStackWalk()471 GetThread()->IsExceptionPending()) { in VisitFrame()475 GetThread(), method, dex::kDexNoIndex); in VisitFrame()491 ShadowFrame* new_frame = GetThread()->FindDebuggerShadowFrame(frame_id); in VisitFrame()499 updated_vregs = GetThread()->GetUpdatedVRegFlags(frame_id); in VisitFrame()517 if (GetThread()->IsExceptionPending()) { in VisitFrame()[all …]
38 DCHECK(GetThread() == self || in VisitTargets()40 << *GetThread() << " on thread " << *self; in VisitTargets()
46 ThreadState state = Monitor::FetchState(GetThread(), in VisitFrame()
70 Thread* GetThread() { in GetThread() function
93 Thread* GetThread() const { return thread_; } in GetThread() function
175 Thread* GetThread() const { in GetThread() function
524 Runtime::Current()->GetInstrumentation()->NeedsDexPcEvents(GetMethod(), GetThread())); in InstrumentationInstallStack()580 Runtime::Current()->GetInstrumentation()->NeedsDexPcEvents(GetMethod(), GetThread())); in UpdateNeedsDexPcEventsOnStack()
167 ShadowFrame* frame = visitor->GetThread()->FindDebuggerShadowFrame(visitor->GetFrameId()); in IsForcedInterpreterNeededForExceptionImpl()
4130 GetThread()->Dump(LOG_STREAM(FATAL_WITHOUT_ABORT)); in VisitDeclaringClass()4274 GetThread()->GetThreadName(thread_name); in VisitQuickFrameWithVregCallback()4276 DescribeStack(GetThread()); in VisitQuickFrameWithVregCallback()
1220 DCHECK_EQ(scope->GetThread(), this); in PushReflectiveHandleScope()
50 thread_pool->GetWorkers()[0]->GetThread()->GetPeerFromOtherThread()); in GetJitThread()
1937 worker->GetThread()->SetVerifierDeps( in Verify()1959 std::unique_ptr<verifier::VerifierDeps> thread_deps(worker->GetThread()->GetVerifierDeps()); in Verify()1960 worker->GetThread()->SetVerifierDeps(nullptr); // We just took ownership. in Verify()
139 cur = GetThread()->FindOrCreateDebuggerShadowFrame(GetFrameId(), in GetOrCreateShadowFrame()