Searched defs:baseVReg (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/JavaScriptCore/jit/
H A DJITPropertyAccess.cpp273 unsigned baseVReg = currentInstruction[2].u.operand; local
276 emitGetVirtualRegister(baseVReg, regT0);
292 unsigned baseVReg = currentInstruction[1].u.operand; local
297 emitGetVirtualRegisters(baseVReg, regT0, valueVReg, regT1);
326 unsigned baseVReg = currentInstruction[2].u.operand; local
329 emitGetVirtualRegister(baseVReg, regT0);
361 compileGetByIdHotPath(resultVReg, baseVReg, ident, m_propertyAccessInstructionIndex++);
374 unsigned baseVReg = currentInstruction[2].u.operand; local
377 compileGetByIdSlowCase(resultVReg, baseVReg, ident, iter, true);
394 unsigned baseVReg local
402 compileGetByIdHotPath(int, int baseVReg, Identifier*, unsigned propertyAccessInstructionIndex) argument
436 unsigned baseVReg = currentInstruction[2].u.operand; local
442 compileGetByIdSlowCase(int resultVReg, int baseVReg, Identifier* ident, Vector<SlowCaseEntry>::iterator& iter, bool isMethodCheck) argument
474 unsigned baseVReg = currentInstruction[1].u.operand; local
508 unsigned baseVReg = currentInstruction[1].u.operand; local
[all...]

Completed in 53 milliseconds