Home | History | Annotate | Download | only in runtime

Lines Matching refs:method_id

3294   const DexFile::MethodId& method_id = dex_file.GetMethodId(dex_method_idx);
3295 const char* method_name = dex_file.StringDataByIdx(method_id.name_idx_);
3313 if (strcmp("V", dex_file.GetShorty(method_id.proto_idx_)) == 0) {
5031 const DexFile::MethodId& method_id = dex_file->GetMethodId(m->GetDexMethodIndex());
5032 const DexFile::ProtoId& proto_id = dex_file->GetMethodPrototype(method_id);
7870 method_id = dex_file.GetMethodId(method_idx);
7871 // DCHECK(LookupResolvedType(method_id.class_idx_, dex_cache, class_loader) != nullptr)
7933 const DexFile::MethodId& method_id = dex_file.GetMethodId(method_idx);
7938 klass = LookupResolvedType(method_id.class_idx_, dex_cache.Get(), class_loader.Get());
7942 klass = ResolveType(method_id.class_idx_, dex_cache, class_loader);
7946 klass = ResolveType(method_id.class_idx_, dex_cache, class_loader);
7994 const char* name = dex_file.StringDataByIdx(method_id.name_idx_);
7995 const Signature signature = dex_file.GetMethodSignature(method_id);
8014 const DexFile::MethodId& method_id = dex_cache->GetDexFile()->GetMethodId(method_idx);
8015 ObjPtr<mirror::Class> klass = ResolveType(method_id.class_idx_, dex_cache, class_loader);