Home
last modified time | relevance | path

Searched refs:m_exceptionTable (Results 1 – 2 of 2) sorted by relevance

/aoo41x/main/codemaker/source/javamaker/
H A Dclassfile.cxx440 appendU2(m_exceptionTable, static_cast< sal_uInt16 >(start)); in addException()
442 appendU2(m_exceptionTable, static_cast< sal_uInt16 >(end)); in addException()
444 appendU2(m_exceptionTable, static_cast< sal_uInt16 >(handler)); in addException()
446 appendU2(m_exceptionTable, m_classFile.addClassInfo(type)); in addException()
651 = code->m_exceptionTable.size(); in addMethod()
674 appendStream(m_methods, code->m_exceptionTable); in addMethod()
H A Dclassfile.hxx173 std::vector< unsigned char > m_exceptionTable; member in codemaker::javamaker::ClassFile::Code

Completed in 15 milliseconds