HomeSort by relevance Sort by last modified time
    Searched refs:SuspendAll (Results 1 - 4 of 4) sorted by null

  /art/runtime/gc/collector/
garbage_collector.cc 170 runtime->GetThreadList()->SuspendAll(__FUNCTION__);
  /art/runtime/
thread_list.h 74 void SuspendAll(const char* cause, bool long_suspend = false)
215 // Ongoing suspend all requests, used to ensure threads added to list_ respect SuspendAll.
thread_list.cc 640 void ThreadList::SuspendAll(const char* cause, bool long_suspend) {
644 VLOG(threads) << *self << " SuspendAll for " << cause << " starting...";
646 VLOG(threads) << "Thread[null] SuspendAll for " << cause << " starting...";
689 VLOG(threads) << *self << " SuspendAll complete";
691 VLOG(threads) << "Thread[null] SuspendAll complete";
698 // the SuspendAll returns.
    [all...]
  /art/openjdkjvmti/
deopt_manager.cc 282 art::Runtime::Current()->GetThreadList()->SuspendAll("JMVTI Deoptimizing methods",

Completed in 677 milliseconds