Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
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::ReduceAsyncFunctionAwaitCaught(Node* node) { in ReduceAsyncFunctionAwaitCaught()
172 Reduction JSIntrinsicLowering::ReduceAsyncFunctionAwaitUncaught(Node* node) { in ReduceAsyncFunctionAwaitUncaught()
[all …]
Djs-intrinsic-lowering.h31 class V8_EXPORT_PRIVATE JSIntrinsicLowering final
34 JSIntrinsicLowering(Editor* editor, JSGraph* jsgraph, JSHeapBroker* broker); in NON_EXPORTED_BASE()
35 ~JSIntrinsicLowering() final = default; in NON_EXPORTED_BASE()
Dpipeline.cc1375 JSIntrinsicLowering intrinsic_lowering(&graph_reducer, data->jsgraph(), in DECL_PIPELINE_PHASE_CONSTANTS()