Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Drosalloc_space_random_test.cc34 Runtime::Current()->GetHeap()->IsLowMemoryMode(), in CreateRosAllocSpace()
Drosalloc_space_static_test.cc33 Runtime::Current()->GetHeap()->IsLowMemoryMode(), in CreateRosAllocSpace()
Dspace_create_test.cc51 Runtime::Current()->GetHeap()->IsLowMemoryMode(), in CreateSpace()
177 heap->IsLowMemoryMode(), in TEST_P()
/art/runtime/base/
Dtiming_logger.cc102 const size_t max_buckets = Runtime::Current()->GetHeap()->IsLowMemoryMode() ? in AddPair()
/art/runtime/jit/
Dprofile_saver.cc420 const bool is_low_ram = Runtime::Current()->GetHeap()->IsLowMemoryMode(); in FetchAndCacheResolvedClassesAndMethods()
/art/runtime/gc/
Dheap.h520 bool IsLowMemoryMode() const { in IsLowMemoryMode() function
Dheap.cc4279 if (collector_type_ == kCollectorTypeCC && !IsLowMemoryMode()) { in PostForkChildAction()
/art/runtime/
Doat_file.cc2062 const bool low_ram = runtime->GetHeap()->IsLowMemoryMode(); in MadviseDexFile()