OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsLowMemoryMode
(Results
1 - 3
of
3
) sorted by null
/art/runtime/base/
timing_logger.cc
100
const size_t max_buckets = Runtime::Current()->GetHeap()->
IsLowMemoryMode
() ? 16 : 100;
/art/runtime/gc/
heap.h
271
bool
IsLowMemoryMode
() const {
heap.cc
[
all
...]
Completed in 56 milliseconds