Home
last modified time | relevance | path

Searched refs:GetMethodId (Results 26 – 50 of 65) sorted by relevance

123

/art/runtime/entrypoints/jni/
Djni_entrypoints.cc170 const char* shorty = dex_file->GetMethodShorty(dex_file->GetMethodId(method_idx), &shorty_len); in artCriticalNativeFrameSize()
/art/dexlayout/
Ddexlayout.cc551 dex_ir::MethodId* method_id = data->GetMethodId(); in DumpEncodedValue()
741 const dex_ir::MethodId* method_id = method->GetMethodId(); in DumpClassAnnotations()
752 const dex_ir::MethodId* method_id = parameter->GetMethodId(); in DumpClassAnnotations()
1501 DumpMethod((*direct_methods)[i].GetMethodId()->GetIndex(), in DumpClass()
1518 DumpMethod((*virtual_methods)[i].GetMethodId()->GetIndex(), in DumpClass()
1647 const dex_ir::MethodId* method_id = method.GetMethodId(); in LayoutStringData()
1754 const dex_ir::MethodId *method_id = method.GetMethodId(); in LayoutCodeItems()
Ddex_writer.cc163 length = EncodeUIntValue(encoded_value->GetMethodId()->GetIndex(), buffer); in WriteEncodedValue()
221 uint32_t index = method.GetMethodId()->GetIndex(); in WriteEncodedMethods()
446 annotation_buffer[0] = method->GetMethodId()->GetIndex(); in WriteAnnotationsDirectories()
454 annotation_buffer[0] = parameter->GetMethodId()->GetIndex(); in WriteAnnotationsDirectories()
Ddex_ir.h750 const MethodId* GetMethodId() const { return method_id_; } in GetMethodId() function
801 MethodId* GetMethodId() const { return u_.method_val_; } in GetMethodId() function
1179 MethodId* GetMethodId() const { return method_id_; } in GetMethodId() function
1196 MethodId* GetMethodId() const { return method_id_; } in GetMethodId() function
/art/runtime/verifier/
Dmethod_verifier.cc690 const dex::MethodId& method_id = dex_file_->GetMethodId(dex_method_idx_); in GetDeclaringClass()
904 const dex::MethodId& method_id = dex_file_->GetMethodId(dex_method_idx_); in Verify()
1722 dex_file_->GetMethodPrototype(dex_file_->GetMethodId(dex_method_idx_)); in SetTypesFromSignature()
2973 const dex::MethodId& method_id = dex_file_->GetMethodId(method_idx); in CodeFlowVerifyInstruction()
2996 const dex::MethodId& method_id = dex_file_->GetMethodId(method_idx); in CodeFlowVerifyInstruction()
3076 const dex::MethodId& method_id = dex_file_->GetMethodId(method_idx); in CodeFlowVerifyInstruction()
3133 const dex::MethodId& method_id = dex_file_->GetMethodId(method_idx); in CodeFlowVerifyInstruction()
3437 dex_file_->GetMethodId(dex_method_idx_).class_idx_); in CodeFlowVerifyInstruction()
3875 const dex::MethodId& method_id = dex_file_->GetMethodId(dex_method_idx); in ResolveMethodAndCheckAccess()
4058 if (strcmp(dex_file_->GetMethodName(dex_file_->GetMethodId(method_idx)), "<init>") != 0) { in VerifyInvocationArgsFromIterator()
[all …]
Dverifier_deps.cc155 dex_file.GetMethodId(dex_method_index).class_idx_, in GetMethodDeclaringClassStringId()
955 const dex::MethodId& method_id = dex_file.GetMethodId(method.GetDexMethodIndex()); in Dump()
1143 const dex::MethodId& method_id = dex_file.GetMethodId(index); in GetMethodDescription()
1159 const dex::MethodId& method_id = dex_file.GetMethodId(entry.GetDexMethodIndex()); in VerifyMethods()
/art/profman/
Dboot_image_profile.cc50 const dex::MethodId& id = ref.GetMethodId(); in BootImageRepresentation()
/art/libdexfile/dex/
Ddex_file.cc286 const MethodId& method = GetMethodId(mid); in FindMethodId()
526 const MethodId& method_id = GetMethodId(method_idx); in PrettyMethod()
Ddex_file_verifier.cc2445 return dex_file_->GetMethodId(read_method.GetIndex()).class_idx_.index_; in FindFirstClassDataDefiner()
2466 return dex_file_->GetMethodId(method_items[0].method_idx_).class_idx_.index_; in FindFirstAnnotationsDirectoryDefiner()
2472 return dex_file_->GetMethodId(parameter_items[0].method_idx_).class_idx_.index_; in FindFirstAnnotationsDirectoryDefiner()
3013 const dex::MethodId& method = dex_file_->GetMethodId(it->GetIndex()); in CheckInterClassDataItem()
3074 const dex::MethodId& method = dex_file_->GetMethodId(method_item->method_idx_); in CheckInterAnnotationsDirectoryItem()
3092 const dex::MethodId& parameter_method = dex_file_->GetMethodId(parameter_item->method_idx_); in CheckInterAnnotationsDirectoryItem()
3661 const dex::MethodId& method_id = dex_file_->GetMethodId(method_index); in CheckConstructorProperties()
Ddex_file.h357 const dex::MethodId& GetMethodId(uint32_t idx) const { in GetMethodId() function
/art/tools/dexanalyze/
Ddexanalyze_bytecode.cc363 const dex::MethodId& method = dex_file.GetMethodId(method_idx); in ProcessCodeItem()
483 dex_file.GetMethodName(dex_file.GetMethodId(method_idx)) == in ProcessCodeItem()
/art/runtime/entrypoints/
Dentrypoint_utils-inl.h476 referrer->GetDexFile()->GetMethodId(method_idx).class_idx_; in FindMethodToCall()
671 dex::TypeIndex method_type_idx = dex_cache->GetDexFile()->GetMethodId(method_idx).class_idx_; in FindMethodFast()
/art/runtime/mirror/
Dclass.cc619 const dex::MethodId& method_id = dex_file.GetMethodId(dex_method_idx); in FindInterfaceMethod()
737 DCHECK_EQ(dex_type_idx_, GetDexFile().GetMethodId(dex_method_idx).class_idx_.index_); in FindClassMethod()
746 const dex::MethodId& method_id = dex_file.GetMethodId(dex_method_idx); in FindClassMethod()
777 const dex::MethodId& cmp_method_id = dex_file.GetMethodId(method.GetDexMethodIndex()); in FindClassMethod()
/art/runtime/
Dhidden_api.cc195 const dex::MethodId& method_id = dex_file.GetMethodId(method.GetIndex()); in MemberSignature()
Dclass_linker.cc3974 const dex::MethodId& method_id = dex_file.GetMethodId(dex_method_idx); in LoadMethod()
5787 const dex::MethodId& method_id = dex_file->GetMethodId(m->GetDexMethodIndex()); in ThrowSignatureCheckResolveReturnTypeException()
6396 dex_file_(method->GetDexFile()), mid_(&dex_file_->GetMethodId(method->GetDexMethodIndex())), in REQUIRES_SHARED()
6412 const dex::MethodId& other_mid = other_dex_file->GetMethodId(other->GetDexMethodIndex()); in HasSameNameAndSignature()
7552 const dex::MethodId* m_mid = &dex_file->GetMethodId(m->GetDexMethodIndex()); in CheckVTableHasNoDuplicates()
7612 const dex::MethodId& mid = dex_file->GetMethodId(m->GetDexMethodIndex()); in CheckVTableHasNoDuplicates()
8879 const dex::MethodId& method_id = dex_file.GetMethodId(method_idx); in ResolveMethod()
8967 const dex::MethodId& method_id = dex_cache->GetDexFile()->GetMethodId(method_idx); in ResolveMethodWithoutInvokeType()
9446 const dex::MethodId& method_id = dex_file->GetMethodId(method_handle.field_or_method_idx_); in ResolveMethodHandleForMethod()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc1306 called_method.dex_file->GetMethodShorty(called_method.GetMethodId(), &shorty_len); in artQuickResolutionTrampoline()
1345 caller->GetDexFile()->GetMethodId(called_method.index).class_idx_, caller); in artQuickResolutionTrampoline()
2278 const char* shorty = dex_file->GetMethodShorty(dex_file->GetMethodId(method_idx), &shorty_len); in artInvokeCommon()
2411 const char* shorty = dex_file.GetMethodShorty(dex_file.GetMethodId(dex_method_idx), in artInvokeInterfaceTrampoline()
/art/runtime/interpreter/mterp/
Dnterp.cc244 executing_class->GetDexFile().GetMethodId(method_index).class_idx_, in NterpGetMethod()
/art/compiler/debug/
Delf_debug_info_writer.h151 const dex::MethodId& dex_method = dex->GetMethodId(mi->dex_method_index); in Write()
/art/compiler/jni/quick/
Djni_compiler.cc123 const char* shorty = dex_file.GetMethodShorty(dex_file.GetMethodId(method_idx)); in ArtJniCompileMethodInternal()
/art/tools/veridex/
Dflow_analysis.cc134 const dex::MethodId& method_id = dex_file.GetMethodId(method_index); in GetReturnType()
/art/compiler/dex/
Dinline_method_analyser.cc514 const dex::MethodId& method_id = ref.dex_file->GetMethodId(ref.index); in IsSyntheticAccessor()
/art/tools/hiddenapi/
Dhiddenapi_test.cc213 const dex::MethodId& mid = dex_file.GetMethodId(method.GetIndex()); in GetMethodHiddenFlags()
/art/runtime/native/
Ddalvik_system_VMRuntime.cc466 const dex::MethodId& method_id = dex_file->GetMethodId(method_idx); in PreloadDexCachesResolveMethod()
/art/runtime/interpreter/
Dinterpreter_common.h1015 const dex::MethodId& method_id = dex_file->GetMethodId(method_idx); in IsStringInit()
/art/compiler/optimizing/
Dinstruction_builder.cc575 dex_file_->GetMethodId(dex_compilation_unit_->GetDexMethodIndex()); in InitializeParameters()
879 dex_compilation_unit.GetDexFile()->GetMethodId(method_idx).class_idx_, in ResolveMethod()
3444 dex_compilation_unit_->GetDexFile()->GetMethodId(dex_compilation_unit_->GetDexMethodIndex()); in LookupReferrerClass()

123