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

  /external/webkit/Source/JavaScriptCore/jit/
JIT.cpp 581 unsigned methodCallCount = m_methodCallCompilationInfo.size();
585 info.structureLabel = patchBuffer.locationOf(m_methodCallCompilationInfo[i].structureToCompare);
586 info.callReturnLocation = m_codeBlock->structureStubInfo(m_methodCallCompilationInfo[i].propertyAccessIndex).callReturnLocation;
JITPropertyAccess.cpp 332 m_methodCallCompilationInfo.append(MethodCallCompilationInfo(m_propertyAccessInstructionIndex));
333 MethodCallCompilationInfo& info = m_methodCallCompilationInfo.last();
    [all...]
JITPropertyAccess32_64.cpp 205 m_methodCallCompilationInfo.append(MethodCallCompilationInfo(m_propertyAccessInstructionIndex));
206 MethodCallCompilationInfo& info = m_methodCallCompilationInfo.last();
    [all...]
JIT.h     [all...]

Completed in 27 milliseconds