Searched refs:GetMaxMemory (Results 1 – 5 of 5) sorted by relevance
34 int64_t max_memory_before = heap->GetMaxMemory(); in TEST_F()37 int64_t max_memory_after = heap->GetMaxMemory(); in TEST_F()
981 os << "Max memory " << PrettySize(GetMaxMemory()) << "\n"; in DumpGcPerformanceInfo()3222 if (max_allowed_footprint > GetMaxMemory()) { in SetIdealFootprint()3224 << PrettySize(GetMaxMemory()); in SetIdealFootprint()3225 max_allowed_footprint = GetMaxMemory(); in SetIdealFootprint()3341 DCHECK_LE(max_allowed_footprint_, GetMaxMemory()); in GrowForUtilization()
456 size_t GetMaxMemory() const { in GetMaxMemory() function
94 return Runtime::Current()->GetHeap()->GetMaxMemory(); in Runtime_maxMemory()
4463 JDWP::Append4BE(bytes, heap->GetMaxMemory()); // Max allowed heap size in bytes. in DdmSendHeapInfo()