Home
last modified time | relevance | path

Searched refs:JSTypedLowering (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/compiler/
Djs-typed-lowering.cc33 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::JSTypedLowering
425 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 …]
Djs-typed-lowering.h31 class V8_EXPORT_PRIVATE JSTypedLowering final
34 JSTypedLowering(Editor* editor, JSGraph* jsgraph, in NON_EXPORTED_BASE()
36 ~JSTypedLowering() final {} in NON_EXPORTED_BASE()
Dpipeline.cc1308 JSTypedLowering typed_lowering(&graph_reducer, data->jsgraph(), in Run()