Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap_test.cc62 int64_t max_memory_before = heap->GetMaxMemory(); in TEST_F()
65 int64_t max_memory_after = heap->GetMaxMemory(); in TEST_F()
Dheap.cc1282 os << "Max memory " << PrettySize(GetMaxMemory()) << "\n"; in DumpGcPerformanceInfo()
3651 if (target_footprint > GetMaxMemory()) { in SetIdealFootprint()
3653 << PrettySize(GetMaxMemory()); in SetIdealFootprint()
3654 target_footprint = GetMaxMemory(); in SetIdealFootprint()
3763 GetMaxMemory()) in GrowForUtilization()
3790 DCHECK_LE(target_footprint_.load(std::memory_order_relaxed), GetMaxMemory()); in GrowForUtilization()
Dheap.h590 size_t GetMaxMemory() const { in GetMaxMemory() function
/art/openjdkjvm/
DOpenjdkJvm.cc332 return art::Runtime::Current()->GetHeap()->GetMaxMemory(); in JVM_MaxMemory()
/art/runtime/
Ddebugger.cc429 Append4BE(bytes, heap->GetMaxMemory()); // Max allowed heap size in bytes. in DdmSendHeapInfo()