Lines Matching full:base
1170 int base = currentInstruction[2].u.operand;
1177 emitLoad(base, regT1, regT0);
1178 if (!m_codeBlock->isKnownNotImmediate(base))
1180 if (base != m_codeBlock->thisRegister()) {
1201 toObjectStubCall.call(base);
1210 int base = currentInstruction[2].u.operand;
1234 loadPtr(addressFor(base), regT0);
1236 // Test base's structure
1240 // Test base's prototype chain
2376 int base = currentInstruction[2].u.operand;
2383 emitGetVirtualRegister(base, regT0);
2384 if (!m_codeBlock->isKnownNotImmediate(base))
2386 if (base != m_codeBlock->thisRegister()) {
2409 toObjectStubCall.call(base);
2418 int base = currentInstruction[2].u.operand;
2447 emitGetVirtualRegister(base, regT0);
2449 // Test base's structure
2453 // Test base's prototype chain
2794 unsigned base = currentInstruction[2].u.operand;
2798 linkSlowCaseIfNotJSCell(iter, base); // base cell check
2799 linkSlowCase(iter); // base array check
2804 stubCall.addArgument(base, regT2);
2833 unsigned base = currentInstruction[1].u.operand;
2838 linkSlowCaseIfNotJSCell(iter, base); // base cell check
2839 linkSlowCase(iter); // base not array check