Searched defs:emitJumpSlowCaseIfNotJSCell (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/JavaScriptCore/jit/
H A DJITInlineMethods.h586 inline void JIT::emitJumpSlowCaseIfNotJSCell(unsigned virtualRegisterIndex) function in class:JSC::JIT
596 inline void JIT::emitJumpSlowCaseIfNotJSCell(unsigned virtualRegisterIndex, RegisterID tag) function in class:JSC::JIT
737 ALWAYS_INLINE void JIT::emitJumpSlowCaseIfNotJSCell(RegisterID reg) function in class:JSC::JIT
742 ALWAYS_INLINE void JIT::emitJumpSlowCaseIfNotJSCell(RegisterID reg, int vReg) function in class:JSC::JIT
745 emitJumpSlowCaseIfNotJSCell(reg);

Completed in 21 milliseconds