Searched refs:DependOnNoElementsProtector (Results 1 – 4 of 4) sorted by relevance
88 bool DependOnNoElementsProtector();
1712 if (!dependencies()->DependOnNoElementsProtector()) return NoChange(); in ReduceElementAccess()3249 dependencies()->DependOnNoElementsProtector()) { in BuildIndexedStringLoad()3393 return dependencies()->DependOnNoElementsProtector(); in CanTreatHoleAsUndefined()
3348 if (!dependencies->DependOnNoElementsProtector()) return; in IteratingArrayBuiltinHelper()4269 if (!dependencies()->DependOnNoElementsProtector()) { in ReduceCallOrConstructWithArrayLikeOrSpread()5563 if (!dependencies()->DependOnNoElementsProtector()) { in ReduceArrayPrototypePush()5700 if (!dependencies()->DependOnNoElementsProtector()) { in ReduceArrayPrototypePop()5847 if (!dependencies()->DependOnNoElementsProtector()) { in ReduceArrayPrototypeShift()6114 if (can_be_holey && !dependencies()->DependOnNoElementsProtector()) { in ReduceArrayPrototypeSlice()6273 !dependencies()->DependOnNoElementsProtector()) { in ReduceArrayIteratorPrototypeNext()
1120 bool CompilationDependencies::DependOnNoElementsProtector() { in DependOnNoElementsProtector() function in v8::internal::compiler::CompilationDependencies