Home
last modified time | relevance | path

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

/art/compiler/driver/
Dcompiler_options.h210 return !verbose_methods_.empty(); in HasVerboseMethods()
214 for (const std::string& cur_method : verbose_methods_) { in IsVerboseMethod()
322 std::vector<std::string> verbose_methods_; variable
Dcompiler_options.cc55 verbose_methods_(), in CompilerOptions()
Dcompiler_options_map-inl.h78 map.AssignIfExists(Base::VerboseMethods, &options->verbose_methods_); in ReadCompilerOptions()