Home | History | Annotate | Download | only in arm64

Lines Matching refs:slow

157                                           Label* slow, Condition cond) {
173 slow, ge);
176 __ B(eq, slow);
179 __ B(eq, slow);
187 __ B(ge, slow);
190 __ B(eq, slow);
193 __ B(eq, slow);
312 Label* slow,
337 __ JumpIfNotHeapNumber(right, slow);
362 __ JumpIfNotHeapNumber(left, slow);
462 Label slow; // Call builtin.
476 // or goes to slow. Only falls through if the objects were not identical.
477 EmitIdenticalObjectComparison(masm, lhs, rhs, x10, d0, &slow, cond);
486 // 2) Branch to the slow case.
493 EmitSmiNonsmiComparison(masm, lhs, rhs, lhs_d, rhs_d, &slow, strict());
564 &flat_string_check, &slow);
571 x15, &slow);
588 __ Bind(&slow);