Searched refs:getTypeIndex (Results 1 - 4 of 4) sorted by relevance

/libcore/dex/src/main/java/com/android/dex/
H A DAnnotation.java43 public int getTypeIndex() { method in class:Annotation
60 ? visibility + " " + getTypeIndex()
61 : visibility + " " + dex.typeNames().get(getTypeIndex());
H A DClassDef.java54 public int getTypeIndex() { method in class:ClassDef
H A DFieldId.java38 public int getTypeIndex() { method in class:FieldId
/libcore/luni/src/main/java/libcore/reflect/
H A DAnnotationAccess.java188 int annotationTypeIndex = getTypeIndex(dex, annotationClass);
203 if (candidate.getTypeIndex() == annotationTypeIndex) {
270 int declaringClassIndex = getTypeIndex(dex, declaringClass);
271 int typeIndex = getTypeIndex(dex, type);
279 int declaringClassIndex = getTypeIndex(dex, declaringClass);
365 if (reader.getAnnotationType() != getTypeIndex(dex, annotationClass)) {
541 private static int getTypeIndex(Dex dex, Class<?> c) { method in class:AnnotationAccess
571 String candidateAnnotationName = dex.typeNames().get(candidate.getTypeIndex());
660 getAnnotationClass(context, dex, annotation.getTypeIndex());

Completed in 521 milliseconds