Home
last modified time | relevance | path

Searched defs:method_id (Results 1 – 25 of 43) sorted by relevance

12

/art/libdexfile/dex/
Ddex_file-inl.h128 inline const char* DexFile::GetMethodDeclaringClassDescriptor(const dex::MethodId& method_id) in GetMethodDeclaringClassDescriptor()
134 inline const Signature DexFile::GetMethodSignature(const dex::MethodId& method_id) const { in GetMethodSignature()
142 inline const char* DexFile::GetMethodName(const dex::MethodId& method_id) const { in GetMethodName()
146 inline const char* DexFile::GetMethodName(const dex::MethodId& method_id, uint32_t* utf_length) in GetMethodName()
160 inline std::string_view DexFile::GetMethodNameView(const dex::MethodId& method_id) const { in GetMethodNameView()
173 inline const char* DexFile::GetMethodShorty(const dex::MethodId& method_id) const { in GetMethodShorty()
177 inline const char* DexFile::GetMethodShorty(const dex::MethodId& method_id, uint32_t* length) in GetMethodShorty()
Dart_dex_file_loader_test.cc190 const dex::MethodId& method_id = raw->GetMethodId(cur_method->GetIndex()); in TEST_F() local
264 const dex::MethodId& method_id = raw->GetMethodId(cur_method->GetIndex()); in TEST_F() local
Ddex_file_verifier.cc179 const dex::MethodId* method_id = in GetMethodDescription() local
865 const dex::MethodId& method_id = in CheckClassDataItemMethod() local
1276 const dex::MethodId* method_id = reinterpret_cast<const dex::MethodId*>(ptr_); in CheckIntraMethodIdItem() local
3655 const dex::MethodId& method_id = dex_file_->GetMethodId(method_index); in CheckConstructorProperties() local
Ddex_file_verifier_test.cc151 dex::MethodId* method_id = const_cast<dex::MethodId*>(&dex_file->GetMethodId(0)); in TEST_F() local
161 dex::MethodId* method_id = const_cast<dex::MethodId*>(&dex_file->GetMethodId(0)); in TEST_F() local
171 dex::MethodId* method_id = const_cast<dex::MethodId*>(&dex_file->GetMethodId(0)); in TEST_F() local
/art/compiler/driver/
Ddex_compilation_unit.h75 const dex::MethodId& method_id = dex_file_->GetMethodId(dex_method_idx_); in GetShorty() local
80 const dex::MethodId& method_id = dex_file_->GetMethodId(dex_method_idx_); in GetShorty() local
/art/tools/veridex/
Dresolver.cc50 const dex::MethodId& method_id, in HasSameNameAndSignature()
58 const dex::MethodId& method_id, in HasSameNameAndSignature()
262 const dex::MethodId& method_id = dex_file_.GetMethodId(method_index); in GetMethod() local
Dhidden_api.cc84 const dex::MethodId& method_id = dex_file.GetMethodId(method_index); in GetApiMethodName() local
Dhidden_api_finder.cc32 void HiddenApiFinder::CheckMethod(uint32_t method_id, in CheckMethod()
Dflow_analysis.cc152 const dex::MethodId& method_id = dex_file.GetMethodId(method_index); in GetReturnType() local
/art/test/817-hiddenapi/
Dtest_native.cc32 jmethodID method_id = env->GetMethodID(cls, "methodPublicSdkNotInAbstractParent", "()I"); in Java_TestCase_testNativeInternal() local
/art/runtime/jni/
Djni_internal.h144 static inline ArtMethod* DecodeArtMethod(jmethodID method_id) { in DecodeArtMethod()
/art/runtime/
Dimtable-inl.h49 const dex::MethodId& method_id = dex_file->GetMethodId(method->GetDexMethodIndex()); in GetImtHashComponents() local
Dsdk_checker.cc73 const dex::MethodId* method_id = in ShouldDenyAccess() local
Dclass_linker-inl.h281 const dex::MethodId& method_id = dex_file.GetMethodId(method_idx); in LookupResolvedMethod() local
340 const dex::MethodId& method_id = dex_file.GetMethodId(method_idx); in ResolveMethod() local
/art/libprofile/profile/
Dprofile_boot_info.cc110 uint32_t method_id; in Load() local
/art/dexlayout/
Ddexlayout.cc491 dex_ir::MethodId* method_id = header->MethodIds()[index]; in IndexString() local
524 dex_ir::MethodId* method_id = header->MethodIds()[index]; in IndexString() local
621 dex_ir::MethodId* method_id = data->GetMethodId(); in DumpEncodedValue() local
811 const dex_ir::MethodId* method_id = method->GetMethodId(); in DumpClassAnnotations() local
822 const dex_ir::MethodId* method_id = parameter->GetMethodId(); in DumpClassAnnotations() local
1098 dex_ir::MethodId* method_id = header_->MethodIds()[idx]; in DumpBytecodes() local
1242 dex_ir::MethodId* method_id = header_->MethodIds()[idx]; in DumpMethod() local
1677 auto method_id = static_cast<dex_ir::MethodId*>(mh->GetFieldOrMethodId()); in DumpMethodHandle() local
1949 const dex_ir::MethodId* method_id = method.GetMethodId(); in LayoutStringData() local
2056 const dex_ir::MethodId *method_id = method.GetMethodId(); in LayoutCodeItems() local
Dcompact_dex_writer.cc60 const dex_ir::MethodId* method_id = method.GetMethodId(); in WriteDebugInfoOffsetTable() local
247 const dex_ir::MethodId* method_id = method.GetMethodId(); in SortDebugInfosByMethodIndex() local
Ddex_ir_builder.cc756 MethodId* method_id = header_->MethodIds()[methods[i].method_idx_]; in CreateAnnotationsDirectoryItem() local
772 MethodId* method_id = header_->MethodIds()[parameters[i].method_idx_]; in CreateAnnotationsDirectoryItem() local
1227 MethodId* method_id = header_->MethodIds()[method.GetIndex()]; in GenerateMethodItem() local
1241 MethodId* method_id, in GenerateParameterAnnotation()
Ddex_visualize.cc163 void DumpMethodId(const dex_ir::MethodId* method_id, int class_index) { in DumpMethodId()
/art/dalvikvm/
Ddalvikvm.cc33 static bool IsMethodPublic(JNIEnv* env, jclass c, jmethodID method_id) { in IsMethodPublic()
/art/runtime/verifier/
Dmethod_verifier.cc670 const dex::MethodId& method_id = dex_file_->GetMethodId(dex_method_idx_); in GetDeclaringClass() local
853 const dex::MethodId& method_id = dex_file_->GetMethodId(dex_method_idx_); in Verify() local
2877 const dex::MethodId& method_id = dex_file_->GetMethodId(method_idx); in CodeFlowVerifyInstruction() local
2900 const dex::MethodId& method_id = dex_file_->GetMethodId(method_idx); in CodeFlowVerifyInstruction() local
2980 const dex::MethodId& method_id = dex_file_->GetMethodId(method_idx); in CodeFlowVerifyInstruction() local
3037 const dex::MethodId& method_id = dex_file_->GetMethodId(method_idx); in CodeFlowVerifyInstruction() local
3744 const dex::MethodId& method_id = dex_file_->GetMethodId(dex_method_idx); in ResolveMethodAndCheckAccess() local
4868 const dex::MethodId& method_id = dex_file_->GetMethodId(dex_method_idx_); in GetMethodReturnType() local
/art/runtime/mirror/
Dclass.cc575 const dex::MethodId& method_id = dex_file.GetMethodId(dex_method_idx); in FindInterfaceMethod() local
795 const dex::MethodId& method_id = get_method_id(mid); in FindDeclaredClassMethod() local
801 const dex::MethodId& method_id = get_method_id(mid); in FindDeclaredClassMethod() local
805 const dex::MethodId& method_id = get_method_id(mid); in FindDeclaredClassMethod() local
850 const dex::MethodId& method_id = dex_file.GetMethodId(dex_method_idx); in FindClassMethod() local
/art/libdexfile/external/
Ddex_file_ext.cc288 const art::dex::MethodId& method_id = self->adex->dex_file_->GetMethodId(self->index); in ADexFile_Method_getClassDescriptor() local
/art/runtime/entrypoints/
Dentrypoint_utils-inl.h487 const dex::MethodId& method_id = dex_file->GetMethodId(method_idx); in IsStringInit() local
/art/tools/jvmti-agents/ti-alloc-sample/
Dti_alloc_sample.cc295 static std::string formatMethod(jvmtiEnv* jvmti, JNIEnv* jni, jmethodID method_id) { in formatMethod()

12