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

  /external/webkit/JavaScriptCore/jit/
JIT.cpp 552 unsigned methodCallCount = m_methodCallCompilationInfo.size();
556 info.structureLabel = patchBuffer.locationOf(m_methodCallCompilationInfo[i].structureToCompare);
557 info.callReturnLocation = m_codeBlock->structureStubInfo(m_methodCallCompilationInfo[i].propertyAccessIndex).callReturnLocation;
JITPropertyAccess.cpp 206 m_methodCallCompilationInfo.append(MethodCallCompilationInfo(m_propertyAccessInstructionIndex));
207 MethodCallCompilationInfo& info = m_methodCallCompilationInfo.last();
    [all...]
JIT.h     [all...]

Completed in 13 milliseconds