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

  /external/webkit/JavaScriptCore/jit/
JITPropertyAccess.cpp 162 m_propertyAccessInstructionIndex++;
167 m_propertyAccessInstructionIndex++;
183 m_propertyAccessInstructionIndex++;
188 m_propertyAccessInstructionIndex++;
206 m_methodCallCompilationInfo.append(MethodCallCompilationInfo(m_propertyAccessInstructionIndex));
386 m_propertyAccessCompilationInfo[m_propertyAccessInstructionIndex].hotPathBegin = hotPathBegin;
387 m_propertyAccessInstructionIndex++;
445 m_propertyAccessCompilationInfo[m_propertyAccessInstructionIndex].callReturnLocation = call;
446 m_propertyAccessInstructionIndex++;
465 m_propertyAccessCompilationInfo[m_propertyAccessInstructionIndex].hotPathBegin = hotPathBegin
    [all...]
JIT.cpp 175 m_propertyAccessInstructionIndex = 0;
333 ASSERT(m_propertyAccessInstructionIndex == m_codeBlock->numberOfStructureStubInfos());
355 m_propertyAccessInstructionIndex = 0;
436 ASSERT(m_propertyAccessInstructionIndex == m_codeBlock->numberOfStructureStubInfos());
JIT.h     [all...]

Completed in 17 milliseconds