Searched refs:JSIntrinsicLowering (Results 1 – 3 of 3) sorted by relevance
25 JSIntrinsicLowering::JSIntrinsicLowering(Editor* editor, JSGraph* jsgraph, in JSIntrinsicLowering() function in v8::internal::compiler::JSIntrinsicLowering29 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 …]
31 class V8_EXPORT_PRIVATE JSIntrinsicLowering final34 JSIntrinsicLowering(Editor* editor, JSGraph* jsgraph, JSHeapBroker* broker); in NON_EXPORTED_BASE()35 ~JSIntrinsicLowering() final = default; in NON_EXPORTED_BASE()
1375 JSIntrinsicLowering intrinsic_lowering(&graph_reducer, data->jsgraph(), in DECL_PIPELINE_PHASE_CONSTANTS()