Home
last modified time | relevance | path

Searched refs:kArenaAllocatorCountAllocations (Results 1 – 5 of 5) sorted by relevance

/art/runtime/base/
Darena_bit_vector.cc50 ArenaBitVectorAllocatorKindImpl<kArenaAllocatorCountAllocations>;
Darena_allocator.h42 static constexpr bool kArenaAllocatorCountAllocations = false; variable
139 typedef ArenaAllocatorStatsImpl<kArenaAllocatorCountAllocations> ArenaAllocatorStats;
Darena_containers.h108 typedef ArenaAllocatorAdapterKindImpl<kArenaAllocatorCountAllocations> ArenaAllocatorAdapterKind;
Darena_allocator.cc146 template class ArenaAllocatorStatsImpl<kArenaAllocatorCountAllocations>;
/art/compiler/optimizing/
Doptimizing_compiler.cc822 if (kArenaAllocatorCountAllocations) { in Compile()
909 if (kArenaAllocatorCountAllocations) { in JitCompile()