Searched refs:m_exceptionHandlerTable (Results 1 – 1 of 1) sorted by relevance
100 m_exceptionHandlerTable = exceptionHandlerTable; in CodeAttribute_info()125 return m_exceptionHandlerTable; in getExceptionTable()130 return 14 + m_codeSize + m_exceptionHandlerTable.length () + m_attributes.length (); in length()172 _clone.m_exceptionHandlerTable = (IExceptionHandlerTable) m_exceptionHandlerTable.clone (); in clone()191 m_exceptionHandlerTable.writeInClassFormat (out); in writeInClassFormat()225 …m_exceptionHandlerTable = AttributeElementFactory.newExceptionHandlerTable (exception_table_length… in CodeAttribute_info()232 m_exceptionHandlerTable.add (exception_info); in CodeAttribute_info()255 private IExceptionHandlerTable m_exceptionHandlerTable; // never null field in CodeAttribute_info