Home
last modified time | relevance | path

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

/art/runtime/base/
Darena_allocator-inl.h25 static constexpr bool kArenaAllocatorPreciseTracking = kArenaAllocatorCountAllocations;
Darena_bit_vector.cc50 ArenaBitVectorAllocatorKindImpl<kArenaAllocatorCountAllocations>;
Darena_allocator.h42 static constexpr bool kArenaAllocatorCountAllocations = false; variable
144 typedef ArenaAllocatorStatsImpl<kArenaAllocatorCountAllocations> ArenaAllocatorStats;
Darena_containers.h126 typedef ArenaAllocatorAdapterKindImpl<kArenaAllocatorCountAllocations> ArenaAllocatorAdapterKind;
Darena_allocator.cc167 template class ArenaAllocatorStatsImpl<kArenaAllocatorCountAllocations || kIsDebugBuild>;
/art/compiler/optimizing/
Doptimizing_compiler.cc1078 if (kArenaAllocatorCountAllocations) { in Compile()
1185 if (kArenaAllocatorCountAllocations) { in JitCompile()