Searched refs:method_spec (Results 1 – 1 of 1) sorted by relevance
1103 std::string_view method_spec) { in FindMethodIndex() argument1106 size_t signature_start = method_spec.find(kProfileParsingFirstCharInSignature); in FindMethodIndex()1108 LOG(ERROR) << "Invalid method name and signature: " << method_spec; in FindMethodIndex()1112 const std::string_view name = method_spec.substr(0u, signature_start); in FindMethodIndex()1113 const std::string_view signature = method_spec.substr(signature_start); in FindMethodIndex()1507 std::string method_spec; in ProcessLine() local1518 method_spec = method_elems[0]; in ProcessLine()1521 method_spec = method_elems[0]; in ProcessLine()1527 const uint32_t method_index = FindMethodIndex(class_ref, method_spec); in ProcessLine()1529 LOG(WARNING) << "Could not find method " << klass << "->" << method_spec; in ProcessLine()[all …]