OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kTimeAdjust
(Results
1 - 2
of
2
) sorted by null
/art/runtime/gc/
heap.h
117
static constexpr size_t
kTimeAdjust
= 1024;
heap.cc
457
uint64_t allocation_time = static_cast<uint64_t>(total_allocation_time_) *
kTimeAdjust
;
567
allocation_start = NanoTime() /
kTimeAdjust
;
609
total_allocation_time_.fetch_add(NanoTime() /
kTimeAdjust
- allocation_start);
[
all
...]
Completed in 25 milliseconds