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

  /external/webkit/Source/JavaScriptCore/jit/
JITPropertyAccess.cpp 273 unsigned baseVReg = currentInstruction[2].u.operand;
276 emitGetVirtualRegister(baseVReg, regT0);
292 unsigned baseVReg = currentInstruction[1].u.operand;
297 emitGetVirtualRegisters(baseVReg, regT0, valueVReg, regT1);
326 unsigned baseVReg = currentInstruction[2].u.operand;
329 emitGetVirtualRegister(baseVReg, regT0);
361 compileGetByIdHotPath(resultVReg, baseVReg, ident, m_propertyAccessInstructionIndex++);
374 unsigned baseVReg = currentInstruction[2].u.operand;
377 compileGetByIdSlowCase(resultVReg, baseVReg, ident, iter, true);
394 unsigned baseVReg = currentInstruction[2].u.operand
    [all...]
JIT.h 331 void compileGetByIdSlowCase(int resultVReg, int baseVReg, Identifier* ident, Vector<SlowCaseEntry>::iterator& iter, bool isMethodCheck = false);
571 void compileGetByIdHotPath(int resultVReg, int baseVReg, Identifier* ident, unsigned propertyAccessInstructionIndex);
572 void compileGetByIdSlowCase(int resultVReg, int baseVReg, Identifier* ident, Vector<SlowCaseEntry>::iterator& iter, bool isMethodCheck = false);
    [all...]

Completed in 627 milliseconds