Home
last modified time | relevance | path

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

/art/runtime/
Dquick_exception_handler.cc132 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 …]
Dreflective_handle_scope-inl.h38 DCHECK(GetThread() == self || in VisitTargets()
40 << *GetThread() << " on thread " << *self; in VisitTargets()
Dmonitor_objects_stack_visitor.cc46 ThreadState state = Monitor::FetchState(GetThread(), in VisitFrame()
Dreflective_handle_scope.h70 Thread* GetThread() { in GetThread() function
Dthread_pool.h93 Thread* GetThread() const { return thread_; } in GetThread() function
Dstack.h175 Thread* GetThread() const { in GetThread() function
Dinstrumentation.cc524 Runtime::Current()->GetInstrumentation()->NeedsDexPcEvents(GetMethod(), GetThread())); in InstrumentationInstallStack()
580 Runtime::Current()->GetInstrumentation()->NeedsDexPcEvents(GetMethod(), GetThread())); in UpdateNeedsDexPcEventsOnStack()
Ddebugger.cc167 ShadowFrame* frame = visitor->GetThread()->FindDebuggerShadowFrame(visitor->GetFrameId()); in IsForcedInterpreterNeededForExceptionImpl()
Dthread.cc4130 GetThread()->Dump(LOG_STREAM(FATAL_WITHOUT_ABORT)); in VisitDeclaringClass()
4274 GetThread()->GetThreadName(thread_name); in VisitQuickFrameWithVregCallback()
4276 DescribeStack(GetThread()); in VisitQuickFrameWithVregCallback()
Dthread.h1220 DCHECK_EQ(scope->GetThread(), this); in PushReflectiveHandleScope()
/art/tools/jvmti-agents/jit-load/
Djitload.cc50 thread_pool->GetWorkers()[0]->GetThread()->GetPeerFromOtherThread()); in GetJitThread()
/art/dex2oat/driver/
Dcompiler_driver.cc1937 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()
/art/openjdkjvmti/
Dti_stack.cc139 cur = GetThread()->FindOrCreateDebuggerShadowFrame(GetFrameId(), in GetOrCreateShadowFrame()