Home
last modified time | relevance | path

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

/external/proguard/src/proguard/classfile/
DClassConstants.java252 public static final int TYPICAL_EXCEPTION_TABLE_LENGTH = 16; field
/external/proguard/src/proguard/classfile/editor/
DCodeAttributeComposer.java74 … ExceptionInfo[] exceptionTable = new ExceptionInfo[ClassConstants.TYPICAL_EXCEPTION_TABLE_LENGTH];