Searched refs:m_exceptionHandlerTable (Results 1 - 2 of 2) sorted by relevance

/external/emma/core/java12/com/vladium/jcd/cls/attribute/
H A DCodeAttribute_info.java100 m_exceptionHandlerTable = exceptionHandlerTable;
125 return m_exceptionHandlerTable;
130 return 14 + m_codeSize + m_exceptionHandlerTable.length () + m_attributes.length ();
172 _clone.m_exceptionHandlerTable = (IExceptionHandlerTable) m_exceptionHandlerTable.clone ();
191 m_exceptionHandlerTable.writeInClassFormat (out);
225 m_exceptionHandlerTable = AttributeElementFactory.newExceptionHandlerTable (exception_table_length);
232 m_exceptionHandlerTable.add (exception_info);
255 private IExceptionHandlerTable m_exceptionHandlerTable; // never null field in class:CodeAttribute_info
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...

Completed in 63 milliseconds