HomeSort by relevance Sort by last modified time
    Searched full:catchtype (Results 1 - 16 of 16) sorted by null

  /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/proguard/src/proguard/classfile/visitor/
ExceptionHandlerConstantVisitor.java 56 int catchType = exceptionInfo.u2catchType;
57 if (catchType != 0)
59 clazz.constantPoolEntryAccept(catchType, constantVisitor);
  /ndk/sources/cxx-stl/gabi++/src/
helper_func_internal.cc 155 const __shim_type_info* catchType =
158 if (catchType == 0) {
192 if (catchType->can_catch(excpType, adjustedPtr)) {
206 } // catchType->can_catch
207 } // if (catchType == 0)
338 const __shim_type_info* catchType = (const __shim_type_info*) ttypeIndex;
340 if (catchType->can_catch(
470 const __shim_type_info* catchType = getTypePtr(ttypeIndex,
475 if (catchType->can_catch(
helper_func_internal.h 46 // If any catchType in the list can catch an excpType,
  /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);
  /external/proguard/src/proguard/preverify/
CodeSubroutineInliner.java 354 int catchType = exceptionInfo.u2catchType;
377 catchType));
403 catchType));
  /external/clang/lib/CodeGen/
CGException.cpp     [all...]
CGObjCRuntime.cpp 253 llvm::Type *CatchType = CGF.ConvertType(CatchParam->getType());
254 llvm::Value *CastExn = CGF.Builder.CreateBitCast(Exn, CatchType);
  /dalvik/dx/src/com/android/dx/cf/direct/
StdAttributeFactory.java 278 CstType catchType = (CstType) pool.get0Ok(catchTypeIdx);
279 catches.set(i, startPc, endPc, handlerPc, catchType);
284 ((catchType == null) ? "<any>" :
285 catchType.toHuman()));
  /external/proguard/src/proguard/optimize/evaluation/
PartialEvaluator.java     [all...]
  /external/javassist/src/main/javassist/bytecode/stackmap/
BasicBlock.java 385 int type = et.catchType(i);
  /external/javassist/src/main/javassist/bytecode/analysis/
Analyzer.java 219 int index = table.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 

Completed in 607 milliseconds