Searched refs:ZeroConstant (Results 1 – 11 of 11) sorted by relevance
/external/v8/src/compiler/ |
D | js-graph.cc | 125 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()
|
D | js-graph.h | 63 Node* ZeroConstant(); in NON_EXPORTED_BASE() 139 Node* NoContextConstant() { return ZeroConstant(); } in NON_EXPORTED_BASE()
|
D | js-builtin-reducer.cc | 316 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()
|
D | js-create-lowering.cc | 633 jsgraph()->ZeroConstant()); in ReduceNewArrayToStubCall() 736 Node* length = jsgraph()->ZeroConstant(); in ReduceJSCreateArray() 1191 ? jsgraph()->ZeroConstant() in AllocateFastLiteral()
|
D | js-intrinsic-lowering.cc | 346 check, jsgraph()->ZeroConstant(), value); in ReduceArrayBufferViewField()
|
D | js-typed-lowering.cc | 1056 jsgraph()->ZeroConstant())); in ReduceJSToBoolean() 1120 input = jsgraph()->ZeroConstant(); in ReduceJSToLength() 1126 jsgraph()->ZeroConstant(), input); in ReduceJSToLength() 1167 return Replace(jsgraph()->ZeroConstant()); in ReduceJSToNumberInput()
|
D | js-call-reducer.cc | 74 Node* value = (p.arity() == 2) ? jsgraph()->ZeroConstant() in ReduceNumberConstructor()
|
D | bytecode-graph-builder.cc | 681 Node* node = jsgraph()->ZeroConstant(); in VisitLdaZero() 1906 Node* pop_node = jsgraph()->ZeroConstant(); in VisitReturn()
|
D | js-native-context-specialization.cc | 1810 base_pointer = jsgraph()->ZeroConstant(); in BuildElementAccess() 1853 check, jsgraph()->ZeroConstant(), length); in BuildElementAccess()
|
D | ast-graph-builder.cc | 1806 environment()->Push(jsgraph()->ZeroConstant()); in VisitCountOperation() 2738 Node* pop_node = jsgraph()->ZeroConstant(); in BuildReturn()
|
D | wasm-compiler.cc | 344 graph()->NewNode(common()->Throw(), jsgraph()->ZeroConstant(), in BuildTrapCode()
|