Home
last modified time | relevance | path

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

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/raw/
DSectionAnnotator.java62 …tract void annotateItem(@Nonnull AnnotatedBytes out, int itemIndex, @Nullable String itemIdentity); in annotateItem() argument
87 String itemIdentity = getItemIdentity(out.getCursor()); in annotateSectionInner() local
88 if (itemIdentity != null) { in annotateSectionInner()
89 out.annotate(0, "[%d] %s: %s", i, itemName, itemIdentity); in annotateSectionInner()
94 annotateItem(out, i, itemIdentity); in annotateSectionInner()
DEncodedArrayItem.java50 …cted void annotateItem(@Nonnull AnnotatedBytes out, int itemIndex, @Nullable String itemIdentity) { in makeAnnotator() argument
DStringDataItem.java51 …cted void annotateItem(@Nonnull AnnotatedBytes out, int itemIndex, @Nullable String itemIdentity) { in makeAnnotator() argument
DAnnotationSetItem.java53 …blic void annotateItem(@Nonnull AnnotatedBytes out, int itemIndex, @Nullable String itemIdentity) { in makeAnnotator() argument
DAnnotationSetRefList.java53 …cted void annotateItem(@Nonnull AnnotatedBytes out, int itemIndex, @Nullable String itemIdentity) { in makeAnnotator() argument
DAnnotationItem.java54 …cted void annotateItem(@Nonnull AnnotatedBytes out, int itemIndex, @Nullable String itemIdentity) { in makeAnnotator() argument
DTypeIdItem.java52 …cted void annotateItem(@Nonnull AnnotatedBytes out, int itemIndex, @Nullable String itemIdentity) { in makeAnnotator() argument
DMapItem.java81 …cted void annotateItem(@Nonnull AnnotatedBytes out, int itemIndex, @Nullable String itemIdentity) { in makeAnnotator() argument
DTypeListItem.java53 …cted void annotateItem(@Nonnull AnnotatedBytes out, int itemIndex, @Nullable String itemIdentity) { in makeAnnotator() argument
DMethodIdItem.java56 …blic void annotateItem(@Nonnull AnnotatedBytes out, int itemIndex, @Nullable String itemIdentity) { in makeAnnotator() argument
DFieldIdItem.java56 …cted void annotateItem(@Nonnull AnnotatedBytes out, int itemIndex, @Nullable String itemIdentity) { in makeAnnotator() argument
DStringIdItem.java53 …blic void annotateItem(@Nonnull AnnotatedBytes out, int itemIndex, @Nullable String itemIdentity) { in makeAnnotator() argument
DProtoIdItem.java56 …cted void annotateItem(@Nonnull AnnotatedBytes out, int itemIndex, @Nullable String itemIdentity) { in makeAnnotator() argument
DAnnotationDirectoryItem.java58 …cted void annotateItem(@Nonnull AnnotatedBytes out, int itemIndex, @Nullable String itemIdentity) { in makeAnnotator() argument
DClassDefItem.java70 …cted void annotateItem(@Nonnull AnnotatedBytes out, int itemIndex, @Nullable String itemIdentity) { in makeAnnotator() argument
DClassDataItem.java60 …cted void annotateItem(@Nonnull AnnotatedBytes out, int itemIndex, @Nullable String itemIdentity) { in makeAnnotator() argument
DCodeItem.java87 …blic void annotateItem(@Nonnull AnnotatedBytes out, int itemIndex, @Nullable String itemIdentity) { in makeAnnotator() argument
107 addDebugInfoIdentity(debugInfoOffset, itemIdentity); in makeAnnotator()
DDebugInfoItem.java52 …blic void annotateItem(@Nonnull AnnotatedBytes out, int itemIndex, @Nullable String itemIdentity) { in makeAnnotator() argument
DHeaderItem.java164 …cted void annotateItem(@Nonnull AnnotatedBytes out, int itemIndex, @Nullable String itemIdentity) { in makeAnnotator() argument