Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Drosalloc_space_random_test.cc26 Runtime::Current()->GetHeap()->IsLowMemoryMode(), false); in CreateRosAllocSpace()
Drosalloc_space_static_test.cc26 Runtime::Current()->GetHeap()->IsLowMemoryMode(), false); in CreateRosAllocSpace()
Dspace_create_test.cc54 Runtime::Current()->GetHeap()->IsLowMemoryMode(), in CreateSpace()
180 heap->IsLowMemoryMode(), in TEST_P()
/art/runtime/base/
Dtiming_logger.cc99 const size_t max_buckets = Runtime::Current()->GetHeap()->IsLowMemoryMode() ? in AddPair()
/art/runtime/gc/
Dheap.h446 bool IsLowMemoryMode() const { in IsLowMemoryMode() function
Dheap.cc3571 if (!CareAboutPauseTimes() || IsLowMemoryMode()) { in HeapGrowthMultiplier()