Home
last modified time | relevance | path

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

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/raw/
DSectionAnnotator.java71 annotateSectionInner(out, itemCount); in annotateSection()
74 protected void annotateSectionInner(@Nonnull AnnotatedBytes out, int itemCount) { in annotateSectionInner() method in SectionAnnotator
DMapItem.java99 super.annotateSectionInner(out, mapItemCount); in makeAnnotator()