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

/art/compiler/dex/
H A Dmir_graph.cc883 DumpCFG("/sdcard/1_post_parse_cfg/", true);
957 void MIRGraph::DumpCFG(const char* dir_prefix, bool all_blocks, const char *suffix) { function in class:art::MIRGraph
975 PLOG(ERROR) << "Could not open " << fpath << " for DumpCFG.";

Completed in 29 milliseconds