HomeSort by relevance Sort by last modified time
    Searched refs:IsVerboseMethod (Results 1 - 2 of 2) sorted by null

  /art/compiler/driver/
compiler_options.h 201 bool IsVerboseMethod(const std::string& pretty_method) const {
  /art/compiler/optimizing/
optimizing_compiler.cc 159 if (!IsVerboseMethod(compiler_driver, GetMethodName())) {
237 static bool IsVerboseMethod(CompilerDriver* compiler_driver, const char* method_name) {
241 return compiler_driver->GetCompilerOptions().IsVerboseMethod(method_name);
    [all...]

Completed in 62 milliseconds