Searched refs:GetMaxMemory (Results 1 – 5 of 5) sorted by relevance
33 int64_t max_memory_before = heap->GetMaxMemory(); in TEST_F()36 int64_t max_memory_after = heap->GetMaxMemory(); in TEST_F()
424 size_t GetMaxMemory() const { in GetMaxMemory() function1081 delta_(heap_->GetMaxMemory() - heap_->GetBytesAllocated()) { in ScopedHeapFill()
845 os << "Max memory " << PrettySize(GetMaxMemory()) << "\n"; in DumpGcPerformanceInfo()2813 if (max_allowed_footprint > GetMaxMemory()) { in SetIdealFootprint()2815 << PrettySize(GetMaxMemory()); in SetIdealFootprint()2816 max_allowed_footprint = GetMaxMemory(); in SetIdealFootprint()2925 DCHECK_LE(max_allowed_footprint_, GetMaxMemory()); in GrowForUtilization()
86 return Runtime::Current()->GetHeap()->GetMaxMemory(); in Runtime_maxMemory()
4020 JDWP::Append4BE(bytes, heap->GetMaxMemory()); // Max allowed heap size in bytes. in DdmSendHeapInfo()