HomeSort by relevance Sort by last modified time
    Searched refs:RecordAllocation (Results 1 - 10 of 10) sorted by null

  /art/runtime/
debugger.h 390 static void RecordAllocation(mirror::Class* type, size_t byte_count)
debugger.cc     [all...]
  /art/runtime/gc/
heap.h 465 void RecordAllocation(size_t size, mirror::Object* object)
heap.cc 594 RecordAllocation(bytes_allocated, obj);
597 Dbg::RecordAllocation(c, byte_count);
774 inline void Heap::RecordAllocation(size_t size, mirror::Object* obj) {
    [all...]
  /external/v8/src/
spaces.cc     [all...]
spaces.h     [all...]
heap.cc     [all...]
  /external/chromium_org/v8/src/
spaces.h     [all...]
spaces.cc     [all...]
heap.cc     [all...]

Completed in 57 milliseconds