Home
last modified time | relevance | path

Searched refs:OUTPUT_PLAIN (Results 1 – 3 of 3) sorted by relevance

/aosp12/art/dexdump/
H A Ddexdump.cc757 if (gOptions.outputFormat == OUTPUT_PLAIN) { in dumpInterface()
1273 if (gOptions.outputFormat == OUTPUT_PLAIN) { in dumpMethod()
1393 if (gOptions.outputFormat == OUTPUT_PLAIN) { in dumpField()
1522 if (gOptions.outputFormat == OUTPUT_PLAIN) { in dumpClass()
1563 if (gOptions.outputFormat == OUTPUT_PLAIN) { in dumpClass()
1573 if (gOptions.outputFormat == OUTPUT_PLAIN) { in dumpClass()
1583 if (gOptions.outputFormat == OUTPUT_PLAIN) { in dumpClass()
1593 if (gOptions.outputFormat == OUTPUT_PLAIN) { in dumpClass()
1603 if (gOptions.outputFormat == OUTPUT_PLAIN) { in dumpClass()
1697 if (gOptions.outputFormat == OUTPUT_PLAIN) { in dumpMethodHandle()
[all …]
H A Ddexdump.h35 OUTPUT_PLAIN = 0, // default enumerator
H A Ddexdump_main.cc102 gOptions.outputFormat = OUTPUT_PLAIN; in dexdumpDriver()