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()
503 size_t GetTotalMemory() const;519 size_t total_memory = GetTotalMemory(); in GetFreeMemory()
1164 os << "Total memory " << PrettySize(GetTotalMemory()) << "\n"; in DumpGcPerformanceInfo()2757 const size_t total_memory = GetTotalMemory(); in LogGC()3491 << PrettySize(GetTotalMemory()) << "; " << GetObjectsAllocated() << " objects\n"; in DumpForSigQuit()3937 size_t Heap::GetTotalMemory() const { in GetTotalMemory() function in art::gc::Heap
301 return art::Runtime::Current()->GetHeap()->GetTotalMemory(); in JVM_TotalMemory()
4459 JDWP::Append4BE(bytes, heap->GetTotalMemory()); // Current heap size in bytes. in DdmSendHeapInfo()