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.cc175 candidate.can_inline_function[i] = false; in Reduce()
182 candidate.can_inline_function[i] = candidate.bytecode[i].has_value(); in Reduce()
183 CHECK_IMPLIES(candidate.can_inline_function[i], shared.IsInlineable()); in Reduce()
198 candidate.can_inline_function[i] = false; in Reduce()
200 if (candidate.can_inline_function[i]) { in Reduce()
741 if (candidate.can_inline_function[i] && in InlineCandidate()
Djs-inlining-heuristic.h49 bool can_inline_function[kMaxCallPolymorphism]; member