Lines Matching refs:method_id

3974   const dex::MethodId& method_id = dex_file.GetMethodId(dex_method_idx);  in LoadMethod()  local
3975 const char* method_name = dex_file.StringDataByIdx(method_id.name_idx_); in LoadMethod()
3987 if (strcmp("V", dex_file.GetShorty(method_id.proto_idx_)) == 0) { in LoadMethod()
5787 const dex::MethodId& method_id = dex_file->GetMethodId(m->GetDexMethodIndex()); in ThrowSignatureCheckResolveReturnTypeException() local
5788 const dex::ProtoId& proto_id = dex_file->GetMethodPrototype(method_id); in ThrowSignatureCheckResolveReturnTypeException()
8879 const dex::MethodId& method_id = dex_file.GetMethodId(method_idx); in ResolveMethod() local
8884 klass = LookupResolvedType(method_id.class_idx_, dex_cache.Get(), class_loader.Get()); in ResolveMethod()
8888 klass = ResolveType(method_id.class_idx_, dex_cache, class_loader); in ResolveMethod()
8899 klass = ResolveType(method_id.class_idx_, dex_cache, class_loader); in ResolveMethod()
8947 const char* name = dex_file.StringDataByIdx(method_id.name_idx_); in ResolveMethod()
8948 const Signature signature = dex_file.GetMethodSignature(method_id); in ResolveMethod()
8967 const dex::MethodId& method_id = dex_cache->GetDexFile()->GetMethodId(method_idx); in ResolveMethodWithoutInvokeType() local
8968 ObjPtr<mirror::Class> klass = ResolveType(method_id.class_idx_, dex_cache, class_loader); in ResolveMethodWithoutInvokeType()
9446 const dex::MethodId& method_id = dex_file->GetMethodId(method_handle.field_or_method_idx_); in ResolveMethodHandleForMethod() local
9452 ObjPtr<mirror::Class> receiver_class = LookupResolvedType(method_id.class_idx_, referrer); in ResolveMethodHandleForMethod()
9458 const dex::ProtoId& proto_id = dex_file->GetProtoId(method_id.proto_idx_); in ResolveMethodHandleForMethod()