Home
last modified time | relevance | path

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

/art/runtime/
Dquick_exception_handler.cc121 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()
Dmonitor_objects_stack_visitor.cc46 ThreadState state = Monitor::FetchState(GetThread(), in VisitFrame()
Dthread_pool.h89 Thread* GetThread() const { return thread_; } in GetThread() function
Dstack.h176 Thread* GetThread() const { in GetThread() function
Ddebugger.cc2991 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::ScopedDebuggerThreadSuspension
3731 Thread* const thread = sts.GetThread(); in ConfigureStep()
Dthread.cc3748 GetThread()->Dump(LOG_STREAM(FATAL_WITHOUT_ABORT)); in VisitDeclaringClass()
3811 GetThread()->GetThreadName(thread_name); in VisitQuickFrameWithVregCallback()
3813 DescribeStack(GetThread()); in VisitQuickFrameWithVregCallback()
Dinstrumentation.cc341 GetThread()->GetThreadName(thread_name); in InstrumentationInstallStack()
/art/tools/jvmti-agents/jit-load/
Djitload.cc50 thread_pool->GetWorkers()[0]->GetThread()->GetPeerFromOtherThread()); in GetJitThread()
/art/dex2oat/driver/
Dcompiler_driver.cc1843 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()
/art/openjdkjvmti/
Dti_stack.cc124 cur = GetThread()->FindOrCreateDebuggerShadowFrame(GetFrameId(), in GetOrCreateShadowFrame()