Searched refs:notEqualCase (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/JavaScriptCore-7537.78.1/dfg/
H A DDFGSpeculativeJIT32_64.cpp739 JITCompiler::Jump notEqualCase = m_jit.branchPtr(JITCompiler::NotEqual, arg1PayloadGPR, arg2PayloadGPR); local
744 notEqualCase.link(&m_jit);
H A DDFGSpeculativeJIT64.cpp689 JITCompiler::Jump notEqualCase = m_jit.branch64(JITCompiler::NotEqual, arg1GPR, arg2GPR); local
695 notEqualCase.link(&m_jit);

Completed in 191 milliseconds