• Home
  • Raw
  • Download

Lines Matching refs:DexFile

29   const DexFile* dex_file = method_->GetDexFile();  in GetNameAsString()
32 const DexFile::MethodId& method_id = dex_file->GetMethodId(dex_method_idx); in GetNameAsString()
43 const DexFile::TypeList* types = method_->GetParameterTypeList(); in HasSameSignatureWithDifferentClassLoaders()
44 const DexFile::TypeList* other_types = other->method_->GetParameterTypeList(); in HasSameSignatureWithDifferentClassLoaders()
65 uint32_t MethodHelper::FindDexMethodIndexInOtherDexFile(const DexFile& other_dexfile) in FindDexMethodIndexInOtherDexFile()
68 const DexFile* dexfile = method->GetDexFile(); in FindDexMethodIndexInOtherDexFile()
72 const DexFile::MethodId& mid = dexfile->GetMethodId(method->GetDexMethodIndex()); in FindDexMethodIndexInOtherDexFile()
74 const DexFile::StringId* other_descriptor = in FindDexMethodIndexInOtherDexFile()
77 const DexFile::TypeId* other_type_id = in FindDexMethodIndexInOtherDexFile()
81 const DexFile::StringId* other_name = other_dexfile.FindStringId(mid_name); in FindDexMethodIndexInOtherDexFile()
89 const DexFile::ProtoId* other_sig = in FindDexMethodIndexInOtherDexFile()
92 const DexFile::MethodId* other_mid = other_dexfile.FindMethodId( in FindDexMethodIndexInOtherDexFile()
102 return DexFile::kDexNoIndex; in FindDexMethodIndexInOtherDexFile()
105 uint32_t MethodHelper::FindDexMethodIndexInOtherDexFile(const DexFile& other_dexfile, in FindDexMethodIndexInOtherDexFile()
109 const DexFile* dexfile = method->GetDexFile(); in FindDexMethodIndexInOtherDexFile()
111 const DexFile::MethodId& mid = dexfile->GetMethodId(dex_method_idx); in FindDexMethodIndexInOtherDexFile()
112 const DexFile::MethodId& name_and_sig_mid = other_dexfile.GetMethodId(name_and_signature_idx); in FindDexMethodIndexInOtherDexFile()
119 const DexFile::StringId* other_descriptor = in FindDexMethodIndexInOtherDexFile()
122 const DexFile::TypeId* other_type_id = in FindDexMethodIndexInOtherDexFile()
125 const DexFile::MethodId* other_mid = other_dexfile.FindMethodId( in FindDexMethodIndexInOtherDexFile()
133 return DexFile::kDexNoIndex; in FindDexMethodIndexInOtherDexFile()