Searched refs:JSInliner (Results 1 – 3 of 3) sorted by relevance
88 Reduction JSInliner::InlineJSWasmCall(Node* call, Node* new_target, in InlineJSWasmCall()101 Reduction JSInliner::InlineCall(Node* call, Node* new_target, Node* context, in InlineCall()250 FrameState JSInliner::CreateArtificialFrameState( in CreateArtificialFrameState()294 base::Optional<SharedFunctionInfoRef> JSInliner::DetermineCallTarget( in DetermineCallTarget()349 FeedbackCellRef JSInliner::DetermineCallContext(Node* node, in DetermineCallContext()392 Reduction JSInliner::ReduceJSWasmCall(Node* node) { in ReduceJSWasmCall()465 Reduction JSInliner::ReduceJSCall(Node* node) { in ReduceJSCall()732 Graph* JSInliner::graph() const { return jsgraph()->graph(); } in graph()734 JSOperatorBuilder* JSInliner::javascript() const { in javascript()738 CommonOperatorBuilder* JSInliner::common() const { return jsgraph()->common(); } in common()[all …]
24 class JSInliner final : public AdvancedReducer {26 JSInliner(Editor* editor, Zone* local_zone, OptimizedCompilationInfo* info, in JSInliner() function
104 JSInliner inliner_;