Home
last modified time | relevance | path

Searched refs:addMethodAnnotations (Results 1 – 5 of 5) sorted by relevance

/dalvik/dx/src/com/android/dx/dex/file/
DClassDefItem.java349 public void addMethodAnnotations(CstMethodRef method, in addMethodAnnotations() method in ClassDefItem
351 annotationsDirectory.addMethodAnnotations(method, annotations, dexFile); in addMethodAnnotations()
DAnnotationsDirectoryItem.java174 public void addMethodAnnotations(CstMethodRef method, in addMethodAnnotations() method in AnnotationsDirectoryItem
/dalvik/dexgen/src/com/android/dexgen/dex/file/
DClassDefItem.java349 public void addMethodAnnotations(CstMethodRef method, in addMethodAnnotations() method in ClassDefItem
351 annotationsDirectory.addMethodAnnotations(method, annotations); in addMethodAnnotations()
DAnnotationsDirectoryItem.java172 public void addMethodAnnotations(CstMethodRef method, in addMethodAnnotations() method in AnnotationsDirectoryItem
/dalvik/dx/src/com/android/dx/dex/cf/
DCfTranslator.java386 out.addMethodAnnotations(meth, annotations, dexFile); in processMethods()