Home
last modified time | relevance | path

Searched refs:kGroupCount (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/v8/src/
Dcompiler.cc123 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()
Dcompiler.h429 ZoneList<Handle<HeapObject> >* dependencies_[DependentCode::kGroupCount];
Dobjects.h5598 kGroupCount = kAllocationSiteTransitionChangedGroup + 1 enumerator
5608 int number_of_entries() { return start_indexes_[kGroupCount]; } in number_of_entries()
5610 int start_indexes_[kGroupCount + 1];
5647 static const int kCodesStartIndex = kGroupCount;
Dmark-compact.cc2676 for (int g = 0; g < DependentCode::kGroupCount; g++) { in ClearNonLiveDependentCode()
Dobjects.cc11664 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()
Dobjects-inl.h3863 for (int g = kGroupCount - 1; g > group; g--) { in ExtendGroup()