Home | History | Annotate | Download | only in jit

Lines Matching defs:addSlowCase

270 ALWAYS_INLINE void JIT::addSlowCase(Jump jump)
277 ALWAYS_INLINE void JIT::addSlowCase(JumpList jumpList)
590 addSlowCase(jump());
592 addSlowCase(emitJumpIfNotJSCell(virtualRegisterIndex));
600 addSlowCase(jump());
602 addSlowCase(branch32(NotEqual, tag, TrustedImm32(JSValue::CellTag)));
725 addSlowCase(emitJumpIfJSCell(reg));
739 addSlowCase(emitJumpIfNotJSCell(reg));
796 addSlowCase(emitJumpIfNotImmediateInteger(reg));
801 addSlowCase(emitJumpIfNotImmediateIntegers(reg1, reg2, scratch));
806 addSlowCase(emitJumpIfNotImmediateNumber(reg));