Home
last modified time | relevance | path

Searched refs:Time (Results 1 – 3 of 3) sorted by relevance

/art/test/927-timers/
Dexpected.txt3 Time OK
/art/runtime/gc/collector/
Dconcurrent_copying.cc698 LOG(FATAL_WITHOUT_ABORT) << "time=" << cc_->region_space_->Time(); in CheckReference()
735 LOG(INFO) << "time=" << region_space_->Time(); in FlipThreadRoots()
754 LOG(INFO) << "time=" << region_space_->Time(); in FlipThreadRoots()
1012 LOG(INFO) << "time=" << region_space_->Time(); in CaptureThreadRootsForMarking()
1032 LOG(INFO) << "time=" << region_space_->Time(); in CaptureThreadRootsForMarking()
2732 LOG(INFO) << "time=" << region_space_->Time(); in ReclaimPhase()
/art/runtime/gc/space/
Dregion_space.h375 uint32_t Time() { in Time() function