Searched refs:linkSlowCaseIfNotJSCell (Results 1 - 6 of 6) sorted by relevance

/macosx-10.9.5/JavaScriptCore-7537.78.1/jit/
H A DJITPropertyAccess32_64.cpp248 linkSlowCaseIfNotJSCell(iter, base); // base cell check
428 linkSlowCaseIfNotJSCell(iter, base); // base cell check
521 linkSlowCaseIfNotJSCell(iter, base);
576 linkSlowCaseIfNotJSCell(iter, base);
1235 linkSlowCaseIfNotJSCell(iter, property);
1237 linkSlowCaseIfNotJSCell(iter, base);
H A DJITPropertyAccess.cpp210 linkSlowCaseIfNotJSCell(iter, base); // base cell check
306 linkSlowCaseIfNotJSCell(iter, base);
459 linkSlowCaseIfNotJSCell(iter, base); // base cell check
579 linkSlowCaseIfNotJSCell(iter, baseVReg);
634 linkSlowCaseIfNotJSCell(iter, baseVReg);
H A DJITOpcodes32_64.cpp297 linkSlowCaseIfNotJSCell(iter, baseVal);
314 linkSlowCaseIfNotJSCell(iter, value);
315 linkSlowCaseIfNotJSCell(iter, proto);
H A DJITOpcodes.cpp1083 linkSlowCaseIfNotJSCell(iter, baseVal);
1099 linkSlowCaseIfNotJSCell(iter, value);
1100 linkSlowCaseIfNotJSCell(iter, proto);
H A DJITInlines.h210 ALWAYS_INLINE void JIT::linkSlowCaseIfNotJSCell(Vector<SlowCaseEntry>::iterator& iter, int vReg) function in class:JSC::JIT
H A DJIT.h839 void linkSlowCaseIfNotJSCell(Vector<SlowCaseEntry>::iterator&, int virtualRegisterIndex);

Completed in 136 milliseconds