Home
last modified time | relevance | path

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

/art/openjdkjvmti/
Dti_redefine.cc963 MethodNameAndSignature new_method_id(dex_file_.get(), new_method.GetIndex()); in CheckMethods() local
967 return old_method_id == new_method_id; in CheckMethods()
979 StringPrintf("Unknown virtual method %s was added!", new_method_id.ToString().c_str())); in CheckMethods()
985 StringPrintf("method %s had different access flags", new_method_id.ToString().c_str())); in CheckMethods()