Home | History | Annotate | Download | only in dex2oat

Lines Matching refs:Dump

336   UsageError("  --dump-timing: display a breakdown of where time was spent");
402 UsageError(" --dump-cfg=<cfg-file>: dump control-flow graphs (CFGs) to specified file.");
403 UsageError(" Example: --dump-cfg=output.cfg");
405 UsageError(" --dump-cfg-append: when dumping CFGs to an existing file, append new CFG data to");
408 UsageError(" --dump-cfg.");
527 // If we're on the host, try to dump all threads to get a sense of what's going on. This is
528 // restricted to the host as the dump may itself go bad.
1274 } else if (option == "--dump-timing") {
1276 } else if (option == "--dump-passes") {
1278 } else if (option == "--dump-stats") {
1924 << soa.Self()->GetException()->Dump();