Home | History | Annotate | Download | only in compiler

Lines Matching refs:inlining

44 #include "src/compiler/js-inlining-heuristic.h"
568 // Print information for the given inlining: which function was inlined and
569 // where the inlining occurred.
588 // compilation. For inlined functions print source position of their inlining.
1185 static const char* phase_name() { return "inlining"; }
1220 JSInliningHeuristic inlining(
1233 AddReducer(data, &graph_reducer, &inlining);
2004 // Perform function context specialization and inlining (if enabled).