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 150 const DexFile& other_dex_file = resolver->dex_file_; local
151 const uint8_t* class_data = other_dex_file.GetClassData(*kls.GetClassDef());
153 ClassDataItemIterator it(other_dex_file, class_data);
156 const DexFile::MethodId& other_method_id = other_dex_file.GetMethodId(it.GetMemberIndex());
157 if (HasSameNameAndSignature(other_dex_file,
178 const DexFile::TypeList* interfaces = other_dex_file.GetInterfacesList(*kls.GetClassDef());
209 const DexFile& other_dex_file = resolver->dex_file_; local
210 const uint8_t* class_data = other_dex_file.GetClassData(*kls.GetClassDef());
212 ClassDataItemIterator it(other_dex_file, class_data);
214 const DexFile::FieldId& other_field_id = other_dex_file.GetFieldId(it.GetMemberIndex())
262 const DexFile& other_dex_file = resolver->dex_file_; local
    [all...]
  /art/runtime/
class_linker.cc 5644 const DexFile* other_dex_file = other->GetDexFile(); local
    [all...]

Completed in 71 milliseconds