Home
last modified time | relevance | path

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

/aosp_15_r20/art/openjdkjvmti/
H A Dti_stack.cc296 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()
H A Dti_method.cc976 if (!target->RequestSynchronousCheckpoint(&c)) { in GetLocalVariableGeneric()
1154 if (!target->RequestSynchronousCheckpoint(&c)) { in SetLocalVariableGeneric()
1219 if (!target->RequestSynchronousCheckpoint(&c, art::ThreadState::kRunnable)) { in GetLocalInstance()
H A Dti_monitor.cc434 if (!target->RequestSynchronousCheckpoint(&closure, art::ThreadState::kRunnable)) { in GetCurrentContendedMonitor()
H A Ddeopt_manager.cc454 target->RequestSynchronousCheckpoint(&c); in AddDeoptimizeThreadMethods()
H A Dti_thread.cc1132 if (target->RequestSynchronousCheckpoint(&c)) { in StopThread()
/aosp_15_r20/art/runtime/base/
H A Dmutex.cc565 owner->RequestSynchronousCheckpoint(&owner_trace); in DumpStack()
/aosp_15_r20/art/runtime/
H A Dmutator_gc_coord.md117 supplied as an argument at its leisure. `RequestSynchronousCheckpoint()` in
H A Dmonitor.cc572 orig_owner->RequestSynchronousCheckpoint(&owner_trace); in Lock()
H A Dthread.h478 bool RequestSynchronousCheckpoint(Closure* function,
H A Dthread.cc1677 bool Thread::RequestSynchronousCheckpoint(Closure* function, ThreadState wait_state) { in RequestSynchronousCheckpoint() function in art::Thread
/aosp_15_r20/development/tools/repo_diff/service/repodiff/persistence/filesystem/testdata/
H A Dcommit.csv81259 …platform/art,[email protected],Change RequestSynchronousCheckpoint to rele…
82516 …tform/art,[email protected],ART: Fix issues in RequestSynchronousCheckpoint
83322 …50e46a,platform/art,[email protected],ART: Fix RequestSynchronousCheckpoint