Lines Matching refs:JSInliner
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()
645 SimplifiedOperatorBuilder* JSInliner::simplified() const { in simplified()