Searched refs:JSInliner (Results 1 – 3 of 3) sorted by relevance
22 class JSInliner final : public AdvancedReducer {24 JSInliner(Editor* editor, Zone* local_zone, CompilationInfo* info, in JSInliner() function
135 Reduction JSInliner::InlineCall(Node* call, Node* new_target, Node* context, in InlineCall()240 Node* JSInliner::CreateArtificialFrameState(Node* node, Node* outer_frame_state, in CreateArtificialFrameState()279 Reduction JSInliner::Reduce(Node* node) { in Reduce()294 Reduction JSInliner::ReduceJSCall(Node* node, Handle<JSFunction> function) { in ReduceJSCall()
51 JSInliner inliner_;