Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap-inl.h172 Dbg::RecordAllocation(self, klass, bytes_allocated); in AllocObjectWithAllocator()
/art/runtime/
Ddebugger.h680 static void RecordAllocation(Thread* self, mirror::Class* type, size_t byte_count)
Ddebugger.cc4912 void Dbg::RecordAllocation(Thread* self, mirror::Class* type, size_t byte_count) { in RecordAllocation() function in art::Dbg