OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 3795 milliseconds