Searched refs:cur_start (Results 1 – 1 of 1) sorted by relevance
112 size_t cur_start = 0; // It's OK to start at zero, instruction dumps don't start with chars in dumpMethodCFGImpl() local114 while (cur_start != std::string::npos) { in dumpMethodCFGImpl()115 size_t next_escape = inst_str.find_first_of("\"{}<>", cur_start + 1); in dumpMethodCFGImpl()117 os << inst_str.substr(cur_start, inst_str.size() - cur_start); in dumpMethodCFGImpl()120 os << inst_str.substr(cur_start, next_escape - cur_start); in dumpMethodCFGImpl()134 cur_start = next_escape; in dumpMethodCFGImpl()