/art/libdexfile/dex/ |
D | dex_file-inl.h | 128 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()
|
D | art_dex_file_loader_test.cc | 137 const dex::MethodId& method_id = raw->GetMethodId(cur_method->GetIndex()); in TEST_F() local 211 const dex::MethodId& method_id = raw->GetMethodId(cur_method->GetIndex()); in TEST_F() local
|
D | dex_file_verifier.cc | 179 const dex::MethodId* method_id = in GetMethodDescription() local 870 const dex::MethodId& method_id = in CheckClassDataItemMethod() local 1281 const dex::MethodId* method_id = reinterpret_cast<const dex::MethodId*>(ptr_); in CheckIntraMethodIdItem() local 3660 const dex::MethodId& method_id = dex_file_->GetMethodId(method_index); in CheckConstructorProperties() local
|
D | dex_file_verifier_test.cc | 158 dex::MethodId* method_id = const_cast<dex::MethodId*>(&dex_file->GetMethodId(0)); in TEST_F() local 168 dex::MethodId* method_id = const_cast<dex::MethodId*>(&dex_file->GetMethodId(0)); in TEST_F() local 178 dex::MethodId* method_id = const_cast<dex::MethodId*>(&dex_file->GetMethodId(0)); in TEST_F() local
|
/art/compiler/driver/ |
D | dex_compilation_unit.h | 74 const dex::MethodId& method_id = dex_file_->GetMethodId(dex_method_idx_); in GetShorty() local 79 const dex::MethodId& method_id = dex_file_->GetMethodId(dex_method_idx_); in GetShorty() local
|
/art/tools/veridex/ |
D | resolver.cc | 50 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
|
D | hidden_api.cc | 75 const dex::MethodId& method_id = dex_file.GetMethodId(method_index); in GetApiMethodName() local
|
D | hidden_api_finder.cc | 32 void HiddenApiFinder::CheckMethod(uint32_t method_id, in CheckMethod()
|
D | flow_analysis.cc | 152 const dex::MethodId& method_id = dex_file.GetMethodId(method_index); in GetReturnType() local
|
/art/test/817-hiddenapi/ |
D | test_native.cc | 32 jmethodID method_id = env->GetMethodID(cls, "methodPublicSdkNotInAbstractParent", "()I"); in Java_TestCase_testNativeInternal() local
|
/art/runtime/jni/ |
D | jni_internal.h | 136 static inline ArtMethod* DecodeArtMethod(jmethodID method_id) { in DecodeArtMethod()
|
/art/runtime/ |
D | class_linker-inl.h | 298 const dex::MethodId& method_id = dex_file.GetMethodId(method_idx); in LookupResolvedMethod() local 327 const dex::MethodId& method_id = referrer->GetDexFile()->GetMethodId(method_idx); in GetResolvedMethod() local 385 const dex::MethodId& method_id = referrer->GetDexFile()->GetMethodId(method_idx); in ResolveMethod() local 453 const dex::MethodId& method_id = dex_file.GetMethodId(method_idx); in ResolveMethod() local
|
D | imtable-inl.h | 49 const dex::MethodId& method_id = dex_file->GetMethodId(method->GetDexMethodIndex()); in GetImtHashComponents() local
|
D | art_method-inl.h | 227 const dex::MethodId& method_id = GetDexFile()->GetMethodId(GetDexMethodIndex()); in ResolveNameString() local 234 const dex::MethodId& method_id = dex_file->GetMethodId(GetDexMethodIndex()); in NameEquals() local 368 const dex::MethodId& method_id = dex_file->GetMethodId(GetDexMethodIndex()); in GetReturnTypeIndex() local
|
D | sdk_checker.cc | 79 const dex::MethodId* method_id = in ShouldDenyAccess() local
|
/art/dexlayout/ |
D | dexlayout.cc | 489 dex_ir::MethodId* method_id = header->MethodIds()[index]; in IndexString() local 522 dex_ir::MethodId* method_id = header->MethodIds()[index]; in IndexString() local 616 dex_ir::MethodId* method_id = data->GetMethodId(); in DumpEncodedValue() local 806 const dex_ir::MethodId* method_id = method->GetMethodId(); in DumpClassAnnotations() local 817 const dex_ir::MethodId* method_id = parameter->GetMethodId(); in DumpClassAnnotations() local 1093 dex_ir::MethodId* method_id = header_->MethodIds()[idx]; in DumpBytecodes() local 1237 dex_ir::MethodId* method_id = header_->MethodIds()[idx]; in DumpMethod() local 1714 const dex_ir::MethodId* method_id = method.GetMethodId(); in LayoutStringData() local 1821 const dex_ir::MethodId *method_id = method.GetMethodId(); in LayoutCodeItems() local
|
D | compact_dex_writer.cc | 60 const dex_ir::MethodId* method_id = method.GetMethodId(); in WriteDebugInfoOffsetTable() local 247 const dex_ir::MethodId* method_id = method.GetMethodId(); in SortDebugInfosByMethodIndex() local
|
D | dex_ir_builder.cc | 756 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()
|
D | dex_visualize.cc | 163 void DumpMethodId(const dex_ir::MethodId* method_id, int class_index) { in DumpMethodId()
|
D | dex_ir.h | 743 MethodItem(uint32_t access_flags, const MethodId* method_id, CodeItem* code) in MethodItem() 783 void SetMethodId(MethodId* method_id) { u_.method_val_ = method_id; } in SetMethodId() 1176 MethodAnnotation(MethodId* method_id, AnnotationSetItem* annotation_set_item) in MethodAnnotation() 1193 ParameterAnnotation(MethodId* method_id, AnnotationSetRefList* annotations) in ParameterAnnotation()
|
/art/libprofile/profile/ |
D | profile_boot_info.cc | 110 uint32_t method_id; in Load() local
|
/art/dalvikvm/ |
D | dalvikvm.cc | 33 static bool IsMethodPublic(JNIEnv* env, jclass c, jmethodID method_id) { in IsMethodPublic()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 670 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 2873 const dex::MethodId& method_id = dex_file_->GetMethodId(method_idx); in CodeFlowVerifyInstruction() local 2896 const dex::MethodId& method_id = dex_file_->GetMethodId(method_idx); in CodeFlowVerifyInstruction() local 2976 const dex::MethodId& method_id = dex_file_->GetMethodId(method_idx); in CodeFlowVerifyInstruction() local 3033 const dex::MethodId& method_id = dex_file_->GetMethodId(method_idx); in CodeFlowVerifyInstruction() local 3740 const dex::MethodId& method_id = dex_file_->GetMethodId(dex_method_idx); in ResolveMethodAndCheckAccess() local 4867 const dex::MethodId& method_id = dex_file_->GetMethodId(dex_method_idx_); in GetMethodReturnType() local
|
/art/runtime/mirror/ |
D | class.cc | 578 const dex::MethodId& method_id = dex_file.GetMethodId(dex_method_idx); in FindInterfaceMethod() local 798 const dex::MethodId& method_id = get_method_id(mid); in FindDeclaredClassMethod() local 804 const dex::MethodId& method_id = get_method_id(mid); in FindDeclaredClassMethod() local 808 const dex::MethodId& method_id = get_method_id(mid); in FindDeclaredClassMethod() local 853 const dex::MethodId& method_id = dex_file.GetMethodId(dex_method_idx); in FindClassMethod() local
|
/art/libdexfile/external/ |
D | dex_file_ext.cc | 289 const art::dex::MethodId& method_id = self->adex->dex_file_->GetMethodId(self->index); in ADexFile_Method_getClassDescriptor() local
|