Lines Matching refs:method_id
2394 const DexFile::MethodId& method_id = dex_file.GetMethodId(dex_method_idx); in LoadMethod() local
2395 const char* method_name = dex_file.StringDataByIdx(method_id.name_idx_); in LoadMethod()
2409 if (strcmp("V", dex_file.GetShorty(method_id.proto_idx_)) == 0) { in LoadMethod()
3814 const DexFile::MethodId& method_id = dex_file->GetMethodId(m->GetDexMethodIndex()); in ThrowSignatureCheckResolveReturnTypeException() local
3815 const DexFile::ProtoId& proto_id = dex_file->GetMethodPrototype(method_id); in ThrowSignatureCheckResolveReturnTypeException()
5362 const DexFile::MethodId& method_id = dex_file.GetMethodId(method_idx); in ResolveMethod() local
5363 mirror::Class* klass = ResolveType(dex_file, method_id.class_idx_, dex_cache, class_loader); in ResolveMethod()
5390 const char* name = dex_file.StringDataByIdx(method_id.name_idx_); in ResolveMethod()
5391 const Signature signature = dex_file.GetMethodSignature(method_id); in ResolveMethod()
5420 const char* name = dex_file.StringDataByIdx(method_id.name_idx_); in ResolveMethod()
5421 const Signature signature = dex_file.GetMethodSignature(method_id); in ResolveMethod()
5583 const DexFile::MethodId& method_id = dex_file.GetMethodId(method_idx); in MethodShorty() local
5584 return dex_file.GetMethodShorty(method_id, length); in MethodShorty()