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

  /external/webkit/Source/JavaScriptCore/jit/
JITPropertyAccess.cpp 402 void JIT::compileGetByIdHotPath(int, int baseVReg, Identifier*, unsigned propertyAccessInstructionIndex)
414 m_propertyAccessCompilationInfo[propertyAccessInstructionIndex].hotPathBegin = hotPathBegin;
477 unsigned propertyAccessInstructionIndex = m_propertyAccessInstructionIndex++;
491 m_propertyAccessCompilationInfo[propertyAccessInstructionIndex].hotPathBegin = hotPathBegin;
512 unsigned propertyAccessInstructionIndex = m_propertyAccessInstructionIndex++;
524 m_propertyAccessCompilationInfo[propertyAccessInstructionIndex].callReturnLocation = call;
    [all...]
JIT.h 571 void compileGetByIdHotPath(int resultVReg, int baseVReg, Identifier* ident, unsigned propertyAccessInstructionIndex);
    [all...]

Completed in 97 milliseconds