Home
last modified time | relevance | path

Searched defs:annotateTo (Results 1 – 5 of 5) sorted by relevance

/external/dexmaker/src/dx/java/com/android/dx/dex/file/
DCatchStructs.java231 AnnotatedOutput annotateTo) { in annotateEntries()
306 AnnotatedOutput annotateTo) { in annotateAndConsumeHandlers()
DAnnotationItem.java171 public void annotateTo(AnnotatedOutput out, String prefix) { in annotateTo() method in AnnotationItem
DDebugInfoItem.java98 public void annotateTo(DexFile file, AnnotatedOutput out, String prefix) { in annotateTo() method in DebugInfoItem
DDebugInfoEncoder.java82 private AnnotatedOutput annotateTo; field in DebugInfoEncoder
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/util/
DAnnotatedBytes.java108 public void annotateTo(int offset, @Nonnull String msg, Object... formatArgs) { in annotateTo() method in AnnotatedBytes