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

/art/runtime/gc/
H A Dheap_test.cc54 int64_t total_memory_before = heap->GetTotalMemory();
57 int64_t total_memory_after = heap->GetTotalMemory();
H A Dheap.h534 size_t GetTotalMemory() const;
550 size_t total_memory = GetTotalMemory();
H A Dheap.cc1020 os << "Total memory " << PrettySize(GetTotalMemory()) << "\n";
2654 const size_t total_memory = GetTotalMemory();
3394 << PrettySize(GetTotalMemory()) << "; " << GetObjectsAllocated() << " objects\n";
3805 size_t Heap::GetTotalMemory() const { function in class:art::gc::Heap
/art/openjdkjvm/
H A DOpenjdkJvm.cc302 return art::Runtime::Current()->GetHeap()->GetTotalMemory();
/art/runtime/
H A Ddebugger.cc4644 JDWP::Append4BE(bytes, heap->GetTotalMemory()); // Current heap size in bytes.

Completed in 250 milliseconds