Home
last modified time | relevance | path

Searched refs:getMethodAnnotations (Results 1 – 7 of 7) sorted by relevance

/dalvik/dx/src/com/android/dx/dex/file/
DClassDefItem.java373 public Annotations getMethodAnnotations(CstMethodRef method) { in getMethodAnnotations() method in ClassDefItem
374 return annotationsDirectory.getMethodAnnotations(method); in getMethodAnnotations()
DAnnotationsDirectoryItem.java207 public Annotations getMethodAnnotations(CstMethodRef method) { in getMethodAnnotations() method in AnnotationsDirectoryItem
/dalvik/dexgen/src/com/android/dexgen/dex/file/
DClassDefItem.java372 public Annotations getMethodAnnotations(CstMethodRef method) { in getMethodAnnotations() method in ClassDefItem
373 return annotationsDirectory.getMethodAnnotations(method); in getMethodAnnotations()
DAnnotationsDirectoryItem.java204 public Annotations getMethodAnnotations(CstMethodRef method) { in getMethodAnnotations() method in AnnotationsDirectoryItem
/dalvik/dx/src/com/android/dx/dex/cf/
DAttributeTranslator.java159 public static Annotations getMethodAnnotations(Method method) { in getMethodAnnotations() method in AttributeTranslator
DCfTranslator.java384 AttributeTranslator.getMethodAnnotations(one); in processMethods()
/dalvik/dx/src/com/android/dx/command/dexer/
DMain.java1121 clazz.getMethodAnnotations(meth.getRef()); in dumpMethod()