Home
last modified time | relevance | path

Searched refs:JSInliningHeuristic (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/compiler/
Djs-inlining-heuristic.cc70 Reduction JSInliningHeuristic::Reduce(Node* node) { in Reduce()
154 void JSInliningHeuristic::Finalize() { in Finalize()
175 Reduction JSInliningHeuristic::InlineCandidate(Candidate const& candidate) { in InlineCandidate()
281 bool JSInliningHeuristic::CandidateCompare::operator()( in operator ()()
292 void JSInliningHeuristic::PrintCandidates() { in PrintCandidates()
308 Graph* JSInliningHeuristic::graph() const { return jsgraph()->graph(); } in graph()
310 CommonOperatorBuilder* JSInliningHeuristic::common() const { in common()
314 SimplifiedOperatorBuilder* JSInliningHeuristic::simplified() const { in simplified()
Djs-inlining-heuristic.h14 class JSInliningHeuristic final : public AdvancedReducer {
17 JSInliningHeuristic(Editor* editor, Mode mode, Zone* local_zone, in JSInliningHeuristic() function
Dpipeline.cc814 JSInliningHeuristic inlining( in Run()
816 ? JSInliningHeuristic::kGeneralInlining in Run()
817 : JSInliningHeuristic::kRestrictedInlining, in Run()