HomeSort by relevance Sort by last modified time
    Searched refs:catchType (Results 1 - 15 of 15) sorted by null

  /external/proguard/src/proguard/classfile/visitor/
ExceptionHandlerConstantVisitor.java 56 int catchType = exceptionInfo.u2catchType;
57 if (catchType != 0)
59 clazz.constantPoolEntryAccept(catchType, constantVisitor);
  /external/javassist/src/main/javassist/bytecode/
ExceptionTable.java 28 int catchType;
34 catchType = type;
153 * Returns <code>catchType</code> of the <i>n</i>-th entry.
159 public int catchType(int nth) {
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</code
    [all...]
ClassFileWriter.java 463 * @param catchType an index indicating a <code>CONSTANT_Class_info</code>.
465 public void addCatch(int startPc, int endPc, int handlerPc, int catchType) {
470 output.writeShort(catchType);
  /external/javassist/src/main/javassist/expr/
Handler.java 75 int type = etable.catchType(index);
89 return etable.catchType(index) == 0;
Expr.java 142 int t = et.catchType(i);
  /ndk/sources/cxx-stl/gabi++/src/
helper_func_internal.cc 151 const __shim_type_info* catchType =
154 if (catchType == 0) {
188 if (catchType->can_catch(excpType, adjustedPtr)) {
202 } // catchType->can_catch
203 } // if (catchType == 0)
334 const __shim_type_info* catchType = (const __shim_type_info*) ttypeIndex;
336 if (catchType->can_catch(
465 const __shim_type_info* catchType = getTypePtr(ttypeIndex,
470 if (catchType->can_catch(
  /external/proguard/src/proguard/preverify/
CodeSubroutineInliner.java 354 int catchType = exceptionInfo.u2catchType;
377 catchType));
403 catchType));
  /external/proguard/src/proguard/optimize/evaluation/
PartialEvaluator.java     [all...]
  /dalvik/dx/src/com/android/dx/cf/direct/
StdAttributeFactory.java 277 CstType catchType = (CstType) pool.get0Ok(catchTypeIdx);
278 catches.set(i, startPc, endPc, handlerPc, catchType);
283 ((catchType == null) ? "<any>" :
284 catchType.toHuman()));
  /external/javassist/src/main/javassist/bytecode/analysis/
Analyzer.java 219 int index = table.catchType(i);
  /external/javassist/src/main/javassist/bytecode/stackmap/
BasicBlock.java 385 int type = et.catchType(i);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.repository.tools_2.0.1.R36x_v20100823.jar 
  /external/robolectric/lib/main/
javassist-3.14.0-GA.jar 
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 
  /prebuilts/tools/common/m2/internal/net/sf/proguard/proguard-base/4.9/
proguard-base-4.9.jar 

Completed in 1161 milliseconds