Searched refs:JSInliner (Results 1 – 3 of 3) sorted by relevance
85 Reduction JSInliner::InlineCall(Node* call, Node* new_target, Node* context, in InlineCall()233 Node* JSInliner::CreateArtificialFrameState(Node* node, Node* outer_frame_state, in CreateArtificialFrameState()276 bool JSInliner::DetermineCallTarget( in DetermineCallTarget()332 void JSInliner::DetermineCallContext( in DetermineCallContext()370 Reduction JSInliner::Reduce(Node* node) { in Reduce()375 Handle<Context> JSInliner::native_context() const { in native_context()379 Reduction JSInliner::ReduceJSCall(Node* node) { in ReduceJSCall()637 Graph* JSInliner::graph() const { return jsgraph()->graph(); } in graph()639 JSOperatorBuilder* JSInliner::javascript() const { in javascript()643 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
87 JSInliner inliner_;