Searched refs:m_methodCallCompilationInfo (Results 1 – 4 of 4) sorted by relevance
581 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()
332 m_methodCallCompilationInfo.append(MethodCallCompilationInfo(m_propertyAccessInstructionIndex)); in emit_op_method_check()333 MethodCallCompilationInfo& info = m_methodCallCompilationInfo.last(); in emit_op_method_check()
205 m_methodCallCompilationInfo.append(MethodCallCompilationInfo(m_propertyAccessInstructionIndex)); in emit_op_method_check()206 MethodCallCompilationInfo& info = m_methodCallCompilationInfo.last(); in emit_op_method_check()
967 Vector<MethodCallCompilationInfo> m_methodCallCompilationInfo; variable