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

/art/runtime/gc/
H A Dheap_test.cc33 int64_t max_memory_before = heap->GetMaxMemory();
36 int64_t max_memory_after = heap->GetMaxMemory();
H A Dheap.h424 size_t GetMaxMemory() const { function in class:art::gc::Heap
1081 delta_(heap_->GetMaxMemory() - heap_->GetBytesAllocated()) {
H A Dheap.cc845 os << "Max memory " << PrettySize(GetMaxMemory()) << "\n";
2813 if (max_allowed_footprint > GetMaxMemory()) {
2815 << PrettySize(GetMaxMemory());
2816 max_allowed_footprint = GetMaxMemory();
2925 DCHECK_LE(max_allowed_footprint_, GetMaxMemory());
/art/runtime/native/
H A Djava_lang_Runtime.cc86 return Runtime::Current()->GetHeap()->GetMaxMemory();
/art/runtime/
H A Ddebugger.cc4020 JDWP::Append4BE(bytes, heap->GetMaxMemory()); // Max allowed heap size in bytes.

Completed in 97 milliseconds