Home
last modified time | relevance | path

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

/external/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()
99 Reduction JSIntrinsicLowering::ReduceCopyDataProperties(Node* node) { in ReduceCopyDataProperties()
104 Reduction JSIntrinsicLowering::ReduceCreateIterResultObject(Node* node) { in ReduceCreateIterResultObject()
113 Reduction JSIntrinsicLowering::ReduceDeoptimizeNow(Node* node) { in ReduceDeoptimizeNow()
131 Reduction JSIntrinsicLowering::ReduceCreateJSGeneratorObject(Node* node) { in ReduceCreateJSGeneratorObject()
144 Reduction JSIntrinsicLowering::ReduceGeneratorClose(Node* node) { in ReduceGeneratorClose()
158 Reduction JSIntrinsicLowering::ReduceAsyncFunctionAwaitCaught(Node* node) { in ReduceAsyncFunctionAwaitCaught()
164 Reduction JSIntrinsicLowering::ReduceAsyncFunctionAwaitUncaught(Node* node) { in ReduceAsyncFunctionAwaitUncaught()
171 Reduction JSIntrinsicLowering::ReduceAsyncFunctionEnter(Node* node) { in ReduceAsyncFunctionEnter()
[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.cc1461 JSIntrinsicLowering intrinsic_lowering(&graph_reducer, data->jsgraph(), in DECL_PIPELINE_PHASE_CONSTANTS()