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

  /external/webkit/JavaScriptCore/jit/
JIT.h 161 MethodCallCompilationInfo(unsigned propertyAccessIndex)
162 : propertyAccessIndex(propertyAccessIndex)
167 unsigned propertyAccessIndex;
    [all...]
JIT.cpp 557 info.callReturnLocation = m_codeBlock->structureStubInfo(m_methodCallCompilationInfo[i].propertyAccessIndex).callReturnLocation;

Completed in 447 milliseconds