Home
last modified time | relevance | path

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

/art/compiler/dex/
Dmir_graph.cc932 static bool CreateDumpFile(std::string& fname, const char* dir_prefix, NarrowDexOffset start_offset, in CreateDumpFile() argument
941 std::string name = StringPrintf("%s%x%s_%d.dot", fname.c_str(), start_offset, in CreateDumpFile()
965 std::string fname(PrettyMethod(cu_->method_idx, *cu_->dex_file)); in DumpCFG() local
966 ReplaceSpecialChars(fname); in DumpCFG()
968 if (!CreateDumpFile(fname, dir_prefix, GetBasicBlock(GetEntryBlock()->fall_through)->start_offset, in DumpCFG()
970 LOG(ERROR) << "Could not create dump file name for " << fname; in DumpCFG()