Searched refs:RequestSynchronousCheckpoint (Results 1 – 8 of 8) sorted by relevance
298 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()
430 if (!target->RequestSynchronousCheckpoint(&closure, art::ThreadState::kRunnable)) { in GetCurrentContendedMonitor()
957 if (!target->RequestSynchronousCheckpoint(&c)) { in GetLocalVariableGeneric()1136 if (!target->RequestSynchronousCheckpoint(&c)) { in SetLocalVariableGeneric()1201 if (!target->RequestSynchronousCheckpoint(&c, art::ThreadState::kRunnable)) { in GetLocalInstance()
433 target->RequestSynchronousCheckpoint(&c); in AddDeoptimizeThreadMethods()
1119 if (target->RequestSynchronousCheckpoint(&c)) { in StopThread()
305 bool RequestSynchronousCheckpoint(Closure* function,
567 orig_owner->RequestSynchronousCheckpoint(&owner_trace); in Lock()
1650 bool Thread::RequestSynchronousCheckpoint(Closure* function, ThreadState suspend_state) { in RequestSynchronousCheckpoint() function in art::Thread