Home
last modified time | relevance | path

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

/external/webkit/JavaScriptCore/jit/
DJITOpcodes.cpp984 JITStubCall stubCallEqStrings(this, cti_op_eq_strings); in emitSlow_op_eq() local
985 stubCallEqStrings.addArgument(regT0); in emitSlow_op_eq()
986 stubCallEqStrings.addArgument(regT2); in emitSlow_op_eq()
987 stubCallEqStrings.call(); in emitSlow_op_eq()
1034 JITStubCall stubCallEqStrings(this, cti_op_eq_strings); in emitSlow_op_neq() local
1035 stubCallEqStrings.addArgument(regT0); in emitSlow_op_neq()
1036 stubCallEqStrings.addArgument(regT2); in emitSlow_op_neq()
1037 stubCallEqStrings.call(regT0); in emitSlow_op_neq()