Searched refs:RequestSynchronousCheckpoint (Results 1 – 11 of 11) sorted by relevance
/aosp_15_r20/art/openjdkjvmti/ |
H A D | ti_stack.cc | 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()
|
H A D | ti_method.cc | 976 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 D | ti_monitor.cc | 434 if (!target->RequestSynchronousCheckpoint(&closure, art::ThreadState::kRunnable)) { in GetCurrentContendedMonitor()
|
H A D | deopt_manager.cc | 454 target->RequestSynchronousCheckpoint(&c); in AddDeoptimizeThreadMethods()
|
H A D | ti_thread.cc | 1132 if (target->RequestSynchronousCheckpoint(&c)) { in StopThread()
|
/aosp_15_r20/art/runtime/base/ |
H A D | mutex.cc | 565 owner->RequestSynchronousCheckpoint(&owner_trace); in DumpStack()
|
/aosp_15_r20/art/runtime/ |
H A D | mutator_gc_coord.md | 117 supplied as an argument at its leisure. `RequestSynchronousCheckpoint()` in
|
H A D | monitor.cc | 572 orig_owner->RequestSynchronousCheckpoint(&owner_trace); in Lock()
|
H A D | thread.h | 478 bool RequestSynchronousCheckpoint(Closure* function,
|
H A D | thread.cc | 1677 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 D | commit.csv | 81259 …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
|