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