Searched refs:IsVerboseMethod (Results 1 – 2 of 2) sorted by relevance
250 bool IsVerboseMethod(const std::string& pretty_method) const { in IsVerboseMethod() function
100 if (!IsVerboseMethod(compiler_options, GetMethodName())) { in PassObserver()184 static bool IsVerboseMethod(const CompilerOptions& compiler_options, const char* method_name) { in IsVerboseMethod() function in art::PassObserver188 return compiler_options.IsVerboseMethod(method_name); in IsVerboseMethod()