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.h115 const char* dump_pass_list = PassDriver<PassDriverType>::dump_pass_list_.c_str(); in RunPass() local
117 if (dump_pass_list != nullptr) { in RunPass()
118 bool found = strstr(dump_pass_list, pass->GetName()); in RunPass()