HomeSort by relevance Sort by last modified time
    Searched refs:other_dex_file (Results 1 - 2 of 2) sorted by null

  /art/tools/veridex/
resolver.cc 140 const DexFile& other_dex_file = resolver->dex_file_; local
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_; local
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_; local
    [all...]
  /art/runtime/
class_linker.cc 6146 const DexFile* other_dex_file = other->GetDexFile(); local
    [all...]

Completed in 183 milliseconds