Searched refs:RecordAlloc (Results 1 – 7 of 7) sorted by relevance
85 void RecordAlloc(size_t bytes, ArenaAllocKind kind) { UNUSED(bytes, kind); } in RecordAlloc() function101 void RecordAlloc(size_t bytes, ArenaAllocKind kind);221 ArenaAllocatorStats::RecordAlloc(bytes, kind);240 ArenaAllocatorStats::RecordAlloc(size_delta, kind);
76 void ArenaAllocatorStatsImpl<kCount>::RecordAlloc(size_t bytes, ArenaAllocKind kind) { in RecordAlloc() function in art::ArenaAllocatorStatsImpl278 ArenaAllocatorStats::RecordAlloc(rounded_bytes, kind); in AllocValgrind()
75 CurrentStats()->RecordAlloc(bytes, kind); in Alloc()
101 CurrentStats()->RecordAlloc(bytes, kind); in AllocValgrind()
329 void RegionSpace::RecordAlloc(mirror::Object* ref) { in RecordAlloc() function in art::gc::space::RegionSpace
218 void RecordAlloc(mirror::Object* ref);
1309 region_space_->RecordAlloc(to_ref); in Copy()