Home
last modified time | relevance | path

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

/art/compiler/dex/
Dmir_graph.h439 void DumpCFG(const char* dir_prefix, bool all_blocks);
Dmir_graph.cc710 void MIRGraph::DumpCFG(const char* dir_prefix, bool all_blocks) { in DumpCFG() argument
714 fname = StringPrintf("%s%s%x.dot", dir_prefix, fname.c_str(), in DumpCFG()