HomeSort by relevance Sort by last modified time
    Searched refs:GetTotalMemory (Results 1 - 6 of 6) sorted by null

  /art/runtime/gc/
heap_test.cc 34 int64_t total_memory_before = heap->GetTotalMemory();
37 int64_t total_memory_after = heap->GetTotalMemory();
heap.h 432 size_t GetTotalMemory() const;
448 size_t total_memory = GetTotalMemory();
    [all...]
heap.cc     [all...]
  /art/runtime/native/
java_lang_Runtime.cc 90 return Runtime::Current()->GetHeap()->GetTotalMemory();
  /art/compiler/
image_writer.cc 421 size_t length = RoundUp(Runtime::Current()->GetHeap()->GetTotalMemory(), kPageSize);
    [all...]
  /art/runtime/
debugger.cc     [all...]

Completed in 45 milliseconds