Searched refs:c_exc (Results 1 – 1 of 1) sorted by relevance
500 final CodeException[] c_exc = new CodeException[size]; in getCodeExceptions() local503 c_exc[i] = c.getCodeException(super.getConstantPool()); in getCodeExceptions()505 return c_exc; in getCodeExceptions()673 final CodeException[] c_exc = getCodeExceptions(); in getMethod() local674 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()