Searched refs:kArenaAllocatorCountAllocations (Results 1 – 6 of 6) sorted by relevance
25 static constexpr bool kArenaAllocatorPreciseTracking = kArenaAllocatorCountAllocations;
50 ArenaBitVectorAllocatorKindImpl<kArenaAllocatorCountAllocations>;
41 static constexpr bool kArenaAllocatorCountAllocations = false; variable149 typedef ArenaAllocatorStatsImpl<kArenaAllocatorCountAllocations> ArenaAllocatorStats;
126 typedef ArenaAllocatorAdapterKindImpl<kArenaAllocatorCountAllocations> ArenaAllocatorAdapterKind;
173 template class ArenaAllocatorStatsImpl<kArenaAllocatorCountAllocations || kIsDebugBuild>;
1121 if (kArenaAllocatorCountAllocations) { in Compile()1449 if (kArenaAllocatorCountAllocations) { in JitCompile()