Home
last modified time | relevance | path

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

/art/runtime/base/
Darena_allocator.h116 void RecordAlloc(size_t bytes ATTRIBUTE_UNUSED, ArenaAllocKind kind ATTRIBUTE_UNUSED) {} in RecordAlloc() function
132 void RecordAlloc(size_t bytes, ArenaAllocKind kind);
296 ArenaAllocatorStats::RecordAlloc(bytes, kind);
315 ArenaAllocatorStats::RecordAlloc(bytes, kind);
347 ArenaAllocatorStats::RecordAlloc(size_delta, kind);
Darena_allocator.cc110 void ArenaAllocatorStatsImpl<kCount>::RecordAlloc(size_t bytes, ArenaAllocKind kind) { in RecordAlloc() function in art::ArenaAllocatorStatsImpl
409 ArenaAllocatorStats::RecordAlloc(rounded_bytes, kind); in AllocWithMemoryTool()
431 ArenaAllocatorStats::RecordAlloc(rounded_bytes, kind); in AllocWithMemoryToolAlign16()
Dscoped_arena_allocator.cc104 CurrentStats()->RecordAlloc(bytes, kind); in AllocWithMemoryTool()
Dscoped_arena_allocator.h99 CurrentStats()->RecordAlloc(bytes, kind); in Alloc()
/art/runtime/gc/space/
Dregion_space.h241 void RecordAlloc(mirror::Object* ref) REQUIRES(!region_lock_);
Dregion_space.cc455 void RegionSpace::RecordAlloc(mirror::Object* ref) { in RecordAlloc() function in art::gc::space::RegionSpace
/art/runtime/gc/collector/
Dconcurrent_copying.cc2277 region_space_->RecordAlloc(to_ref); in Copy()