Searched refs:catchTypes (Results 1 - 2 of 2) sorted by relevance

/external/dexmaker/src/main/java/com/google/dexmaker/
H A DCode.java204 private final List<TypeId<?>> catchTypes = new ArrayList<TypeId<?>>(); field in class:Code
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);
/external/clang/lib/CodeGen/
H A DCGException.cpp752 llvm::SmallPtrSet<llvm::Value*, 4> catchTypes; local
798 if (catchTypes.insert(handler.Type))

Completed in 84 milliseconds