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

/dalvik/dexgen/src/com/android/dexgen/dex/file/
H A DClassDefItem.java349 public void addMethodAnnotations(CstMethodRef method, method in class:ClassDefItem
351 annotationsDirectory.addMethodAnnotations(method, annotations);
H A DAnnotationsDirectoryItem.java172 public void addMethodAnnotations(CstMethodRef method, method in class:AnnotationsDirectoryItem
/dalvik/dx/src/com/android/dx/dex/file/
H A DClassDefItem.java350 public void addMethodAnnotations(CstMethodRef method, method in class:ClassDefItem
352 annotationsDirectory.addMethodAnnotations(method, annotations, dexFile);
H A DAnnotationsDirectoryItem.java175 public void addMethodAnnotations(CstMethodRef method, method in class:AnnotationsDirectoryItem
/dalvik/dx/src/com/android/dx/dex/cf/
H A DCfTranslator.java357 out.addMethodAnnotations(meth, annotations, dexFile);

Completed in 50 milliseconds