Searched refs:stubCallEq (Results 1 – 1 of 1) sorted by relevance
952 JITStubCall stubCallEq(this, cti_op_eq); in emitSlow_op_eq() local953 stubCallEq.addArgument(op1); in emitSlow_op_eq()954 stubCallEq.addArgument(op2); in emitSlow_op_eq()955 stubCallEq.call(regT0); in emitSlow_op_eq()1002 JITStubCall stubCallEq(this, cti_op_eq); in emitSlow_op_neq() local1003 stubCallEq.addArgument(regT1, regT0); in emitSlow_op_neq()1004 stubCallEq.addArgument(regT3, regT2); in emitSlow_op_neq()1005 stubCallEq.call(regT0); in emitSlow_op_neq()