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

/art/runtime/gc/
H A Dheap_test.cc34 int64_t total_memory_before = heap->GetTotalMemory();
37 int64_t total_memory_after = heap->GetTotalMemory();
H A Dheap.h432 size_t GetTotalMemory() const;
448 size_t total_memory = GetTotalMemory();
H A Dheap.cc844 os << "Total memory " << PrettySize(GetTotalMemory()) << "\n";
2183 const size_t total_memory = GetTotalMemory();
2804 << PrettySize(GetTotalMemory()) << "; " << GetObjectsAllocated() << " objects\n";
3159 size_t Heap::GetTotalMemory() const { function in class:art::gc::Heap
/art/runtime/native/
H A Djava_lang_Runtime.cc90 return Runtime::Current()->GetHeap()->GetTotalMemory();
/art/compiler/
H A Dimage_writer.cc232 size_t length = RoundUp(Runtime::Current()->GetHeap()->GetTotalMemory(), kPageSize);
/art/runtime/
H A Ddebugger.cc4021 JDWP::Append4BE(bytes, heap->GetTotalMemory()); // Current heap size in bytes.

Completed in 134 milliseconds