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

  /dalvik/dx/src/com/android/dx/cf/code/
Ropper.java 107 private final Type[] catchTypes;
296 this.catchTypes = new Type[maxLabel];
829 Type already = catchTypes[targ];
831 catchTypes[targ] = exceptionClass.getClassType();
833 catchTypes[targ] = Type.OBJECT;
    [all...]
  /external/dexmaker/src/main/java/com/google/dexmaker/
Code.java 204 private final List<TypeId<?>> catchTypes = new ArrayList<TypeId<?>>();
362 if (catchTypes.contains(toCatch)) {
366 catchTypes.add(toCatch);
367 catches = toTypeList(catchTypes);
375 int index = catchTypes.indexOf(toCatch);
379 catchTypes.remove(index);
380 catches = toTypeList(catchTypes);
    [all...]
  /external/clang/lib/CodeGen/
CGException.cpp 791 llvm::SmallPtrSet<llvm::Value*, 4> catchTypes;
837 if (catchTypes.insert(handler.Type))
    [all...]
  /prebuilts/sdk/tools/lib/
dx.jar 

Completed in 509 milliseconds