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

  /art/runtime/base/
arena_allocator.h 116 void RecordAlloc(size_t bytes ATTRIBUTE_UNUSED, ArenaAllocKind kind ATTRIBUTE_UNUSED) {}
132 void RecordAlloc(size_t bytes, ArenaAllocKind kind);
296 ArenaAllocatorStats::RecordAlloc(bytes, kind);
315 ArenaAllocatorStats::RecordAlloc(bytes, kind);
347 ArenaAllocatorStats::RecordAlloc(size_delta, kind);
arena_allocator.cc 110 void ArenaAllocatorStatsImpl<kCount>::RecordAlloc(size_t bytes, ArenaAllocKind kind) {
409 ArenaAllocatorStats::RecordAlloc(rounded_bytes, kind);
431 ArenaAllocatorStats::RecordAlloc(rounded_bytes, kind);
scoped_arena_allocator.cc 104 CurrentStats()->RecordAlloc(bytes, kind);
scoped_arena_allocator.h 99 CurrentStats()->RecordAlloc(bytes, kind);
  /art/runtime/gc/space/
region_space.cc 455 void RegionSpace::RecordAlloc(mirror::Object* ref) {
region_space.h 241 void RecordAlloc(mirror::Object* ref) REQUIRES(!region_lock_);
  /art/runtime/gc/collector/
concurrent_copying.cc     [all...]

Completed in 1268 milliseconds