Home
last modified time | relevance | path

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

/external/v8/src/arm/
Ddeoptimizer-arm.cc266 int high_fix_max = (count() - 1) >> 8; in GeneratePrologue() local
267 DCHECK_GT(arraysize(high_fixes), static_cast<size_t>(high_fix_max)); in GeneratePrologue()
276 for (int high = 1; high <= high_fix_max; high++) { in GeneratePrologue()
281 if (high < high_fix_max) __ b(&high_fixes[0]); in GeneratePrologue()