Lines Matching refs:JSInliningHeuristic
89 JSInliningHeuristic::Candidate JSInliningHeuristic::CollectFunctions(
154 Reduction JSInliningHeuristic::Reduce(Node* node) {
262 // JSInliningHeuristic.
278 void JSInliningHeuristic::Finalize() {
341 Node* JSInliningHeuristic::DuplicateStateValuesAndRename(Node* state_values,
389 FrameState JSInliningHeuristic::DuplicateFrameStateAndRename(
413 bool JSInliningHeuristic::TryReuseDispatch(Node* node, Node* callee,
648 void JSInliningHeuristic::CreateOrReuseDispatch(Node* node, Node* callee,
701 Reduction JSInliningHeuristic::InlineCandidate(Candidate const& candidate,
789 bool JSInliningHeuristic::CandidateCompare::operator()(
810 void JSInliningHeuristic::PrintCandidates() {
841 Graph* JSInliningHeuristic::graph() const { return jsgraph()->graph(); }
843 CompilationDependencies* JSInliningHeuristic::dependencies() const {
847 CommonOperatorBuilder* JSInliningHeuristic::common() const {
851 SimplifiedOperatorBuilder* JSInliningHeuristic::simplified() const {