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

  /art/runtime/gc/
heap.h 706 AtomicInteger total_allocation_time_; member in class:art::gc::Heap
heap.cc 137 total_allocation_time_(0),
457 uint64_t allocation_time = static_cast<uint64_t>(total_allocation_time_) * kTimeAdjust;
609 total_allocation_time_.fetch_add(NanoTime() / kTimeAdjust - allocation_start);
    [all...]

Completed in 46 milliseconds