Searched defs:pass_name (Results 1 - 3 of 3) sorted by relevance

/art/compiler/dex/
H A Dpass.h92 static void BasePrintMessage(CompilationUnit* c_unit, const char* pass_name, const char* message, ...) { argument
103 LOG(INFO) << pass_name << ": " << stringified_message;
H A Dpass_driver.h75 virtual bool RunPass(const char* pass_name) { argument
77 DCHECK(pass_name != nullptr && pass_name[0] != 0);
79 const Pass* cur_pass = GetPass(pass_name);
/art/compiler/optimizing/
H A Dgraph_visualizer.cc33 const char* pass_name,
37 pass_name_(pass_name),
283 void HGraphVisualizer::DumpGraph(const char* pass_name) { argument
287 HGraphVisualizerPrinter printer(graph_, *output_, pass_name, codegen_);
31 HGraphVisualizerPrinter(HGraph* graph, std::ostream& output, const char* pass_name, const CodeGenerator& codegen) argument

Completed in 529 milliseconds