Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap-inl.h391 …heap_->total_allocation_time_.FetchAndAddSequentiallyConsistent(allocation_end_time - allocation_s… in ~AllocationTimer()
Dheap.h1132 AtomicInteger total_allocation_time_; variable
Dheap.cc194 total_allocation_time_(0), in Heap()
964 static_cast<uint64_t>(total_allocation_time_.LoadRelaxed()) * kTimeAdjust; in DumpGcPerformanceInfo()
1019 total_allocation_time_.StoreRelaxed(0); in ResetGcPerformanceInfo()