Searched refs:catchType (Results 1 - 14 of 14) sorted by relevance

/external/proguard/src/proguard/classfile/visitor/
H A DExceptionHandlerConstantVisitor.java56 int catchType = exceptionInfo.u2catchType;
57 if (catchType != 0)
59 clazz.constantPoolEntryAccept(catchType, constantVisitor);
/external/javassist/src/main/javassist/bytecode/
H A DExceptionTable.java28 int catchType; field in class:ExceptionTableEntry
34 catchType = type;
153 * Returns <code>catchType</code> of the <i>n</i>-th entry.
159 public int catchType(int nth) { method in class:ExceptionTable
161 return e.catchType;
165 * Sets <code>catchType</code> of the <i>n</i>-th entry.
172 e.catchType = value;
188 e.handlerPc + offset, e.catchType);
199 * @param type <code>catchType</code>
213 * @param type <code>catchType</cod
[all...]
H A DClassFileWriter.java463 * @param catchType an index indicating a <code>CONSTANT_Class_info</code>.
465 public void addCatch(int startPc, int endPc, int handlerPc, int catchType) { argument
470 output.writeShort(catchType);
/external/javassist/src/main/javassist/expr/
H A DHandler.java75 int type = etable.catchType(index);
89 return etable.catchType(index) == 0;
H A DExpr.java142 int t = et.catchType(i);
/external/proguard/src/proguard/preverify/
H A DCodeSubroutineInliner.java338 int catchType = exceptionInfo.u2catchType;
361 catchType));
387 catchType));
/external/libcxxabi/src/
H A Dcxa_personality.cpp384 list of catchType's which make up an exception spec.
387 handler" will catch an excpType if and only if none of the catchType's in
388 the list will catch a excpType. If any catchType in the list can catch an
425 const __shim_type_info* catchType = local
428 if (catchType->can_catch(excpType, tempPtr))
456 const __shim_type_info* catchType = get_shim_type_info(ttypeIndex, local
462 if (catchType->can_catch(excpType, tempPtr))
686 const __shim_type_info* catchType = local
690 if (catchType == 0)
727 if (catchType
[all...]
/external/proguard/src/proguard/optimize/evaluation/
H A DPartialEvaluator.java1032 int catchType = exceptionInfo.u2catchType;
1056 String catchClassName = catchType != 0 ?
1057 clazz.getClassName(catchType) :
1060 Clazz catchClass = catchType != 0 ?
1061 ((ClassConstant)((ProgramClass)clazz).getConstant(catchType)).referencedClass :
/external/javassist/src/main/javassist/bytecode/analysis/
H A DAnalyzer.java219 int index = table.catchType(i);
/external/javassist/src/main/javassist/bytecode/stackmap/
H A DBasicBlock.java385 int type = et.catchType(i);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.repository.tools_2.0.1.R36x_v20100823.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/robolectric/lib/main/
H A Djavassist-3.14.0-GA.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/bytecode/analysis/ javassist/bytecode/annotation/ javassist/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...

Completed in 527 milliseconds