Home | History | Annotate | Download | only in veridex

Lines Matching refs:other_dex_file

140   const DexFile& other_dex_file = resolver->dex_file_;
141 ClassAccessor other_dex_accessor(other_dex_file, *kls.GetClassDef());
143 const dex::MethodId& other_method_id = other_dex_file.GetMethodId(method.GetIndex());
144 if (HasSameNameAndSignature(other_dex_file,
164 const dex::TypeList* interfaces = other_dex_file.GetInterfacesList(*kls.GetClassDef());
195 const DexFile& other_dex_file = resolver->dex_file_;
196 ClassAccessor other_dex_accessor(other_dex_file, *kls.GetClassDef());
198 const dex::FieldId& other_field_id = other_dex_file.GetFieldId(field.GetIndex());
199 if (HasSameNameAndType(other_dex_file,
208 const dex::TypeList* interfaces = other_dex_file.GetInterfacesList(*kls.GetClassDef());
245 const DexFile& other_dex_file = resolver->dex_file_;
246 ClassAccessor other_dex_accessor(other_dex_file, *kls.GetClassDef());
248 if (HasSameNameAndSignature(other_dex_file,
249 other_dex_file.GetMethodId(method.GetIndex()),