Home
last modified time | relevance | path

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

/external/webkit/Source/JavaScriptCore/jit/
DJIT.cpp581 unsigned methodCallCount = m_methodCallCompilationInfo.size(); in privateCompile()
585 … info.structureLabel = patchBuffer.locationOf(m_methodCallCompilationInfo[i].structureToCompare); in privateCompile()
586 …info.callReturnLocation = m_codeBlock->structureStubInfo(m_methodCallCompilationInfo[i].propertyAc… in privateCompile()
DJITPropertyAccess.cpp332 m_methodCallCompilationInfo.append(MethodCallCompilationInfo(m_propertyAccessInstructionIndex)); in emit_op_method_check()
333 MethodCallCompilationInfo& info = m_methodCallCompilationInfo.last(); in emit_op_method_check()
DJITPropertyAccess32_64.cpp205 m_methodCallCompilationInfo.append(MethodCallCompilationInfo(m_propertyAccessInstructionIndex)); in emit_op_method_check()
206 MethodCallCompilationInfo& info = m_methodCallCompilationInfo.last(); in emit_op_method_check()
DJIT.h967 Vector<MethodCallCompilationInfo> m_methodCallCompilationInfo; variable