Searched refs:m_methodCallCompilationInfo (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Source/JavaScriptCore/jit/
H A DJIT.cpp581 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;
H A DJITPropertyAccess.cpp332 m_methodCallCompilationInfo.append(MethodCallCompilationInfo(m_propertyAccessInstructionIndex));
333 MethodCallCompilationInfo& info = m_methodCallCompilationInfo.last();
H A DJITPropertyAccess32_64.cpp205 m_methodCallCompilationInfo.append(MethodCallCompilationInfo(m_propertyAccessInstructionIndex));
206 MethodCallCompilationInfo& info = m_methodCallCompilationInfo.last();
H A DJIT.h967 Vector<MethodCallCompilationInfo> m_methodCallCompilationInfo; member in class:JSC::JIT

Completed in 48 milliseconds