Home
last modified time | relevance | path

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

/art/compiler/driver/
Dcompiler_options.h238 return !verbose_methods_.empty(); in HasVerboseMethods()
242 for (const std::string& cur_method : verbose_methods_) { in IsVerboseMethod()
416 std::vector<std::string> verbose_methods_; variable
Dcompiler_options.cc69 verbose_methods_(), in CompilerOptions()
Dcompiler_options_map-inl.h76 map.AssignIfExists(Base::VerboseMethods, &options->verbose_methods_); in ReadCompilerOptions()