Home
last modified time | relevance | path

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

/aosp12/art/openjdkjvmti/
H A Dti_stack.cc298 if (!thread->RequestSynchronousCheckpoint(&closure)) { in GetStackTrace()
311 if (!thread->RequestSynchronousCheckpoint(&closure)) { in GetStackTrace()
749 if (!thread->RequestSynchronousCheckpoint(&closure)) { in GetFrameCount()
823 if (!thread->RequestSynchronousCheckpoint(&closure)) { in GetFrameLocation()
946 if (!target->RequestSynchronousCheckpoint(&closure, art::ThreadState::kRunnable)) { in GetOwnedMonitorInfoCommon()
1100 target->RequestSynchronousCheckpoint(&fc); in NotifyFramePop()
1372 frames.target_->RequestSynchronousCheckpoint(&fc); in PopFrame()
1421 frames.target_->RequestSynchronousCheckpoint(&fc); in ForceEarlyReturn()
H A Dti_monitor.cc430 if (!target->RequestSynchronousCheckpoint(&closure, art::ThreadState::kRunnable)) { in GetCurrentContendedMonitor()
H A Dti_method.cc960 if (!target->RequestSynchronousCheckpoint(&c)) { in GetLocalVariableGeneric()
1139 if (!target->RequestSynchronousCheckpoint(&c)) { in SetLocalVariableGeneric()
1204 if (!target->RequestSynchronousCheckpoint(&c, art::ThreadState::kRunnable)) { in GetLocalInstance()
H A Ddeopt_manager.cc433 target->RequestSynchronousCheckpoint(&c); in AddDeoptimizeThreadMethods()
H A Dti_thread.cc1118 if (target->RequestSynchronousCheckpoint(&c)) { in StopThread()
/aosp12/art/runtime/
H A Dmutator_gc_coord.md113 supplied as an argument at its leisure. `RequestSynchronousCheckpoint()` in
H A Dthread.h307 bool RequestSynchronousCheckpoint(Closure* function,
H A Dmonitor.cc571 orig_owner->RequestSynchronousCheckpoint(&owner_trace); in Lock()
H A Dthread.cc1654 bool Thread::RequestSynchronousCheckpoint(Closure* function, ThreadState suspend_state) { in RequestSynchronousCheckpoint() function in art::Thread
/aosp12/art/runtime/base/
H A Dmutex.cc535 owner->RequestSynchronousCheckpoint(&owner_trace); in DumpStack()