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.h412 first_reg->UnfreeLarge(this, time_); in AllocLargeInRange()
429 regions_[p].UnfreeLargeTail(this, time_); in AllocLargeInRange()
Dregion_space.h376 return time_; in Time()
743 uint32_t time_; // The time as the number of collections since the startup. variable
Dregion_space.cc111 time_(1U), in RegionSpace()
335 ++time_; in SetFromSpace()
1043 r->Unfree(this, time_); in AllocateRegion()