Home
last modified time | relevance | path

Searched refs:InlineCandidate (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/compiler/
Djs-inlining-heuristic.cc107 if (force_inline) return InlineCandidate(candidate); in Reduce()
144 return InlineCandidate(candidate); in Reduce()
169 Reduction const reduction = InlineCandidate(candidate); in Finalize()
175 Reduction JSInliningHeuristic::InlineCandidate(Candidate const& candidate) { in InlineCandidate() function in v8::internal::compiler::JSInliningHeuristic
Djs-inlining-heuristic.h60 Reduction InlineCandidate(Candidate const& candidate);