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

1 2 3 4

  /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(
466 const __shim_type_info* catchType = getTypePtr(ttypeIndex,
471 if (catchType->can_catch(
  /external/proguard/src/proguard/preverify/
CodeSubroutineInliner.java 351 int catchType = exceptionInfo.u2catchType;
374 catchType));
400 catchType));
  /external/libcxxabi/src/
cxa_personality.cpp 397 list of catchType's which make up an exception spec.
400 handler" will catch an excpType if and only if none of the catchType's in
401 the list will catch a excpType. If any catchType in the list can catch an
438 const __shim_type_info* catchType =
441 if (catchType->can_catch(excpType, tempPtr))
469 const __shim_type_info* catchType = get_shim_type_info(ttypeIndex,
475 if (catchType->can_catch(excpType, tempPtr))
699 const __shim_type_info* catchType =
703 if (catchType == 0)
740 if (catchType->can_catch(excpType, adjustedPtr)
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
cxa_personality.cpp 394 list of catchType's which make up an exception spec.
397 handler" will catch an excpType if and only if none of the catchType's in
398 the list will catch a excpType. If any catchType in the list can catch an
435 const __shim_type_info* catchType =
438 if (catchType->can_catch(excpType, tempPtr))
466 const __shim_type_info* catchType = get_shim_type_info(ttypeIndex,
472 if (catchType->can_catch(excpType, tempPtr))
696 const __shim_type_info* catchType =
700 if (catchType == 0)
737 if (catchType->can_catch(excpType, adjustedPtr)
    [all...]
  /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);
  /libcore/ojluni/src/main/native/
jvm.h 755 jint catchType;
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.repository.tools_2.0.1.R36x_v20100823.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.repository.tools_2.1.0.v20130327-2119.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.repository.tools_2.1.0.v20130327-2119.jar 
  /external/guice/extensions/persist/lib/
javassist.jar 
  /external/guice/extensions/struts2/lib/
javassist.jar 
  /external/robolectric/v1/lib/main/
javassist-3.14.0-GA.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
findbugs.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.3/
findbugs-2.0.3.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/3.0.0/
findbugs-3.0.0.jar 
  /prebuilts/tools/linux-x86_64/kythe/extractors/
javac_extractor.jar 

Completed in 607 milliseconds

1 2 3 4