Searched refs:GetTotalMemory (Results 1 – 5 of 5) sorted by relevance
56 int64_t total_memory_before = heap->GetTotalMemory(); in TEST_F()59 int64_t total_memory_after = heap->GetTotalMemory(); in TEST_F()
578 size_t GetTotalMemory() const;594 return UnsignedDifference(GetTotalMemory(), in GetFreeMemory()
1156 os << "Total memory " << PrettySize(GetTotalMemory()) << "\n"; in DumpGcPerformanceInfo()2835 const size_t total_memory = GetTotalMemory(); in LogGC()3588 << PrettySize(GetTotalMemory()) << "; " << GetObjectsAllocated() << " objects\n"; in DumpForSigQuit()4098 size_t Heap::GetTotalMemory() const { in GetTotalMemory() function in art::gc::Heap
298 return art::Runtime::Current()->GetHeap()->GetTotalMemory(); in JVM_TotalMemory()
4502 JDWP::Append4BE(bytes, heap->GetTotalMemory()); // Current heap size in bytes. in DdmSendHeapInfo()