Home
last modified time | relevance | path

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

/external/webkit/JavaScriptCore/jit/
DJITInlineMethods.h299 ALWAYS_INLINE void JIT::emitJumpSlowCaseIfNotJSCell(RegisterID reg, int vReg) in emitJumpSlowCaseIfNotJSCell() argument
301 if (!m_codeBlock->isKnownNotImmediate(vReg)) in emitJumpSlowCaseIfNotJSCell()
305 ALWAYS_INLINE void JIT::linkSlowCaseIfNotJSCell(Vector<SlowCaseEntry>::iterator& iter, int vReg) in linkSlowCaseIfNotJSCell() argument
307 if (!m_codeBlock->isKnownNotImmediate(vReg)) in linkSlowCaseIfNotJSCell()
DJIT.h472 void linkSlowCaseIfNotJSCell(Vector<SlowCaseEntry>::iterator&, int vReg);