Searched defs:GetBytesAllocated (Results 1 – 8 of 8) sorted by relevance
/art/runtime/gc/space/ | ||
D | zygote_space.h | 63 uint64_t GetBytesAllocated() { in GetBytesAllocated() function |
D | large_object_space.h | 45 uint64_t GetBytesAllocated() OVERRIDE { in GetBytesAllocated() function |
D | bump_pointer_space.cc | 208 uint64_t BumpPointerSpace::GetBytesAllocated() { in GetBytesAllocated() function in art::gc::space::BumpPointerSpace |
D | dlmalloc_space.cc | 277 uint64_t DlMallocSpace::GetBytesAllocated() { in GetBytesAllocated() function in art::gc::space::DlMallocSpace |
D | rosalloc_space.cc | 278 uint64_t RosAllocSpace::GetBytesAllocated() { in GetBytesAllocated() function in art::gc::space::RosAllocSpace |
/art/compiler/utils/ | ||
D | arena_allocator.h | 127 size_t GetBytesAllocated() const { in GetBytesAllocated() function |
D | arena_allocator.cc | 180 size_t ArenaPool::GetBytesAllocated() const { in GetBytesAllocated() function in art::ArenaPool |
/art/runtime/gc/ | ||
D | heap.h | 397 size_t GetBytesAllocated() const { in GetBytesAllocated() function |