| /external/dexmaker/src/dx/java/com/android/dx/dex/file/ |
| AnnotationSetRefItem.java | 75 out.annotate(4, " annotations_off: " + Hex.u4(annotationsOff));
|
| EncodedMethod.java | 179 out.annotate(0, String.format(" [%x] %s", dumpSeq, 181 out.annotate(Leb128Utils.unsignedLeb128Size(diff), 183 out.annotate(Leb128Utils.unsignedLeb128Size(accessFlags), 186 out.annotate(Leb128Utils.unsignedLeb128Size(codeOff),
|
| ProtoIdItem.java | 147 out.annotate(0, indexString() + ' ' + sb.toString()); 148 out.annotate(4, " shorty_idx: " + Hex.u4(shortyIdx) + 150 out.annotate(4, " return_type_idx: " + Hex.u4(returnIdx) + 152 out.annotate(4, " parameters_off: " + Hex.u4(paramsOff));
|
| FieldIdsSection.java | 84 out.annotate(4, "field_ids_size: " + Hex.u4(sz)); 85 out.annotate(4, "field_ids_off: " + Hex.u4(offset));
|
| MethodIdsSection.java | 84 out.annotate(4, "method_ids_size: " + Hex.u4(sz)); 85 out.annotate(4, "method_ids_off: " + Hex.u4(offset));
|
| ProtoIdsSection.java | 76 out.annotate(4, "proto_ids_size: " + Hex.u4(sz)); 77 out.annotate(4, "proto_ids_off: " + Hex.u4(offset));
|
| Section.java | 162 out.annotate(0, "\n" + name + ":"); 164 out.annotate(0, "\n");
|
| CatchStructs.java | 222 * Helper method to annotate or simply print the exception handlers. 228 * @param annotateTo {@code null-ok;} where to consume bytes and annotate to 241 annotateTo.annotate(0, prefix + "tries:"); 254 annotateTo.annotate(amt1, s1); 255 annotateTo.annotate(amt2, s2); 267 annotateTo.annotate(0, prefix + "handlers:"); 268 annotateTo.annotate(encodedHandlerHeaderSize, 294 * Helper for {@link #annotateEntries} to annotate a catch handler list 297 * @param handlers {@code non-null;} handlers to annotate 302 * @param annotateTo {@code non-null;} where to annotate t [all...] |
| ValueEncoder.java | 275 out.annotate(" size: " + Hex.u4(size)); 283 out.annotate(" [" + Integer.toHexString(i) + "] " + 316 out.annotate(" type_idx: " + Hex.u4(typeIdx) + " // " + 326 out.annotate(" size: " + Hex.u4(size)); 338 out.annotate(0, " elements[" + at + "]:"); 340 out.annotate(" name_idx: " + Hex.u4(nameIdx) + " // " + 347 out.annotate(" value: " + constantToHuman(value));
|
| MixedItemSection.java | 153 out.annotate(4, name + "_size:" + spaces + Hex.u4(sz)); 154 out.annotate(4, name + "_off: " + spaces + Hex.u4(offset)); 252 out.annotate(0, intro); 257 out.annotate(0, item.offsetString() + ' ' + label + '\n'); 342 out.annotate(0, "\n");
|
| /dalvik/dexgen/src/com/android/dexgen/dex/file/ |
| FieldIdsSection.java | 84 out.annotate(4, "field_ids_size: " + Hex.u4(sz)); 85 out.annotate(4, "field_ids_off: " + Hex.u4(offset));
|
| MethodIdsSection.java | 84 out.annotate(4, "method_ids_size: " + Hex.u4(sz)); 85 out.annotate(4, "method_ids_off: " + Hex.u4(offset));
|
| ProtoIdsSection.java | 76 out.annotate(4, "proto_ids_size: " + Hex.u4(sz)); 77 out.annotate(4, "proto_ids_off: " + Hex.u4(offset));
|
| Section.java | 162 out.annotate(0, "\n" + name + ":"); 164 out.annotate(0, "\n");
|
| CatchStructs.java | 224 * Helper method to annotate or simply print the exception handlers. 230 * @param annotateTo {@code null-ok;} where to consume bytes and annotate to 243 annotateTo.annotate(0, prefix + "tries:"); 256 annotateTo.annotate(amt1, s1); 257 annotateTo.annotate(amt2, s2); 269 annotateTo.annotate(0, prefix + "handlers:"); 270 annotateTo.annotate(encodedHandlerHeaderSize, 296 * Helper for {@link #annotateEntries} to annotate a catch handler list 299 * @param handlers {@code non-null;} handlers to annotate 304 * @param annotateTo {@code non-null;} where to annotate t [all...] |
| MixedItemSection.java | 153 out.annotate(4, name + "_size:" + spaces + Hex.u4(sz)); 154 out.annotate(4, name + "_off: " + spaces + Hex.u4(offset)); 252 out.annotate(0, intro); 257 out.annotate(0, item.offsetString() + ' ' + label + '\n'); 342 out.annotate(0, "\n");
|
| /dalvik/dx/src/com/android/dx/dex/file/ |
| FieldIdsSection.java | 84 out.annotate(4, "field_ids_size: " + Hex.u4(sz)); 85 out.annotate(4, "field_ids_off: " + Hex.u4(offset));
|
| MethodIdsSection.java | 84 out.annotate(4, "method_ids_size: " + Hex.u4(sz)); 85 out.annotate(4, "method_ids_off: " + Hex.u4(offset));
|
| ProtoIdsSection.java | 75 out.annotate(4, "proto_ids_size: " + Hex.u4(sz)); 76 out.annotate(4, "proto_ids_off: " + Hex.u4(offset));
|
| Section.java | 161 out.annotate(0, "\n" + name + ":"); 163 out.annotate(0, "\n");
|
| CatchStructs.java | 221 * Helper method to annotate or simply print the exception handlers. 227 * @param annotateTo {@code null-ok;} where to consume bytes and annotate to 240 annotateTo.annotate(0, prefix + "tries:"); 253 annotateTo.annotate(amt1, s1); 254 annotateTo.annotate(amt2, s2); 266 annotateTo.annotate(0, prefix + "handlers:"); 267 annotateTo.annotate(encodedHandlerHeaderSize, 293 * Helper for {@link #annotateEntries} to annotate a catch handler list 296 * @param handlers {@code non-null;} handlers to annotate 301 * @param annotateTo {@code non-null;} where to annotate t [all...] |
| ValueEncoder.java | 276 out.annotate(" size: " + Hex.u4(size)); 284 out.annotate(" [" + Integer.toHexString(i) + "] " + 317 out.annotate(" type_idx: " + Hex.u4(typeIdx) + " // " + 327 out.annotate(" size: " + Hex.u4(size)); 339 out.annotate(0, " elements[" + at + "]:"); 341 out.annotate(" name_idx: " + Hex.u4(nameIdx) + " // " + 348 out.annotate(" value: " + constantToHuman(value));
|
| MixedItemSection.java | 152 out.annotate(4, name + "_size:" + spaces + Hex.u4(sz)); 153 out.annotate(4, name + "_off: " + spaces + Hex.u4(offset)); 251 out.annotate(0, intro); 256 out.annotate(0, item.offsetString() + ' ' + label + '\n'); 341 out.annotate(0, "\n");
|
| /dalvik/dx/src/com/android/dx/cf/code/ |
| ExecutionStack.java | 79 * @param ex {@code non-null;} the exception to annotate 81 public void annotate(ExceptionWithContext ex) { method in class:ExecutionStack 311 this.annotate(ex); 313 other.annotate(ex);
|
| OneLocalsArray.java | 58 public void annotate(ExceptionWithContext ex) { method in class:OneLocalsArray 213 annotate(ex); 215 other.annotate(ex);
|