Home
last modified time | relevance | path

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

/art/compiler/driver/
Dcompiler_options.h253 return !verbose_methods_.empty(); in HasVerboseMethods()
257 for (const std::string& cur_method : verbose_methods_) { in IsVerboseMethod()
436 std::vector<std::string> verbose_methods_; variable
Dcompiler_options.cc70 verbose_methods_(), in CompilerOptions()
Dcompiler_options_map-inl.h89 map.AssignIfExists(Base::VerboseMethods, &options->verbose_methods_);