Home
last modified time | relevance | path

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

/art/compiler/dex/
Dpass_driver_me.h130 const std::string& dump_pass_list = pass_manager_->GetOptions().GetDumpPassList(); in RunPass() local
131 if (!dump_pass_list.empty()) { in RunPass()
132 const bool found = strstr(dump_pass_list.c_str(), pass->GetName()); in RunPass()