Home
last modified time | relevance | path

Searched defs:RecordAllocation (Results 1 – 2 of 2) sorted by relevance

/art/runtime/gc/
Dheap.cc774 inline void Heap::RecordAllocation(size_t size, mirror::Object* obj) { in RecordAllocation() function in art::gc::Heap
/art/runtime/
Ddebugger.cc3527 void Dbg::RecordAllocation(mirror::Class* type, size_t byte_count) { in RecordAllocation() function in art::Dbg