Home
last modified time | relevance | path

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

/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/
DMethodGen.java500 final CodeException[] c_exc = new CodeException[size]; in getCodeExceptions() local
503 c_exc[i] = c.getCodeException(super.getConstantPool()); in getCodeExceptions()
505 return c_exc; in getCodeExceptions()
673 final CodeException[] c_exc = getCodeExceptions(); in getMethod() local
674 final int exc_len = c_exc.length * 8; // Every entry takes 8 bytes in getMethod()
687 max_stack, max_locals, byte_code, c_exc, code_attrs, _cp.getConstantPool()); in getMethod()