Home
last modified time | relevance | path

Searched refs:stubCallEq (Results 1 – 1 of 1) sorted by relevance

/external/webkit/JavaScriptCore/jit/
DJITOpcodes.cpp952 JITStubCall stubCallEq(this, cti_op_eq); in emitSlow_op_eq() local
953 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() local
1003 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()