summaryrefslogtreecommitdiffstats
path: root/dex2oat
diff options
context:
space:
mode:
authorAndreas Gampe <agampe@google.com>2015-01-13 19:11:14 +0000
committerAndreas Gampe <agampe@google.com>2015-01-13 19:11:14 +0000
commit6e73272f093e9dc045c08baae57eebb5dcd6e044 (patch)
treebffd41529429f9b654ab6824c368191dd5e97719 /dex2oat
parent54953dfdcb3bb8896d8af2d20adef84fb740ce77 (diff)
downloadart-6e73272f093e9dc045c08baae57eebb5dcd6e044.tar.gz
art-6e73272f093e9dc045c08baae57eebb5dcd6e044.tar.bz2
art-6e73272f093e9dc045c08baae57eebb5dcd6e044.zip
Revert "ART: dex2oat flag for HGraphVisualizer dump file"
Breaks compilation of tests. This reverts commit 54953dfdcb3bb8896d8af2d20adef84fb740ce77. Change-Id: I868b876c3130be61f1169c5fccdffc0368bee11e
Diffstat (limited to 'dex2oat')
-rw-r--r--dex2oat/dex2oat.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/dex2oat/dex2oat.cc b/dex2oat/dex2oat.cc
index 8e564d1851..4f279f23d4 100644
--- a/dex2oat/dex2oat.cc
+++ b/dex2oat/dex2oat.cc
@@ -659,8 +659,6 @@ class Dex2Oat FINAL {
dump_timing_ = true;
} else if (option == "--dump-passes") {
dump_passes_ = true;
- } else if (option.starts_with("--dump-cfg=")) {
- dump_cfg_file_name_ = option.substr(strlen("--dump-cfg=")).data();
} else if (option == "--dump-stats") {
dump_stats_ = true;
} else if (option == "--include-debug-symbols" || option == "--no-strip-symbols") {
@@ -1213,7 +1211,6 @@ class Dex2Oat FINAL {
thread_count_,
dump_stats_,
dump_passes_,
- dump_cfg_file_name_,
compiler_phases_timings_.get(),
swap_fd_,
profile_file_));
@@ -1664,7 +1661,6 @@ class Dex2Oat FINAL {
bool dump_passes_;
bool dump_timing_;
bool dump_slow_timing_;
- std::string dump_cfg_file_name_;
std::string swap_file_name_;
int swap_fd_;
std::string profile_file_; // Profile file to use