Home
last modified time | relevance | path

Searched refs:other_dexfile (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Dmethod_helper.cc65 uint32_t MethodHelper::FindDexMethodIndexInOtherDexFile(const DexFile& other_dexfile) in FindDexMethodIndexInOtherDexFile() argument
69 if (dexfile == &other_dexfile) { in FindDexMethodIndexInOtherDexFile()
75 other_dexfile.FindStringId(mid_declaring_class_descriptor); in FindDexMethodIndexInOtherDexFile()
78 other_dexfile.FindTypeId(other_dexfile.GetIndexForStringId(*other_descriptor)); in FindDexMethodIndexInOtherDexFile()
81 const DexFile::StringId* other_name = other_dexfile.FindStringId(mid_name); in FindDexMethodIndexInOtherDexFile()
85 bool success = other_dexfile.CreateTypeList( in FindDexMethodIndexInOtherDexFile()
90 other_dexfile.FindProtoId(other_return_type_idx, other_param_type_idxs); in FindDexMethodIndexInOtherDexFile()
92 const DexFile::MethodId* other_mid = other_dexfile.FindMethodId( in FindDexMethodIndexInOtherDexFile()
95 return other_dexfile.GetIndexForMethodId(*other_mid); in FindDexMethodIndexInOtherDexFile()
105 uint32_t MethodHelper::FindDexMethodIndexInOtherDexFile(const DexFile& other_dexfile, in FindDexMethodIndexInOtherDexFile() argument
[all …]
Dmethod_helper.h119 uint32_t FindDexMethodIndexInOtherDexFile(const DexFile& other_dexfile)
124 uint32_t FindDexMethodIndexInOtherDexFile(const DexFile& other_dexfile,