Searched refs:kGroupCount (Results 1 – 6 of 6) sorted by relevance
123 for (int i = 0; i < DependentCode::kGroupCount; i++) { in Initialize()149 for (int i = 0; i < DependentCode::kGroupCount; i++) { in ~CompilationInfo()157 for (int i = 0; i < DependentCode::kGroupCount; i++) { in CommitDependencies()175 for (int i = 0; i < DependentCode::kGroupCount; i++) { in RollbackDependencies()
429 ZoneList<Handle<HeapObject> >* dependencies_[DependentCode::kGroupCount];
5598 kGroupCount = kAllocationSiteTransitionChangedGroup + 1 enumerator5608 int number_of_entries() { return start_indexes_[kGroupCount]; } in number_of_entries()5610 int start_indexes_[kGroupCount + 1];5647 static const int kCodesStartIndex = kGroupCount;
2676 for (int g = 0; g < DependentCode::kGroupCount; g++) { in ClearNonLiveDependentCode()
11664 for (int g = 1; g <= kGroupCount; g++) { in Recompute()11712 for (int g = 0; g < kGroupCount; g++) { in Insert()11768 for (int i = group; i < kGroupCount; i++) { in RemoveCompilationInfo()
3863 for (int g = kGroupCount - 1; g > group; g--) { in ExtendGroup()