Searched refs:FindEndOf (Results 1 - 1 of 1) sorted by relevance

/art/compiler/
H A Dcfi_test.h76 static size_t FindEndOf(const std::string& str, const char* substr) { function in class:art::CFITest
87 line = line.substr(0, FindEndOf(line, ": ")) +
88 line.substr(FindEndOf(line, "\t"));
120 new_line = new_line.replace(pos, FindEndOf(new_line, ")") - pos, "");
123 new_line = ".cfi_" + new_line.substr(FindEndOf(new_line, "DW_CFA_"));

Completed in 370 milliseconds