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

/dalvik/dexgen/src/com/android/dexgen/dex/file/
H A DClassDefItem.java360 public void addParameterAnnotations(CstMethodRef method, method in class:ClassDefItem
362 annotationsDirectory.addParameterAnnotations(method, list);
H A DAnnotationsDirectoryItem.java188 public void addParameterAnnotations(CstMethodRef method, method in class:AnnotationsDirectoryItem
/dalvik/dx/src/com/android/dx/dex/file/
H A DClassDefItem.java358 public void addParameterAnnotations(CstMethodRef method, method in class:ClassDefItem
360 annotationsDirectory.addParameterAnnotations(method, list);
H A DAnnotationsDirectoryItem.java188 public void addParameterAnnotations(CstMethodRef method, method in class:AnnotationsDirectoryItem
/dalvik/dx/src/com/android/dx/dex/cf/
H A DCfTranslator.java339 out.addParameterAnnotations(meth, list);

Completed in 18 milliseconds