Searched refs:kArenaAllocatorCountAllocations (Results 1 – 6 of 6) sorted by relevance
25 static constexpr bool kArenaAllocatorPreciseTracking = kArenaAllocatorCountAllocations;
51 ArenaBitVectorAllocatorKindImpl<kArenaAllocatorCountAllocations>;
41 static constexpr bool kArenaAllocatorCountAllocations = false; variable152 using ArenaAllocatorStats = ArenaAllocatorStatsImpl<kArenaAllocatorCountAllocations>;
130 using ArenaAllocatorAdapterKind = ArenaAllocatorAdapterKindImpl<kArenaAllocatorCountAllocations>;
172 template class ArenaAllocatorStatsImpl<kArenaAllocatorCountAllocations || kIsDebugBuild>;
1134 if (kArenaAllocatorCountAllocations) { in Compile()1484 if (kArenaAllocatorCountAllocations) { in JitCompile()