Home
last modified time | relevance | path

Searched refs:time_ (Results 1 – 4 of 4) sorted by relevance

/art/runtime/base/
Dtiming_logger.h99 time_ = NanoTime(); in Timing()
102 time_ = ThreadCpuNanoTime(); in Timing()
113 return time_; in GetTime()
120 uint64_t time_;
/art/runtime/gc/space/
Dregion_space-inl.h417 first_reg->UnfreeLarge(this, time_); in AllocLargeInRange()
434 regions_[p].UnfreeLargeTail(this, time_); in AllocLargeInRange()
Dregion_space.cc111 time_(1U), in RegionSpace()
334 ++time_; in SetFromSpace()
994 r->Unfree(this, time_); in AllocateRegion()
Dregion_space.h369 return time_; in Time()
726 uint32_t time_; // The time as the number of collections since the startup. variable