Home
last modified time | relevance | path

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

/art/compiler/utils/
Darena_allocator.h74 void RecordAlloc(size_t bytes, ArenaAllocKind kind) { UNUSED(bytes); UNUSED(kind); } in RecordAlloc() function
90 void RecordAlloc(size_t bytes, ArenaAllocKind kind);
175 ArenaAllocatorStats::RecordAlloc(bytes, kind); in Alloc()
Darena_allocator.cc66 void ArenaAllocatorStatsImpl<kCount>::RecordAlloc(size_t bytes, ArenaAllocKind kind) { in RecordAlloc() function in art::ArenaAllocatorStatsImpl
228 ArenaAllocatorStats::RecordAlloc(rounded_bytes, kind); in AllocValgrind()
Dscoped_arena_allocator.h75 CurrentStats()->RecordAlloc(bytes, kind); in Alloc()
Dscoped_arena_allocator.cc100 CurrentStats()->RecordAlloc(bytes, kind); in AllocValgrind()