Home
last modified time | relevance | path

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

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