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

/external/webkit/Source/JavaScriptCore/jit/
H A DJITCall.cpp76 emitJumpSlowCaseIfNotJSCell(regT0);
129 emitJumpSlowCaseIfNotJSCell(regT0);
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);
H A DJITCall32_64.cpp74 emitJumpSlowCaseIfNotJSCell(callee, regT1);
208 emitJumpSlowCaseIfNotJSCell(callee, regT1);
H A DJITPropertyAccess32_64.cpp212 emitJumpSlowCaseIfNotJSCell(base, regT1);
311 emitJumpSlowCaseIfNotJSCell(base, regT1);
363 emitJumpSlowCaseIfNotJSCell(base, regT1);
412 emitJumpSlowCaseIfNotJSCell(base, regT1);
498 emitJumpSlowCaseIfNotJSCell(base, regT1);
1099 emitJumpSlowCaseIfNotJSCell(property, regT1);
1102 emitJumpSlowCaseIfNotJSCell(base, regT3);
H A DJITPropertyAccess.cpp101 emitJumpSlowCaseIfNotJSCell(regT0, base);
159 emitJumpSlowCaseIfNotJSCell(regT0, base);
199 emitJumpSlowCaseIfNotJSCell(regT0, base);
409 emitJumpSlowCaseIfNotJSCell(regT0, baseVReg);
486 emitJumpSlowCaseIfNotJSCell(regT0, baseVReg);
H A DJIT.h325 void emitJumpSlowCaseIfNotJSCell(unsigned virtualRegisterIndex);
326 void emitJumpSlowCaseIfNotJSCell(unsigned virtualRegisterIndex, RegisterID tag);
535 void emitJumpSlowCaseIfNotJSCell(RegisterID);
536 void emitJumpSlowCaseIfNotJSCell(RegisterID, int VReg);
H A DJITOpcodes.cpp378 emitJumpSlowCaseIfNotJSCell(regT0, baseVal);
399 emitJumpSlowCaseIfNotJSCell(regT2, value);
400 emitJumpSlowCaseIfNotJSCell(regT1, proto);
1046 emitJumpSlowCaseIfNotJSCell(regT0, srcVReg);
1251 emitJumpSlowCaseIfNotJSCell(regT0);
H A DJITOpcodes32_64.cpp560 emitJumpSlowCaseIfNotJSCell(baseVal);
581 emitJumpSlowCaseIfNotJSCell(value);
582 emitJumpSlowCaseIfNotJSCell(proto);

Completed in 78 milliseconds