Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Djs-inlining-heuristic.cc117 candidate.can_inline_function[i] = CanInlineFunction(shared); in Reduce()
131 candidate.can_inline_function[i] = false; in Reduce()
133 if (candidate.can_inline_function[i]) { in Reduce()
675 (candidate.can_inline_function[i] && in InlineCandidate()
Djs-inlining-heuristic.h45 bool can_inline_function[kMaxCallPolymorphism]; member