Home
last modified time | relevance | path

Searched defs:GetBytesAllocated (Results 1 – 8 of 8) sorted by relevance

/art/runtime/gc/space/
Dzygote_space.h63 uint64_t GetBytesAllocated() { in GetBytesAllocated() function
Dlarge_object_space.h45 uint64_t GetBytesAllocated() OVERRIDE { in GetBytesAllocated() function
Dbump_pointer_space.cc208 uint64_t BumpPointerSpace::GetBytesAllocated() { in GetBytesAllocated() function in art::gc::space::BumpPointerSpace
Ddlmalloc_space.cc277 uint64_t DlMallocSpace::GetBytesAllocated() { in GetBytesAllocated() function in art::gc::space::DlMallocSpace
Drosalloc_space.cc278 uint64_t RosAllocSpace::GetBytesAllocated() { in GetBytesAllocated() function in art::gc::space::RosAllocSpace
/art/compiler/utils/
Darena_allocator.h127 size_t GetBytesAllocated() const { in GetBytesAllocated() function
Darena_allocator.cc180 size_t ArenaPool::GetBytesAllocated() const { in GetBytesAllocated() function in art::ArenaPool
/art/runtime/gc/
Dheap.h397 size_t GetBytesAllocated() const { in GetBytesAllocated() function