Home | History | Annotate | Download | only in jit

Lines Matching refs:emitJumpSlowToHot

545     emitJumpSlowToHot(branchTest32(NonZero, regT0), target);
915 emitJumpSlowToHot(branchDoubleZeroOrNaN(fpRegT0, fpRegT1), target);
916 emitJumpSlowToHot(jump(), OPCODE_LENGTH(op_jfalse));
924 emitJumpSlowToHot(branchTest32(Zero, regT0), target); // Inverted.
951 emitJumpSlowToHot(branchDoubleNonZero(fpRegT0, fpRegT1), target);
952 emitJumpSlowToHot(jump(), OPCODE_LENGTH(op_jtrue));
960 emitJumpSlowToHot(branchTest32(NonZero, regT0), target);