Searched refs:RecordAlloc (Results 1 – 7 of 7) sorted by relevance
/art/libartbase/base/ |
D | arena_allocator.h | 124 void RecordAlloc([[maybe_unused]] size_t bytes, [[maybe_unused]] ArenaAllocKind kind) {} in RecordAlloc() function 140 void RecordAlloc(size_t bytes, ArenaAllocKind kind); 274 ArenaAllocatorStats::RecordAlloc(bytes, kind); 293 ArenaAllocatorStats::RecordAlloc(bytes, kind); 325 ArenaAllocatorStats::RecordAlloc(size_delta, kind);
|
D | arena_allocator.cc | 114 void ArenaAllocatorStatsImpl<kCount>::RecordAlloc(size_t bytes, ArenaAllocKind kind) { in RecordAlloc() function in art::ArenaAllocatorStatsImpl 223 ArenaAllocatorStats::RecordAlloc(rounded_bytes, kind); in AllocWithMemoryTool() 245 ArenaAllocatorStats::RecordAlloc(rounded_bytes, kind); in AllocWithMemoryToolAlign16()
|
D | scoped_arena_allocator.h | 107 CurrentStats()->RecordAlloc(bytes, kind); in Alloc()
|
D | scoped_arena_allocator.cc | 103 CurrentStats()->RecordAlloc(bytes, kind); in AllocWithMemoryTool()
|
/art/runtime/gc/space/ |
D | region_space.h | 371 void RecordAlloc(mirror::Object* ref) REQUIRES(!region_lock_);
|
D | region_space.cc | 852 void RegionSpace::RecordAlloc(mirror::Object* ref) { in RecordAlloc() function in art::gc::space::RegionSpace
|
/art/runtime/gc/collector/ |
D | concurrent_copying.cc | 3488 region_space_->RecordAlloc(to_ref); in Copy()
|