Searched refs:method_str (Results 1 – 1 of 1) sorted by relevance
1065 std::string method_str; in ProcessLine() local1090 method_str = line.substr(method_sep_index + kMethodSep.size()); in ProcessLine()1110 if (method_str.empty() || method_str == kClassAllMethods) { in ProcessLine()1114 if (method_str == kClassAllMethods) { in ProcessLine()1143 Split(method_str, kProfileParsingInlineChacheSep, &method_elems); in ProcessLine()1201 std::string method_str = line.substr(method_sep_index + kMethodSep.size()); in ProcessBootLine() local1209 const uint32_t method_index = FindMethodIndex(class_ref, method_str); in ProcessBootLine()