Home
last modified time | relevance | path

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

/art/compiler/dex/
Dpass_driver_me.h106 const std::string& print_pass_list = options->GetPrintPassList(); in RunPass() local
107 if (!print_pass_list.empty() && strstr(print_pass_list.c_str(), pass->GetName()) != nullptr) { in RunPass()