Searched refs:GetMaxMemory (Results 1 – 5 of 5) sorted by relevance
55 int64_t max_memory_before = heap->GetMaxMemory(); in TEST_F()58 int64_t max_memory_after = heap->GetMaxMemory(); in TEST_F()
1157 os << "Max memory " << PrettySize(GetMaxMemory()) << "\n"; in DumpGcPerformanceInfo()3598 if (target_footprint > GetMaxMemory()) { in SetIdealFootprint()3600 << PrettySize(GetMaxMemory()); in SetIdealFootprint()3601 target_footprint = GetMaxMemory(); in SetIdealFootprint()3718 DCHECK_LE(target_footprint_.load(std::memory_order_relaxed), GetMaxMemory()); in GrowForUtilization()
570 size_t GetMaxMemory() const { in GetMaxMemory() function
302 return art::Runtime::Current()->GetHeap()->GetMaxMemory(); in JVM_MaxMemory()
4501 JDWP::Append4BE(bytes, heap->GetMaxMemory()); // Max allowed heap size in bytes. in DdmSendHeapInfo()