Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Djs-inlining-heuristic.cc159 return InlineCandidate(candidate, false); in Reduce()
178 return InlineCandidate(candidate, true); in Reduce()
211 Reduction const reduction = InlineCandidate(candidate, false); in Finalize()
602 Reduction JSInliningHeuristic::InlineCandidate(Candidate const& candidate, in InlineCandidate() function in v8::internal::compiler::JSInliningHeuristic
Djs-inlining-heuristic.h67 Reduction InlineCandidate(Candidate const& candidate, bool small_function);