Searched refs:GetTotalMemory (Results 1 – 5 of 5) sorted by relevance
35 int64_t total_memory_before = heap->GetTotalMemory(); in TEST_F()38 int64_t total_memory_after = heap->GetTotalMemory(); in TEST_F()
525 size_t GetTotalMemory() const;541 size_t total_memory = GetTotalMemory(); in GetFreeMemory()
1109 os << "Total memory " << PrettySize(GetTotalMemory()) << "\n"; in DumpGcPerformanceInfo()2786 const size_t total_memory = GetTotalMemory(); in LogGC()3531 << PrettySize(GetTotalMemory()) << "; " << GetObjectsAllocated() << " objects\n"; in DumpForSigQuit()3983 size_t Heap::GetTotalMemory() const { in GetTotalMemory() function in art::gc::Heap
301 return art::Runtime::Current()->GetHeap()->GetTotalMemory(); in JVM_TotalMemory()
4539 JDWP::Append4BE(bytes, heap->GetTotalMemory()); // Current heap size in bytes. in DdmSendHeapInfo()