Home
last modified time | relevance | path

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

/external/dexmaker/src/main/java/com/google/dexmaker/
DCode.java204 private final List<TypeId<?>> catchTypes = new ArrayList<TypeId<?>>(); field in Code
362 if (catchTypes.contains(toCatch)) { in addCatchClause()
366 catchTypes.add(toCatch); in addCatchClause()
367 catches = toTypeList(catchTypes); in addCatchClause()
375 int index = catchTypes.indexOf(toCatch); in removeCatchClause()
379 catchTypes.remove(index); in removeCatchClause()
380 catches = toTypeList(catchTypes); in removeCatchClause()
/external/clang/lib/CodeGen/
DCGException.cpp773 llvm::SmallPtrSet<llvm::Value*, 4> catchTypes; in EmitLandingPad() local
824 if (catchTypes.insert(handler.Type.RTTI).second) in EmitLandingPad()