Home
last modified time | relevance | path

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

/art/runtime/
Dreflective_handle_scope-inl.h38 DCHECK(GetThread() == self || in VisitTargets()
40 << *GetThread() << " on thread " << *self; in VisitTargets()
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()
Dmonitor_objects_stack_visitor.cc46 ThreadState state = Monitor::FetchState(GetThread(), in VisitFrame()
Dthread_pool.h89 Thread* GetThread() const { return thread_; } in GetThread() function
Dreflective_handle_scope.h70 Thread* GetThread() { in GetThread() function
Dstack.h178 Thread* GetThread() const { in GetThread() function
Ddebugger.cc167 ShadowFrame* frame = visitor->GetThread()->FindDebuggerShadowFrame(visitor->GetFrameId()); in IsForcedInterpreterNeededForExceptionImpl()
Dthread.cc3747 GetThread()->Dump(LOG_STREAM(FATAL_WITHOUT_ABORT)); in VisitDeclaringClass()
3836 GetThread()->GetThreadName(thread_name); in VisitQuickFrameWithVregCallback()
3838 DescribeStack(GetThread()); in VisitQuickFrameWithVregCallback()
Dthread.h926 DCHECK_EQ(scope->GetThread(), this); in PushReflectiveHandleScope()
Dinstrumentation.cc374 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.cc1933 worker->GetThread()->SetVerifierDeps( in Verify()
1957 std::unique_ptr<verifier::VerifierDeps> thread_deps(worker->GetThread()->GetVerifierDeps()); in Verify()
1958 worker->GetThread()->SetVerifierDeps(nullptr); // We just took ownership. in Verify()
/art/openjdkjvmti/
Dti_stack.cc141 cur = GetThread()->FindOrCreateDebuggerShadowFrame(GetFrameId(), in GetOrCreateShadowFrame()