Searched defs:RecordAlloc (Results 1 – 3 of 3) sorted by relevance
114 void ArenaAllocatorStatsImpl<kCount>::RecordAlloc(size_t bytes, ArenaAllocKind kind) { in RecordAlloc() function in art::ArenaAllocatorStatsImpl
122 void RecordAlloc(size_t bytes ATTRIBUTE_UNUSED, ArenaAllocKind kind ATTRIBUTE_UNUSED) {} in RecordAlloc() function
848 void RegionSpace::RecordAlloc(mirror::Object* ref) { in RecordAlloc() function in art::gc::space::RegionSpace