Searched refs:dump (Results 101 - 125 of 127) sorted by relevance

123456

/dalvik/tests/003-omnibus-opcodes/
H A Dbuild25 dx -JXmx256m --debug --dex --dump-to=classes.lst --output=classes.dex classes
/dalvik/tests/023-many-interfaces/
H A Dbuild27 dx --debug --dex --dump-to=classes.lst --output=classes.dex classes
/dalvik/tests/056-const-string-jumbo/
H A Dbuild46 --dump-to=classes.lst --output=classes.dex classes
/dalvik/hit/src/com/android/hit/
H A DStackTrace.java57 public final void dump() { method in class:StackTrace
H A DClassObj.java155 public final void dump() { method in class:ClassObj
156 System.out.println("+---------- ClassObj dump for: " + mClassName);
/dalvik/dx/tests/103-verify-branch-ops/
H A Drun22 dx --debug --dex --dump-method="op_$1.test*" op_"$1".class
/dalvik/dx/tests/104-verify-return-ops/
H A Drun22 dx --debug --dex --dump-method="op_$1.test*" op_"$1".class
/dalvik/dx/tests/106-verify-object-ops/
H A Drun22 dx --debug --dex --dump-method="op_$1.test*" op_"$1".class
/dalvik/dx/tests/107-verify-stack-ops/
H A Drun22 dx --debug --dex --dump-method="op_$1.test*" op_"$1".class
/dalvik/dx/tests/098-dex-jsr-ret-throw/
H A DViewDebug$ViewServer.class ... .View view String className int hashCode private static void dump (java.net.Socket) throws java.io. ...
/dalvik/dx/tests/101-verify-wide-math/
H A Drun22 dx --debug --dex --dump-method="op_$1.test*" op_"$1".class
/dalvik/dx/tests/102-verify-nonwide-math/
H A Drun22 dx --debug --dex --dump-method="op_$1.test*" op_"$1".class
/dalvik/dx/tests/105-verify-load-store-ops/
H A Drun22 dx --debug --dex --dump-method="op_$1.test*" op_"$1".class
/dalvik/dx/src/com/android/dx/command/dump/
H A DBaseDumper.java17 package com.android.dx.command.dump;
41 /** {@code non-null;} where to dump to */
65 /** the offset of the next byte to dump */
76 * @param out {@code non-null;} where to dump to
130 println("<dump skipped backwards to " + Hex.u4(offset) + ">");
156 * Gets the current dump cursor (that is, the offset of the expected
157 * next byte to dump).
159 * @return {@code >= 0;} the dump cursor
166 * Sets the dump cursor to the indicated offset in the given array.
222 * Gets whether this dump i
[all...]
H A DBlockDumper.java17 package com.android.dx.command.dump;
47 * Utility to dump basic block info from methods in a human-friendly form.
56 * becomes non-null during {@link #dump}
74 * @param out {@code non-null;} where to dump to
80 public static void dump(byte[] bytes, PrintStream out, method in class:BlockDumper
84 bd.dump();
89 * Use {@link #dump}.
105 public void dump() { method in class:BlockDumper
162 // Reset the dump cursor to the start of the method.
205 * Does a regular basic block dump
[all...]
H A DSsaDumper.java17 package com.android.dx.command.dump;
45 * Does the dump.
48 * @param out {@code non-null;} where to dump to
53 public static void dump(byte[] bytes, PrintStream out, method in class:SsaDumper
56 sd.dump();
63 * @param out {@code non-null;} where to dump to
H A DDotDumper.java17 package com.android.dx.command.dump;
50 static void dump(byte[] bytes, String filePath, Args args) { method in class:DotDumper
/dalvik/dx/src/com/android/dx/command/
H A DMain.java32 " [--keep-classes] [--output=<file>] [--dump-to=<file>] " +
33 "[--dump-width=<n>]\n" +
34 " [--dump-method=<name>[*]] [--verbose-dump] [--no-files] " +
57 " dx --dump [--debug] [--strict] [--bytes] [--optimize]\n" +
105 } else if (arg.equals("--dump")) {
106 com.android.dx.command.dump.Main.main(without(args, i));
/dalvik/vm/
H A DIndirectRefTable.h328 void dump(const char* descr) const;
H A DIndirectRefTable.cpp308 void IndirectRefTable::dump(const char* descr) const function in class:IndirectRefTable
/dalvik/dexgen/src/com/android/dexgen/util/
H A DHex.java236 * Formats a hex dump of a portion of a {@code byte[]}. The result
241 * @param offset {@code >= 0;} offset to the part to dump
242 * @param length {@code >= 0;} number of bytes to dump
247 * @return {@code non-null;} a string of the dump
249 public static String dump(byte[] arr, int offset, int length, method in class:Hex
H A DByteArrayAnnotatedOutput.java508 left.write(Hex.dump(data, start, end - start, start, hexCols, 6));
516 left.write(Hex.dump(data, leftAt, cursor - leftAt, leftAt,
/dalvik/dx/src/com/android/dx/util/
H A DHex.java236 * Formats a hex dump of a portion of a {@code byte[]}. The result
241 * @param offset {@code >= 0;} offset to the part to dump
242 * @param length {@code >= 0;} number of bytes to dump
247 * @return {@code non-null;} a string of the dump
249 public static String dump(byte[] arr, int offset, int length, method in class:Hex
H A DByteArrayAnnotatedOutput.java504 left.write(Hex.dump(data, start, end - start, start, hexCols, 6));
512 left.write(Hex.dump(data, leftAt, cursor - leftAt, leftAt,
/dalvik/vm/test/
H A DTestIndirectRefTable.cpp315 irt.dump("table with 20 entries, all filled");
322 irt.dump("table with 20 entries, 19 of them holes");

Completed in 424 milliseconds

123456