Home
last modified time | relevance | path

Searched refs:DependOnNoElementsProtector (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Dcompilation-dependencies.h88 bool DependOnNoElementsProtector();
Djs-native-context-specialization.cc1712 if (!dependencies()->DependOnNoElementsProtector()) return NoChange(); in ReduceElementAccess()
3249 dependencies()->DependOnNoElementsProtector()) { in BuildIndexedStringLoad()
3393 return dependencies()->DependOnNoElementsProtector(); in CanTreatHoleAsUndefined()
Djs-call-reducer.cc3348 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()
Dcompilation-dependencies.cc1120 bool CompilationDependencies::DependOnNoElementsProtector() { in DependOnNoElementsProtector() function in v8::internal::compiler::CompilationDependencies