Home
last modified time | relevance | path

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

/aosp12/art/profman/
H A Dboot_image_profile.cc35 static const std::string kMethodSep = "->"; // NOLINT [runtime/string] [4] variable
55 kMethodSep + in BootImageRepresentation()
H A Dprofman.cc206 static const std::string kMethodSep = "->"; // NOLINT [runtime/string] [4] variable
898 out_lines->insert(flags_string + type_string + kMethodSep + method_name + in GetClassNamesAndMethods()
1371 const size_t method_sep_index = line.find(kMethodSep, 0); in ProcessLine()
1392 method_str = line.substr(method_sep_index + kMethodSep.size()); in ProcessLine()
1607 const size_t method_sep_index = line.find(kMethodSep, 0); in ProcessBootLine()
1613 std::string_view method_str = line.substr(method_sep_index + kMethodSep.size()); in ProcessBootLine()