Searched defs:RecordAlloc (Results 1 – 3 of 3) sorted by relevance
/art/runtime/base/ | ||
D | arena_allocator.cc | 100 void ArenaAllocatorStatsImpl<kCount>::RecordAlloc(size_t bytes, ArenaAllocKind kind) { in RecordAlloc() function in art::ArenaAllocatorStatsImpl |
D | arena_allocator.h | 110 void RecordAlloc(size_t bytes ATTRIBUTE_UNUSED, ArenaAllocKind kind ATTRIBUTE_UNUSED) {} in RecordAlloc() function |
/art/runtime/gc/space/ | ||
D | region_space.cc | 329 void RegionSpace::RecordAlloc(mirror::Object* ref) { in RecordAlloc() function in art::gc::space::RegionSpace |