Home
last modified time | relevance | path

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

/art/compiler/driver/
Dcompiler_options.h256 bool IsVerboseMethod(const std::string& pretty_method) const { in IsVerboseMethod() function
/art/compiler/optimizing/
Doptimizing_compiler.cc125 if (!IsVerboseMethod(compiler_options, GetMethodName())) { in PassObserver()
205 static bool IsVerboseMethod(const CompilerOptions& compiler_options, const char* method_name) { in IsVerboseMethod() function in art::PassObserver
209 return compiler_options.IsVerboseMethod(method_name); in IsVerboseMethod()