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

/external/webkit/Source/JavaScriptCore/jit/
H A DJITPropertyAccess.cpp402 void JIT::compileGetByIdHotPath(int, int baseVReg, Identifier*, unsigned propertyAccessInstructionIndex) argument
414 m_propertyAccessCompilationInfo[propertyAccessInstructionIndex].hotPathBegin = hotPathBegin;
477 unsigned propertyAccessInstructionIndex = m_propertyAccessInstructionIndex++; local
491 m_propertyAccessCompilationInfo[propertyAccessInstructionIndex].hotPathBegin = hotPathBegin;
512 unsigned propertyAccessInstructionIndex = m_propertyAccessInstructionIndex++; local
524 m_propertyAccessCompilationInfo[propertyAccessInstructionIndex].callReturnLocation = call;

Completed in 36 milliseconds