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

  /external/webkit/Source/JavaScriptCore/jit/
JIT.h 154 MethodCallCompilationInfo(unsigned propertyAccessIndex)
155 : propertyAccessIndex(propertyAccessIndex)
160 unsigned propertyAccessIndex;
    [all...]
JIT.cpp 586 info.callReturnLocation = m_codeBlock->structureStubInfo(m_methodCallCompilationInfo[i].propertyAccessIndex).callReturnLocation;

Completed in 31 milliseconds