Searched refs:method_spec (Results 1 – 1 of 1) sorted by relevance
1075 std::string_view method_spec) { in FindMethodIndex() argument1078 size_t signature_start = method_spec.find(kProfileParsingFirstCharInSignature); in FindMethodIndex()1080 LOG(ERROR) << "Invalid method name and signature: " << method_spec; in FindMethodIndex()1084 const std::string_view name = method_spec.substr(0u, signature_start); in FindMethodIndex()1085 const std::string_view signature = method_spec.substr(signature_start); in FindMethodIndex()1460 std::string method_spec; in ProcessLine() local1471 method_spec = method_elems[0]; in ProcessLine()1474 method_spec = method_elems[0]; in ProcessLine()1480 const uint32_t method_index = FindMethodIndex(class_ref, method_spec); in ProcessLine()1482 LOG(WARNING) << "Could not find method " << klass << "->" << method_spec; in ProcessLine()[all …]