Home
last modified time | relevance | path

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

/aosp12/art/libartbase/base/
H A Darena_allocator-inl.h25 static constexpr bool kArenaAllocatorPreciseTracking = kArenaAllocatorCountAllocations;
H A Darena_bit_vector.cc50 ArenaBitVectorAllocatorKindImpl<kArenaAllocatorCountAllocations>;
H A Darena_allocator.h41 static constexpr bool kArenaAllocatorCountAllocations = false; variable
150 typedef ArenaAllocatorStatsImpl<kArenaAllocatorCountAllocations> ArenaAllocatorStats;
H A Darena_containers.h126 typedef ArenaAllocatorAdapterKindImpl<kArenaAllocatorCountAllocations> ArenaAllocatorAdapterKind;
H A Darena_allocator.cc174 template class ArenaAllocatorStatsImpl<kArenaAllocatorCountAllocations || kIsDebugBuild>;
/aosp12/art/compiler/optimizing/
H A Doptimizing_compiler.cc1091 if (kArenaAllocatorCountAllocations) { in Compile()
1434 if (kArenaAllocatorCountAllocations) { in JitCompile()