Home
last modified time | relevance | path

Searched refs:JSIntrinsicLowering (Results 1 - 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/compiler/
H A Djs-intrinsic-lowering.cc25 JSIntrinsicLowering::JSIntrinsicLowering(Editor* editor, JSGraph* jsgraph, in JSIntrinsicLowering() function in v8::internal::compiler::JSIntrinsicLowering
29 Reduction JSIntrinsicLowering::Reduce(Node* node) { in Reduce()
89 Reduction JSIntrinsicLowering::ReduceCopyDataProperties(Node* node) { in ReduceCopyDataProperties()
95 JSIntrinsicLowering::ReduceCopyDataPropertiesWithExcludedPropertiesOnStack( in ReduceCopyDataPropertiesWithExcludedPropertiesOnStack()
113 Reduction JSIntrinsicLowering::ReduceCreateIterResultObject(Node* node) { in ReduceCreateIterResultObject()
122 Reduction JSIntrinsicLowering::ReduceDeoptimizeNow(Node* node) { in ReduceDeoptimizeNow()
139 Reduction JSIntrinsicLowering::ReduceCreateJSGeneratorObject(Node* node) { in ReduceCreateJSGeneratorObject()
152 Reduction JSIntrinsicLowering::ReduceGeneratorClose(Node* node) { in ReduceGeneratorClose()
166 Reduction JSIntrinsicLowering
[all...]
H A Djs-intrinsic-lowering.h31 class V8_EXPORT_PRIVATE JSIntrinsicLowering final
34 JSIntrinsicLowering(Editor* editor, JSGraph* jsgraph, JSHeapBroker* broker);
35 ~JSIntrinsicLowering() final = default;
37 const char* reducer_name() const override { return "JSIntrinsicLowering"; }
H A Dpipeline.cc1375 JSIntrinsicLowering intrinsic_lowering(&graph_reducer, data->jsgraph(), in Run()

Completed in 7 milliseconds