Searched refs:JSTypedLowering (Results 1 – 3 of 3) sorted by relevance
33 JSBinopReduction(JSTypedLowering* lowering, Node* node) in JSBinopReduction()371 JSTypedLowering* lowering_; // The containing lowering instance.411 JSTypedLowering::JSTypedLowering(Editor* editor, JSGraph* jsgraph, in JSTypedLowering() function in v8::internal::compiler::JSTypedLowering425 Reduction JSTypedLowering::ReduceSpeculativeNumberAdd(Node* node) { in ReduceSpeculativeNumberAdd()440 Reduction JSTypedLowering::ReduceJSBitwiseNot(Node* node) { in ReduceJSBitwiseNot()455 Reduction JSTypedLowering::ReduceJSDecrement(Node* node) { in ReduceJSDecrement()470 Reduction JSTypedLowering::ReduceJSIncrement(Node* node) { in ReduceJSIncrement()486 Reduction JSTypedLowering::ReduceJSNegate(Node* node) { in ReduceJSNegate()500 Reduction JSTypedLowering::ReduceJSAdd(Node* node) { in ReduceJSAdd()613 Reduction JSTypedLowering::ReduceNumberBinop(Node* node) { in ReduceNumberBinop()[all …]
31 class V8_EXPORT_PRIVATE JSTypedLowering final34 JSTypedLowering(Editor* editor, JSGraph* jsgraph, in NON_EXPORTED_BASE()36 ~JSTypedLowering() final {} in NON_EXPORTED_BASE()
1308 JSTypedLowering typed_lowering(&graph_reducer, data->jsgraph(), in Run()