Home
last modified time | relevance | path

Searched refs:GetThread (Results 1 – 13 of 13) sorted by relevance

/aosp12/art/runtime/
H A Dquick_exception_handler.cc110 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()
H A Dreflective_handle_scope-inl.h38 DCHECK(GetThread() == self || in VisitTargets()
40 << *GetThread() << " on thread " << *self; in VisitTargets()
H A Dmonitor_objects_stack_visitor.cc46 ThreadState state = Monitor::FetchState(GetThread(), in VisitFrame()
H A Dthread_pool.h92 Thread* GetThread() const { return thread_; } in GetThread() function
H A Dreflective_handle_scope.h70 Thread* GetThread() { in GetThread() function
H A Dstack.h178 Thread* GetThread() const { in GetThread() function
H A Ddebugger.cc167 ShadowFrame* frame = visitor->GetThread()->FindDebuggerShadowFrame(visitor->GetFrameId()); in IsForcedInterpreterNeededForExceptionImpl()
H A Dthread.cc3827 GetThread()->Dump(LOG_STREAM(FATAL_WITHOUT_ABORT)); in VisitDeclaringClass()
3971 GetThread()->GetThreadName(thread_name); in VisitQuickFrameWithVregCallback()
3973 DescribeStack(GetThread()); in VisitQuickFrameWithVregCallback()
H A Dthread.h939 DCHECK_EQ(scope->GetThread(), this); in PushReflectiveHandleScope()
H A Dinstrumentation.cc374 GetThread()->GetThreadName(thread_name); in InstrumentationInstallStack()
/aosp12/art/tools/jvmti-agents/jit-load/
H A Djitload.cc50 thread_pool->GetWorkers()[0]->GetThread()->GetPeerFromOtherThread()); in GetJitThread()
/aosp12/art/dex2oat/driver/
H A Dcompiler_driver.cc1833 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()
/aosp12/art/openjdkjvmti/
H A Dti_stack.cc141 cur = GetThread()->FindOrCreateDebuggerShadowFrame(GetFrameId(), in GetOrCreateShadowFrame()