Home
last modified time | relevance | path

Searched defs:itemIdentity (Results 1 – 25 of 43) sorted by relevance

12

/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()
87 String itemIdentity = getItemIdentity(out.getCursor()); in annotateSectionInner() local
DEncodedArrayItem.java50 …cted void annotateItem(@Nonnull AnnotatedBytes out, int itemIndex, @Nullable String itemIdentity) { in makeAnnotator()
DTypeIdItem.java52 …cted void annotateItem(@Nonnull AnnotatedBytes out, int itemIndex, @Nullable String itemIdentity) { in makeAnnotator()
DCallSiteIdItem.java56 …cted void annotateItem(@Nonnull AnnotatedBytes out, int itemIndex, @Nullable String itemIdentity) { in makeAnnotator()
DStringIdItem.java53 …blic void annotateItem(@Nonnull AnnotatedBytes out, int itemIndex, @Nullable String itemIdentity) { in makeAnnotator()
DStringDataItem.java51 …cted void annotateItem(@Nonnull AnnotatedBytes out, int itemIndex, @Nullable String itemIdentity) { in makeAnnotator()
DAnnotationItem.java54 …cted void annotateItem(@Nonnull AnnotatedBytes out, int itemIndex, @Nullable String itemIdentity) { in makeAnnotator()
DTypeListItem.java53 …cted void annotateItem(@Nonnull AnnotatedBytes out, int itemIndex, @Nullable String itemIdentity) { in makeAnnotator()
DAnnotationSetRefList.java53 …cted void annotateItem(@Nonnull AnnotatedBytes out, int itemIndex, @Nullable String itemIdentity) { in makeAnnotator()
DAnnotationSetItem.java53 …blic void annotateItem(@Nonnull AnnotatedBytes out, int itemIndex, @Nullable String itemIdentity) { in makeAnnotator()
DMethodHandleItem.java56 …cted void annotateItem(@Nonnull AnnotatedBytes out, int itemIndex, @Nullable String itemIdentity) { in makeAnnotator()
DMethodIdItem.java56 …blic void annotateItem(@Nonnull AnnotatedBytes out, int itemIndex, @Nullable String itemIdentity) { in makeAnnotator()
/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/dexbacked/raw/
DSectionAnnotator.java67 …tract void annotateItem(@Nonnull AnnotatedBytes out, int itemIndex, @Nullable String itemIdentity); in annotateItem()
95 String itemIdentity = getItemIdentity(out.getCursor()); in annotateSectionInner() local
DEncodedArrayItem.java49 …cted void annotateItem(@Nonnull AnnotatedBytes out, int itemIndex, @Nullable String itemIdentity) { in makeAnnotator()
DTypeIdItem.java51 …cted void annotateItem(@Nonnull AnnotatedBytes out, int itemIndex, @Nullable String itemIdentity) { in makeAnnotator()
DStringIdItem.java52 …blic void annotateItem(@Nonnull AnnotatedBytes out, int itemIndex, @Nullable String itemIdentity) { in makeAnnotator()
DCallSiteIdItem.java51 …cted void annotateItem(@Nonnull AnnotatedBytes out, int itemIndex, @Nullable String itemIdentity) { in makeAnnotator()
DAnnotationItem.java53 …cted void annotateItem(@Nonnull AnnotatedBytes out, int itemIndex, @Nullable String itemIdentity) { in makeAnnotator()
DStringDataItem.java50 …cted void annotateItem(@Nonnull AnnotatedBytes out, int itemIndex, @Nullable String itemIdentity) { in makeAnnotator()
DAnnotationSetItem.java52 …blic void annotateItem(@Nonnull AnnotatedBytes out, int itemIndex, @Nullable String itemIdentity) { in makeAnnotator()
DTypeListItem.java52 …cted void annotateItem(@Nonnull AnnotatedBytes out, int itemIndex, @Nullable String itemIdentity) { in makeAnnotator()
DAnnotationSetRefList.java52 …cted void annotateItem(@Nonnull AnnotatedBytes out, int itemIndex, @Nullable String itemIdentity) { in makeAnnotator()
DMethodHandleItem.java55 …cted void annotateItem(@Nonnull AnnotatedBytes out, int itemIndex, @Nullable String itemIdentity) { in makeAnnotator()
DFieldIdItem.java55 …cted void annotateItem(@Nonnull AnnotatedBytes out, int itemIndex, @Nullable String itemIdentity) { in makeAnnotator()
DProtoIdItem.java55 …cted void annotateItem(@Nonnull AnnotatedBytes out, int itemIndex, @Nullable String itemIdentity) { in makeAnnotator()

12