Lines Matching refs:m_methods
633 appendU2(m_methods, static_cast< sal_uInt16 >(accessFlags)); in addMethod()
634 appendU2(m_methods, addUtf8Info(name)); in addMethod()
635 appendU2(m_methods, addUtf8Info(descriptor)); in addMethod()
645 m_methods, in addMethod()
663 m_methods, in addMethod()
666 m_methods, in addMethod()
669 appendU2(m_methods, code->m_maxStack); in addMethod()
670 appendU2(m_methods, code->m_maxLocals); in addMethod()
671 appendU4(m_methods, static_cast< sal_uInt32 >(codeSize)); in addMethod()
672 appendStream(m_methods, code->m_code); in addMethod()
673 appendU2(m_methods, code->m_exceptionTableLength); in addMethod()
674 appendStream(m_methods, code->m_exceptionTable); in addMethod()
675 appendU2(m_methods, 0); in addMethod()
679 m_methods, in addMethod()
683 m_methods, in addMethod()
685 appendU2(m_methods, static_cast< sal_uInt16 >(excs)); in addMethod()
689 appendU2(m_methods, addClassInfo(*i)); in addMethod()
692 appendSignatureAttribute(m_methods, signature); in addMethod()
711 writeStream(file, m_methods); in write()