Searched refs:RequestSynchronousCheckpoint (Results 1 – 10 of 10) sorted by relevance
296 if (!thread->RequestSynchronousCheckpoint(&closure)) { in GetStackTrace()309 if (!thread->RequestSynchronousCheckpoint(&closure)) { in GetStackTrace()750 if (!thread->RequestSynchronousCheckpoint(&closure)) { in GetFrameCount()824 if (!thread->RequestSynchronousCheckpoint(&closure)) { in GetFrameLocation()947 if (!target->RequestSynchronousCheckpoint(&closure, art::ThreadState::kRunnable)) { in GetOwnedMonitorInfoCommon()1101 target->RequestSynchronousCheckpoint(&fc); in NotifyFramePop()1373 frames.target_->RequestSynchronousCheckpoint(&fc); in PopFrame()1422 frames.target_->RequestSynchronousCheckpoint(&fc); in ForceEarlyReturn()
434 if (!target->RequestSynchronousCheckpoint(&closure, art::ThreadState::kRunnable)) { in GetCurrentContendedMonitor()
964 if (!target->RequestSynchronousCheckpoint(&c)) { in GetLocalVariableGeneric()1143 if (!target->RequestSynchronousCheckpoint(&c)) { in SetLocalVariableGeneric()1208 if (!target->RequestSynchronousCheckpoint(&c, art::ThreadState::kRunnable)) { in GetLocalInstance()
454 target->RequestSynchronousCheckpoint(&c); in AddDeoptimizeThreadMethods()
1132 if (target->RequestSynchronousCheckpoint(&c)) { in StopThread()
564 owner->RequestSynchronousCheckpoint(&owner_trace); in DumpStack()
117 supplied as an argument at its leisure. `RequestSynchronousCheckpoint()` in
572 orig_owner->RequestSynchronousCheckpoint(&owner_trace); in Lock()
439 bool RequestSynchronousCheckpoint(Closure* function,
1643 bool Thread::RequestSynchronousCheckpoint(Closure* function, ThreadState wait_state) { in RequestSynchronousCheckpoint() function in art::Thread