Searched refs:isNotCell (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/JavaScriptCore-7537.78.1/jit/
H A DJITOpcodes32_64.cpp378 Jump isNotCell = branch32(NotEqual, regT1, TrustedImm32(JSValue::CellTag)); local
384 isNotCell.link(this);
H A DJITOpcodes.cpp230 Jump isNotCell = emitJumpIfNotJSCell(regT0); local
237 isNotCell.link(this);
/macosx-10.9.5/JavaScriptCore-7537.78.1/dfg/
H A DDFGSpeculativeJIT32_64.cpp4353 JITCompiler::Jump isNotCell = m_jit.branch32(JITCompiler::NotEqual, value.tagGPR(), JITCompiler::TrustedImm32(JSValue::CellTag)); local
4359 isNotCell.link(&m_jit);
4404 JITCompiler::Jump isNotCell = m_jit.branch32(JITCompiler::NotEqual, tagGPR, JITCompiler::TrustedImm32(JSValue::CellTag)); local
4406 DFG_TYPE_CHECK(JSValueRegs(tagGPR, payloadGPR), node->child1(), SpecCell, isNotCell); local
4426 isNotCell.link(&m_jit);
H A DDFGSpeculativeJIT64.cpp4234 JITCompiler::Jump isNotCell = m_jit.branchTest64(JITCompiler::NonZero, value.gpr(), GPRInfo::tagMaskRegister); local
4241 isNotCell.link(&m_jit);
4286 JITCompiler::Jump isNotCell = m_jit.branchTest64(JITCompiler::NonZero, valueGPR, GPRInfo::tagMaskRegister); local
4288 DFG_TYPE_CHECK(JSValueSource(valueGPR), node->child1(), SpecCell, isNotCell); local
4308 isNotCell.link(&m_jit);

Completed in 136 milliseconds