Searched refs:high_fixes (Results 1 – 1 of 1) sorted by relevance
265 Label high_fixes[256]; in GeneratePrologue() local267 DCHECK_GT(arraysize(high_fixes), static_cast<size_t>(high_fix_max)); in GeneratePrologue()272 __ b(&high_fixes[i >> 8]); // Jump to the secondary table. in GeneratePrologue()277 __ bind(&high_fixes[high]); in GeneratePrologue()281 if (high < high_fix_max) __ b(&high_fixes[0]); in GeneratePrologue()286 __ bind(&high_fixes[0]); in GeneratePrologue()