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

  /art/runtime/gc/collector/
garbage_collector.cc 74 void GarbageCollector::RegisterPause(uint64_t nano_length) {
110 RegisterPause(current_iteration->GetDurationNs());
180 collector_->RegisterPause(NanoTime() - start_time_);
garbage_collector.h 74 void RegisterPause(uint64_t nano_length);
  /art/runtime/
thread_list.cc 557 collector->RegisterPause(NanoTime() - suspend_start_time);
    [all...]

Completed in 257 milliseconds