HomeSort by relevance Sort by last modified time
    Searched full:catchtype (Results 1 - 21 of 21) 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 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(
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 338 int catchType = exceptionInfo.u2catchType;
361 catchType));
387 catchType));
  /external/clang/lib/CodeGen/
CGException.cpp 900 CanQualType CatchType =
902 llvm::Type *LLVMCatchTy = CGF.ConvertTypeForMem(CatchType);
906 if (isa<ReferenceType>(CatchType)) {
907 QualType CaughtType = cast<ReferenceType>(CatchType)->getPointeeType();
    [all...]
CGObjCRuntime.cpp 254 llvm::Type *CatchType = CGF.ConvertType(CatchParam->getType());
255 llvm::Value *CastExn = CGF.Builder.CreateBitCast(Exn, CatchType);
  /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/libcxxabi/src/
cxa_personality.cpp 384 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 =
428 if (catchType->can_catch(excpType, tempPtr))
456 const __shim_type_info* catchType = get_shim_type_info(ttypeIndex,
462 if (catchType->can_catch(excpType, tempPtr))
686 const __shim_type_info* catchType =
690 if (catchType == 0)
727 if (catchType->can_catch(excpType, adjustedPtr)
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
cxa_personality.cpp 386 list of catchType's which make up an exception spec.
389 handler" will catch an excpType if and only if none of the catchType's in
390 the list will catch a excpType. If any catchType in the list can catch an
427 const __shim_type_info* catchType =
430 if (catchType->can_catch(excpType, tempPtr))
458 const __shim_type_info* catchType = get_shim_type_info(ttypeIndex,
464 if (catchType->can_catch(excpType, tempPtr))
689 const __shim_type_info* catchType =
693 if (catchType == 0)
730 if (catchType->can_catch(excpType, adjustedPtr)
    [all...]
  /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 
  /prebuilts/clang/linux-x86/host/3.5/lib/
libc++.so 
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/4.10/
proguard-base-4.10.jar 
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/4.9/
proguard-base-4.9.jar 

Completed in 633 milliseconds