Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Drosalloc_space_static_test.cc33 Runtime::Current()->GetHeap()->IsLowMemoryMode(), in CreateRosAllocSpace()
Drosalloc_space_random_test.cc34 Runtime::Current()->GetHeap()->IsLowMemoryMode(), in CreateRosAllocSpace()
Dspace_create_test.cc51 Runtime::Current()->GetHeap()->IsLowMemoryMode(), in CreateSpace()
177 heap->IsLowMemoryMode(), in TEST_P()
/art/runtime/jit/
Dprofile_saver.cc433 const bool is_low_ram = runtime->GetHeap()->IsLowMemoryMode(); in CalculateHotMethodSampleThreshold()
/art/runtime/gc/
Dheap.h512 bool IsLowMemoryMode() const { in IsLowMemoryMode() function
Dheap.cc4456 if (collector_type_ == kCollectorTypeCC && !IsLowMemoryMode()) { in PostForkChildAction()
/art/runtime/
Doat_file.cc2199 const bool low_ram = runtime->GetHeap()->IsLowMemoryMode(); in MadviseDexFile()