Home
last modified time | relevance | path

Searched refs:GetMaxMemory (Results 1 – 5 of 5) sorted by relevance

/art/runtime/gc/
Dheap_test.cc34 int64_t max_memory_before = heap->GetMaxMemory(); in TEST_F()
37 int64_t max_memory_after = heap->GetMaxMemory(); in TEST_F()
Dheap.cc1110 os << "Max memory " << PrettySize(GetMaxMemory()) << "\n"; in DumpGcPerformanceInfo()
3540 if (max_allowed_footprint > GetMaxMemory()) { in SetIdealFootprint()
3542 << PrettySize(GetMaxMemory()); in SetIdealFootprint()
3543 max_allowed_footprint = GetMaxMemory(); in SetIdealFootprint()
3645 DCHECK_LE(max_allowed_footprint_, GetMaxMemory()); in GrowForUtilization()
Dheap.h517 size_t GetMaxMemory() const { in GetMaxMemory() function
/art/runtime/openjdkjvm/
DOpenjdkJvm.cc305 return art::Runtime::Current()->GetHeap()->GetMaxMemory(); in JVM_MaxMemory()
/art/runtime/
Ddebugger.cc4538 JDWP::Append4BE(bytes, heap->GetMaxMemory()); // Max allowed heap size in bytes. in DdmSendHeapInfo()