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

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

Completed in 77 milliseconds