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