Home
last modified time | relevance | path

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

/art/openjdkjvmti/
Dti_redefine.cc914 using MethodNameAndSignature = NameAndSignature<art::ArtMethod>; typedef
916 MethodNameAndSignature::NameAndSignature(const art::DexFile* dex_file, uint32_t id) in NameAndSignature()
917 : MethodNameAndSignature(dex_file->GetMethodName(dex_file->GetMethodId(id)), in NameAndSignature()
963 MethodNameAndSignature new_method_id(dex_file_.get(), new_method.GetIndex()); in CheckMethods()
966 MethodNameAndSignature old_method_id(&old_dex_file, current_old_method.GetIndex()); in CheckMethods()
992 << MethodNameAndSignature(&old_dex_file, old_iter->GetIndex()) << ") already seen?"; in CheckMethods()
1007 MethodNameAndSignature(&old_dex_file, fail->GetIndex()).ToString().c_str())); in CheckMethods()