Searched refs:RecordAlloc (Results 1 - 7 of 7) sorted by relevance

/art/runtime/base/
H A Darena_allocator.h119 void RecordAlloc(size_t bytes ATTRIBUTE_UNUSED, ArenaAllocKind kind ATTRIBUTE_UNUSED) {} function in class:art::ArenaAllocatorStatsImpl
135 void RecordAlloc(size_t bytes, ArenaAllocKind kind);
299 ArenaAllocatorStats::RecordAlloc(bytes, kind);
318 ArenaAllocatorStats::RecordAlloc(bytes, kind);
350 ArenaAllocatorStats::RecordAlloc(size_delta, kind);
H A Darena_allocator.cc114 void ArenaAllocatorStatsImpl<kCount>::RecordAlloc(size_t bytes, ArenaAllocKind kind) { function in class:art::ArenaAllocatorStatsImpl
416 ArenaAllocatorStats::RecordAlloc(rounded_bytes, kind);
438 ArenaAllocatorStats::RecordAlloc(rounded_bytes, kind);
H A Dscoped_arena_allocator.cc103 CurrentStats()->RecordAlloc(bytes, kind);
H A Dscoped_arena_allocator.h105 CurrentStats()->RecordAlloc(bytes, kind);
/art/runtime/gc/space/
H A Dregion_space.cc489 void RegionSpace::RecordAlloc(mirror::Object* ref) { function in class:art::gc::space::RegionSpace
H A Dregion_space.h278 void RecordAlloc(mirror::Object* ref) REQUIRES(!region_lock_);
/art/runtime/gc/collector/
H A Dconcurrent_copying.cc2372 region_space_->RecordAlloc(to_ref);

Completed in 109 milliseconds