Home
last modified time | relevance | path

Searched refs:ZeroConstant (Results 1 – 11 of 11) sorted by relevance

/external/v8/src/compiler/
Djs-graph.cc125 Node* JSGraph::ZeroConstant() { in ZeroConstant() function in v8::internal::compiler::JSGraph
171 if (bit_cast<int64_t>(value) == bit_cast<int64_t>(0.0)) return ZeroConstant(); in Constant()
178 if (value == 0) return ZeroConstant(); in Constant()
184 if (value == 0) return ZeroConstant(); in Constant()
Djs-graph.h63 Node* ZeroConstant(); in NON_EXPORTED_BASE()
139 Node* NoContextConstant() { return ZeroConstant(); } in NON_EXPORTED_BASE()
Djs-builtin-reducer.cc316 jsgraph()->ZeroConstant(), effect, control); in ReduceArrayIterator()
752 jsgraph()->ZeroConstant()); in ReduceArrayPop()
1431 jsgraph()->ZeroConstant()); in ReduceNumberIsInteger()
1742 : jsgraph()->ZeroConstant(); in ReduceStringIndexOf()
1970 check, jsgraph()->ZeroConstant(), value); in ReduceArrayBufferViewAccessor()
Djs-create-lowering.cc633 jsgraph()->ZeroConstant()); in ReduceNewArrayToStubCall()
736 Node* length = jsgraph()->ZeroConstant(); in ReduceJSCreateArray()
1191 ? jsgraph()->ZeroConstant() in AllocateFastLiteral()
Djs-intrinsic-lowering.cc346 check, jsgraph()->ZeroConstant(), value); in ReduceArrayBufferViewField()
Djs-typed-lowering.cc1056 jsgraph()->ZeroConstant())); in ReduceJSToBoolean()
1120 input = jsgraph()->ZeroConstant(); in ReduceJSToLength()
1126 jsgraph()->ZeroConstant(), input); in ReduceJSToLength()
1167 return Replace(jsgraph()->ZeroConstant()); in ReduceJSToNumberInput()
Djs-call-reducer.cc74 Node* value = (p.arity() == 2) ? jsgraph()->ZeroConstant() in ReduceNumberConstructor()
Dbytecode-graph-builder.cc681 Node* node = jsgraph()->ZeroConstant(); in VisitLdaZero()
1906 Node* pop_node = jsgraph()->ZeroConstant(); in VisitReturn()
Djs-native-context-specialization.cc1810 base_pointer = jsgraph()->ZeroConstant(); in BuildElementAccess()
1853 check, jsgraph()->ZeroConstant(), length); in BuildElementAccess()
Dast-graph-builder.cc1806 environment()->Push(jsgraph()->ZeroConstant()); in VisitCountOperation()
2738 Node* pop_node = jsgraph()->ZeroConstant(); in BuildReturn()
Dwasm-compiler.cc344 graph()->NewNode(common()->Throw(), jsgraph()->ZeroConstant(), in BuildTrapCode()