Home
last modified time | relevance | path

Searched refs:makeThrows (Results 1 – 3 of 3) sorted by relevance

/dalvik/dexgen/src/com/android/dexgen/dex/file/
DAnnotationUtils.java229 public static Annotation makeThrows(TypeList types) { in makeThrows() method in AnnotationUtils
/dalvik/dx/src/com/android/dx/dex/file/
DAnnotationUtils.java244 public static Annotation makeThrows(TypeList types) { in makeThrows() method in AnnotationUtils
/dalvik/dx/src/com/android/dx/dex/cf/
DAttributeTranslator.java165 AnnotationUtils.makeThrows(exceptions); in getMethodAnnotations()