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

  /external/chromium_org/content/browser/gpu/
gpu_memory_test.cc 47 size_t GetBytesAllocated() {
207 observer.GetBytesAllocated();
208 return observer.GetBytesAllocated() / 1048576;
  /art/runtime/native/
dalvik_system_VMDebug.cc 272 zygoteUsed += dlmalloc_space->GetBytesAllocated();
277 allocUsed += dlmalloc_space->GetBytesAllocated();
284 largeObjectsSize += space->AsLargeObjectSpace()->GetBytesAllocated();
dalvik_system_VMRuntime.cc 175 static_cast<float>(alloc_space->GetBytesAllocated()) / alloc_space_size;
  /art/runtime/gc/space/
dlmalloc_space.h 130 uint64_t GetBytesAllocated() const {
space.h 149 virtual uint64_t GetBytesAllocated() const = 0;
large_object_space.h 44 uint64_t GetBytesAllocated() const {
space_test.cc 262 EXPECT_EQ(0U, los->GetBytesAllocated());
  /art/runtime/gc/
heap.cc 225 last_gc_size_ = GetBytesAllocated();
    [all...]
heap.h 296 size_t GetBytesAllocated() const {
  /art/runtime/
debugger.cc     [all...]

Completed in 254 milliseconds