Searched defs:dump (Results 1 - 4 of 4) sorted by relevance

/art/test/utils/python/testgen/
H A Dmixins.py127 Returns the data to be printed to a file by dump.
131 def dump(self, directory): member in class:DumpMixin
/art/profman/
H A Dprofman.cc97 UsageError(" --dump-only: dumps the content of the specified profile files");
100 UsageError(" --dump-output-to-fd=<number>: redirects --dump-only output to a file descriptor.");
102 UsageError(" --dump-classes-and-methods: dumps a sorted list of classes and methods that are");
224 if (option == "--dump-only") {
226 } else if (option == "--dump-classes-and-methods") {
230 } else if (option.starts_with("--dump-output-to-fd=")) {
231 ParseUintOption(option, "--dump-output-to-fd", &dump_output_to_fd_, Usage);
493 std::string* dump) {
499 *dump
489 DumpOneProfile(const std::string& banner, const std::string& filename, int fd, const std::vector<std::unique_ptr<const DexFile>>* dex_files, std::string* dump) argument
515 std::string dump; local
559 std::cout << dump; local
680 std::string dump; local
685 std::cout << dump; local
[all...]
/art/dex2oat/linker/
H A Doat_writer.cc1619 std::string dump = exc->Dump(); local
1620 LOG(FATAL) << dump;
/art/tools/dmtracedump/
H A Dtracedump.cc224 int32_t dump; member in struct:Options
2552 gOptions.dump = 1;
2582 if (gOptions.dump) {

Completed in 691 milliseconds