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.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/gc/
Dheap.h536 bool IsLowMemoryMode() const { in IsLowMemoryMode() function
Dheap.cc1569 && !IsLowMemoryMode()) { in DoPendingCollectorTransition()
/art/dex2oat/driver/
Dcompiler_driver.cc440 if (!result && Runtime::Current()->GetHeap()->IsLowMemoryMode()) { in ShouldCompileBasedOnProfile()