/dalvik/dx/src/com/android/dx/dex/file/ |
D | CatchStructs.java | 230 AnnotatedOutput annotateTo) { in annotateEntries() argument 233 boolean consume = (annotateTo != null); in annotateEntries() 240 annotateTo.annotate(0, prefix + "tries:"); in annotateEntries() 253 annotateTo.annotate(amt1, s1); in annotateEntries() 254 annotateTo.annotate(amt2, s2); in annotateEntries() 266 annotateTo.annotate(0, prefix + "handlers:"); in annotateEntries() 267 annotateTo.annotate(encodedHandlerHeaderSize, in annotateEntries() 280 offset - lastOffset, subPrefix, printTo, annotateTo); in annotateEntries() 289 subPrefix, printTo, annotateTo); in annotateEntries() 305 AnnotatedOutput annotateTo) { in annotateAndConsumeHandlers() argument [all …]
|
D | DebugInfoEncoder.java | 90 private AnnotatedOutput annotateTo; field in DebugInfoEncoder 143 if (annotateTo != null) { in annotate() 144 annotateTo.annotate(shouldConsume ? length : 0, message); in annotate() 193 annotateTo = out; in convertAndAnnotate() 210 if (annotateTo != null || debugPrint != null) { in convert0() 379 boolean annotate = (annotateTo != null) || (debugPrint != null); in emitHeader() 631 if (annotateTo != null || debugPrint != null) { in emitLocalRestart() 710 if (annotateTo != null || debugPrint != null) { in emitLocalStart() 740 if (annotateTo != null || debugPrint != null) { in emitLocalStartExtended() 765 if (annotateTo != null || debugPrint != null) { in emitLocalEnd() [all …]
|
D | AnnotationSetItem.java | 153 items[i].annotateTo(out, " "); in writeTo0()
|
D | DebugInfoItem.java | 97 public void annotateTo(DexFile file, AnnotatedOutput out, String prefix) { in annotateTo() method in DebugInfoItem
|
D | AnnotationItem.java | 175 public void annotateTo(AnnotatedOutput out, String prefix) { in annotateTo() method in AnnotationItem
|
D | CodeItem.java | 279 debugInfo.annotateTo(file, out, " "); in writeTo0()
|
/dalvik/dexgen/src/com/android/dexgen/dex/file/ |
D | CatchStructs.java | 233 AnnotatedOutput annotateTo) { in annotateEntries() argument 236 boolean consume = (annotateTo != null); in annotateEntries() 243 annotateTo.annotate(0, prefix + "tries:"); in annotateEntries() 256 annotateTo.annotate(amt1, s1); in annotateEntries() 257 annotateTo.annotate(amt2, s2); in annotateEntries() 269 annotateTo.annotate(0, prefix + "handlers:"); in annotateEntries() 270 annotateTo.annotate(encodedHandlerHeaderSize, in annotateEntries() 283 offset - lastOffset, subPrefix, printTo, annotateTo); in annotateEntries() 292 subPrefix, printTo, annotateTo); in annotateEntries() 308 AnnotatedOutput annotateTo) { in annotateAndConsumeHandlers() argument [all …]
|
D | DebugInfoEncoder.java | 82 private AnnotatedOutput annotateTo; field in DebugInfoEncoder 135 if (annotateTo != null) { in annotate() 136 annotateTo.annotate(shouldConsume ? length : 0, message); in annotate() 185 annotateTo = out; in convertAndAnnotate() 202 if (annotateTo != null || debugPrint != null) { in convert0() 371 boolean annotate = (annotateTo != null) || (debugPrint != null); in emitHeader() 619 if (annotateTo != null || debugPrint != null) { in emitLocalRestart() 698 if (annotateTo != null || debugPrint != null) { in emitLocalStart() 728 if (annotateTo != null || debugPrint != null) { in emitLocalStartExtended() 753 if (annotateTo != null || debugPrint != null) { in emitLocalEnd() [all …]
|
D | AnnotationSetItem.java | 151 items[i].annotateTo(out, " "); in writeTo0()
|
D | DebugInfoItem.java | 100 public void annotateTo(DexFile file, AnnotatedOutput out, String prefix) { in annotateTo() method in DebugInfoItem
|
D | AnnotationItem.java | 173 public void annotateTo(AnnotatedOutput out, String prefix) { in annotateTo() method in AnnotationItem
|
D | CodeItem.java | 286 debugInfo.annotateTo(file, out, " "); in writeTo0()
|