Home
last modified time | relevance | path

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

/art/profman/
Dprofman.cc946 const std::string& method_spec) { in FindMethodIndex() argument
948 if (method_spec == kInvalidMethod) { in FindMethodIndex()
956 Split(method_spec, kProfileParsingFirstCharInSignature, &name_and_signature); in FindMethodIndex()
958 LOG(ERROR) << "Invalid method name and signature " << method_spec; in FindMethodIndex()
1135 std::string method_spec; in ProcessLine() local
1145 method_spec = method_elems[0]; in ProcessLine()
1151 method_spec = method_elems[0]; in ProcessLine()
1157 const uint32_t method_index = FindMethodIndex(class_ref, method_spec); in ProcessLine()
1191 DCHECK(profile->GetMethodHotness(ref, annotation).IsInProfile()) << method_spec; in ProcessLine()