HomeSort by relevance Sort by last modified time
    Searched refs:emitJumpSlowCaseIfNotJSCell (Results 1 - 8 of 8) sorted by null

  /external/webkit/Source/JavaScriptCore/jit/
JITCall.cpp 76 emitJumpSlowCaseIfNotJSCell(regT0);
129 emitJumpSlowCaseIfNotJSCell(regT0);
JITInlineMethods.h 586 inline void JIT::emitJumpSlowCaseIfNotJSCell(unsigned virtualRegisterIndex)
596 inline void JIT::emitJumpSlowCaseIfNotJSCell(unsigned virtualRegisterIndex, RegisterID tag)
737 ALWAYS_INLINE void JIT::emitJumpSlowCaseIfNotJSCell(RegisterID reg)
742 ALWAYS_INLINE void JIT::emitJumpSlowCaseIfNotJSCell(RegisterID reg, int vReg)
745 emitJumpSlowCaseIfNotJSCell(reg);
JITCall32_64.cpp 74 emitJumpSlowCaseIfNotJSCell(callee, regT1);
208 emitJumpSlowCaseIfNotJSCell(callee, regT1);
JITPropertyAccess32_64.cpp 212 emitJumpSlowCaseIfNotJSCell(base, regT1);
311 emitJumpSlowCaseIfNotJSCell(base, regT1);
363 emitJumpSlowCaseIfNotJSCell(base, regT1);
412 emitJumpSlowCaseIfNotJSCell(base, regT1);
498 emitJumpSlowCaseIfNotJSCell(base, regT1);
    [all...]
JITPropertyAccess.cpp 101 emitJumpSlowCaseIfNotJSCell(regT0, base);
159 emitJumpSlowCaseIfNotJSCell(regT0, base);
199 emitJumpSlowCaseIfNotJSCell(regT0, base);
409 emitJumpSlowCaseIfNotJSCell(regT0, baseVReg);
486 emitJumpSlowCaseIfNotJSCell(regT0, baseVReg);
    [all...]
JIT.h 325 void emitJumpSlowCaseIfNotJSCell(unsigned virtualRegisterIndex);
326 void emitJumpSlowCaseIfNotJSCell(unsigned virtualRegisterIndex, RegisterID tag);
535 void emitJumpSlowCaseIfNotJSCell(RegisterID);
536 void emitJumpSlowCaseIfNotJSCell(RegisterID, int VReg);
    [all...]
JITOpcodes.cpp 378 emitJumpSlowCaseIfNotJSCell(regT0, baseVal);
399 emitJumpSlowCaseIfNotJSCell(regT2, value);
400 emitJumpSlowCaseIfNotJSCell(regT1, proto);
    [all...]
JITOpcodes32_64.cpp 560 emitJumpSlowCaseIfNotJSCell(baseVal);
581 emitJumpSlowCaseIfNotJSCell(value);
582 emitJumpSlowCaseIfNotJSCell(proto);
    [all...]

Completed in 38 milliseconds