Home
last modified time | relevance | path

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

/dalvik/dexgen/src/com/android/dexgen/dex/file/
DAnnotationUtils.java119 public static Annotation makeEnclosingMethod(CstMethodRef method) { in makeEnclosingMethod() method in AnnotationUtils
/dalvik/dx/src/com/android/dx/dex/file/
DAnnotationUtils.java121 public static Annotation makeEnclosingMethod(CstMethodRef method) { in makeEnclosingMethod() method in AnnotationUtils
/dalvik/dx/src/com/android/dx/dex/cf/
DAttributeTranslator.java269 return AnnotationUtils.makeEnclosingMethod( in translateEnclosingMethod()