Searched refs:getReferenceAnnotation (Results 1 - 14 of 14) sorted by relevance

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/raw/
H A DAnnotationDirectoryItem.java61 AnnotationSetItem.getReferenceAnnotation(dexFile, classAnnotationsOffset));
79 out.annotate(4, "%s", FieldIdItem.getReferenceAnnotation(dexFile, fieldIndex));
81 out.annotate(4, "%s", AnnotationSetItem.getReferenceAnnotation(dexFile, annotationOffset));
94 out.annotate(4, "%s", MethodIdItem.getReferenceAnnotation(dexFile, methodIndex));
96 out.annotate(4, "%s", AnnotationSetItem.getReferenceAnnotation(dexFile, annotationOffset));
109 out.annotate(4, "%s", MethodIdItem.getReferenceAnnotation(dexFile, methodIndex));
111 out.annotate(4, "%s", AnnotationSetRefList.getReferenceAnnotation(dexFile, annotationOffset));
H A DTypeIdItem.java54 out.annotate(4, StringIdItem.getReferenceAnnotation(dexFile, stringIndex));
60 public static String getReferenceAnnotation(@Nonnull DexBackedDexFile dexFile, int typeIndex) { method in class:TypeIdItem
75 return getReferenceAnnotation(dexFile, typeIndex);
H A DFieldIdItem.java58 out.annotate(2, "class_idx = %s", TypeIdItem.getReferenceAnnotation(dexFile, classIndex));
61 out.annotate(2, "return_type_idx = %s", TypeIdItem.getReferenceAnnotation(dexFile, typeIndex));
64 out.annotate(4, "name_idx = %s", StringIdItem.getReferenceAnnotation(dexFile, nameIndex));
85 public static String getReferenceAnnotation(@Nonnull DexBackedDexFile dexFile, int fieldIndex) { method in class:FieldIdItem
H A DMethodIdItem.java58 out.annotate(2, "class_idx = %s", TypeIdItem.getReferenceAnnotation(dexFile, classIndex));
61 out.annotate(2, "proto_idx = %s", ProtoIdItem.getReferenceAnnotation(dexFile, protoIndex));
64 out.annotate(4, "name_idx = %s", StringIdItem.getReferenceAnnotation(dexFile, nameIndex));
85 public static String getReferenceAnnotation(@Nonnull DexBackedDexFile dexFile, int methodIndex) { method in class:MethodIdItem
H A DProtoIdItem.java58 out.annotate(4, "shorty_idx = %s", StringIdItem.getReferenceAnnotation(dexFile, shortyIndex));
61 out.annotate(4, "return_type_idx = %s", TypeIdItem.getReferenceAnnotation(dexFile, returnTypeIndex));
64 out.annotate(4, "parameters_off = %s", TypeListItem.getReferenceAnnotation(dexFile, parametersOffset));
70 public static String getReferenceAnnotation(@Nonnull DexBackedDexFile dexFile, int protoIndex) { method in class:ProtoIdItem
H A DStringIdItem.java72 public static String getReferenceAnnotation(@Nonnull DexBackedDexFile dexFile, int stringIndex) { method in class:StringIdItem
73 return getReferenceAnnotation(dexFile, stringIndex, false);
77 public static String getReferenceAnnotation(@Nonnull DexBackedDexFile dexFile, int stringIndex, boolean quote) { method in class:StringIdItem
102 return getReferenceAnnotation(dexFile, stringIndex, quote);
H A DAnnotationSetItem.java59 out.annotate(4, AnnotationItem.getReferenceAnnotation(dexFile, annotationOffset));
70 public static String getReferenceAnnotation(@Nonnull DexBackedDexFile dexFile, int annotationSetOffset) { method in class:AnnotationSetItem
H A DEncodedValue.java87 StringIdItem.getReferenceAnnotation(reader.dexBuf, stringIndex, true));
92 out.annotate(valueArg+1, "value = %s", TypeIdItem.getReferenceAnnotation(reader.dexBuf, typeIndex));
97 out.annotate(valueArg+1, "value = %s", FieldIdItem.getReferenceAnnotation(reader.dexBuf, fieldIndex));
102 out.annotate(valueArg+1, "value = %s", MethodIdItem.getReferenceAnnotation(reader.dexBuf, methodIndex));
107 out.annotate(valueArg+1, "value = %s", FieldIdItem.getReferenceAnnotation(reader.dexBuf, fieldIndex));
133 out.annotateTo(reader.getOffset(), TypeIdItem.getReferenceAnnotation(reader.dexBuf, typeIndex));
144 StringIdItem.getReferenceAnnotation(reader.dexBuf, nameIndex));
H A DTypeListItem.java59 out.annotate(2, TypeIdItem.getReferenceAnnotation(dexFile, typeIndex));
70 public static String getReferenceAnnotation(@Nonnull DexBackedDexFile dexFile, int typeListOffset) { method in class:TypeListItem
H A DAnnotationItem.java78 public static String getReferenceAnnotation(@Nonnull DexBackedDexFile dexFile, int annotationItemOffset) { method in class:AnnotationItem
H A DAnnotationSetRefList.java70 public static String getReferenceAnnotation(@Nonnull DexBackedDexFile dexFile, int annotationSetRefListOffset) { method in class:AnnotationSetRefList
H A DClassDataItem.java135 FieldIdItem.getReferenceAnnotation(dexFile, fieldIndex));
151 MethodIdItem.getReferenceAnnotation(dexFile, methodIndex));
H A DClassDefItem.java72 out.annotate(4, "class_idx = %s", TypeIdItem.getReferenceAnnotation(dexFile, classIndex));
83 out.annotate(4, "interfaces_off = %s", TypeListItem.getReferenceAnnotation(dexFile, interfacesOffset));
H A DCodeItem.java216 out.annotateTo(reader.getOffset(), TypeIdItem.getReferenceAnnotation(dexFile, typeIndex));

Completed in 468 milliseconds