Home
last modified time | relevance | path

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

/external/dexmaker/dexmaker/src/main/java/com/android/dx/
DAnnotationId.java142 CstMethodRef cstMethodRef = method.constant; in addToMethod() local
144 if (cstMethodRef == null) { in addToMethod()
159 classDefItem.addMethodAnnotations(cstMethodRef, annotations, dexMaker.getDexFile()); in addToMethod()