Searched refs:inst_str (Results 1 – 1 of 1) sorted by relevance
109 std::string inst_str = pair.Inst().DumpString(dex_file); in DumpMethodCFG() local113 size_t next_escape = inst_str.find_first_of("\"{}<>", cur_start + 1); in DumpMethodCFG()115 os << inst_str.substr(cur_start, inst_str.size() - cur_start); in DumpMethodCFG()118 os << inst_str.substr(cur_start, next_escape - cur_start); in DumpMethodCFG()120 while (next_escape < inst_str.size()) { in DumpMethodCFG()121 char c = inst_str[next_escape]; in DumpMethodCFG()129 if (next_escape >= inst_str.size()) { in DumpMethodCFG()