Home
last modified time | relevance | path

Searched refs:AddBytesAllocated (Results 1 – 3 of 3) sorted by relevance

/art/runtime/gc/space/
Dbump_pointer_space.cc267 heap->AddBytesAllocated(diff); in AlignEnd()
/art/runtime/gc/
Dheap-inl.h196 size_t num_bytes_allocated_before = AddBytesAllocated(bytes_tl_bulk_allocated); in AllocObjectWithAllocator()
Dheap.h568 size_t AddBytesAllocated(size_t bytes) { in AddBytesAllocated() function