Searched refs:kGroupCount (Results 1 – 3 of 3) sorted by relevance
23 std::fill_n(groups_, DependentCode::kGroupCount, nullptr); in CompilationDependencies()53 for (int i = 0; i < DependentCode::kGroupCount; i++) { in IsEmpty()64 ZoneList<Handle<HeapObject> >* groups_[DependentCode::kGroupCount];
76 for (int i = 0; i < DependentCode::kGroupCount; i++) { in Commit()95 for (int i = 0; i < DependentCode::kGroupCount; i++) { in Rollback()
5348 static const int kGroupCount = kAllocationSiteTransitionChangedGroup + 1; variable5408 STATIC_ASSERT(kGroupCount <= GroupField::kMax + 1);