Home
last modified time | relevance | path

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

/external/webkit/JavaScriptCore/jit/
DJITOpcodes.cpp975 JumpList genericCase; in emitSlow_op_eq() local
977 genericCase.append(getSlowCase(iter)); // tags not equal in emitSlow_op_eq()
980 genericCase.append(branchPtr(NotEqual, Address(regT0), ImmPtr(m_globalData->jsStringVPtr))); in emitSlow_op_eq()
981 genericCase.append(branchPtr(NotEqual, Address(regT2), ImmPtr(m_globalData->jsStringVPtr))); in emitSlow_op_eq()
991 genericCase.append(getSlowCase(iter)); // doubles in emitSlow_op_eq()
992 genericCase.link(this); in emitSlow_op_eq()
1025 JumpList genericCase; in emitSlow_op_neq() local
1027 genericCase.append(getSlowCase(iter)); // tags not equal in emitSlow_op_neq()
1030 genericCase.append(branchPtr(NotEqual, Address(regT0), ImmPtr(m_globalData->jsStringVPtr))); in emitSlow_op_neq()
1031 genericCase.append(branchPtr(NotEqual, Address(regT2), ImmPtr(m_globalData->jsStringVPtr))); in emitSlow_op_neq()
[all …]