Searched refs:vReg (Results 1 – 2 of 2) sorted by relevance
299 ALWAYS_INLINE void JIT::emitJumpSlowCaseIfNotJSCell(RegisterID reg, int vReg) in emitJumpSlowCaseIfNotJSCell() argument301 if (!m_codeBlock->isKnownNotImmediate(vReg)) in emitJumpSlowCaseIfNotJSCell()305 ALWAYS_INLINE void JIT::linkSlowCaseIfNotJSCell(Vector<SlowCaseEntry>::iterator& iter, int vReg) in linkSlowCaseIfNotJSCell() argument307 if (!m_codeBlock->isKnownNotImmediate(vReg)) in linkSlowCaseIfNotJSCell()
472 void linkSlowCaseIfNotJSCell(Vector<SlowCaseEntry>::iterator&, int vReg);