Home
last modified time | relevance | path

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

/art/runtime/base/
Dtiming_logger.cc100 const size_t max_buckets = Runtime::Current()->GetHeap()->IsLowMemoryMode() ? 16 : 100; in AddPair()
/art/runtime/gc/
Dheap.h271 bool IsLowMemoryMode() const { in IsLowMemoryMode() function
Dheap.cc2035 if ((utilization > 0.75f && !IsLowMemoryMode()) || ((ms_time - last_trim_time_ms_) < 2 * 1000)) { in RequestHeapTrim()