Searched refs:method_spec (Results 1 – 1 of 1) sorted by relevance
777 const std::string& method_spec) { in FindMethodIndex() argument779 if (method_spec == kInvalidMethod) { in FindMethodIndex()787 Split(method_spec, kProfileParsingFirstCharInSignature, &name_and_signature); in FindMethodIndex()789 LOG(ERROR) << "Invalid method name and signature " << method_spec; in FindMethodIndex()951 std::string method_spec; in ProcessLine() local961 method_spec = method_elems[0]; in ProcessLine()967 method_spec = method_elems[0]; in ProcessLine()973 const uint32_t method_index = FindMethodIndex(class_ref, method_spec); in ProcessLine()