Home
last modified time | relevance | path

Searched defs:target_dex_file (Results 1 – 9 of 9) sorted by relevance

/art/compiler/linker/
Dlinker_patch.h78 const DexFile* target_dex_file, in RelativeMethodPatch()
88 const DexFile* target_dex_file, in MethodBssEntryPatch()
98 const DexFile* target_dex_file, in RelativeCodePatch()
106 const DexFile* target_dex_file, in RelativeTypePatch()
116 const DexFile* target_dex_file, in TypeBssEntryPatch()
126 const DexFile* target_dex_file, in RelativeStringPatch()
136 const DexFile* target_dex_file, in StringBssEntryPatch()
245 LinkerPatch(size_t literal_offset, Type patch_type, const DexFile* target_dex_file) in LinkerPatch()
/art/runtime/
Dvdex_file.cc308 void VdexFile::UnquickenDexFile(const DexFile& target_dex_file, in UnquickenDexFile()
315 void VdexFile::UnquickenDexFile(const DexFile& target_dex_file, in UnquickenDexFile()
/art/compiler/optimizing/
Dcode_generator_arm_vixl.h604 const DexFile* target_dex_file; member
Dcode_generator.h710 const DexFile* target_dex_file; member
Dcode_generator_arm64.cc4838 const DexFile* target_dex_file, in NoDexFileAdapter()
Dcode_generator_x86_64.cc1235 const DexFile* target_dex_file, in NoDexFileAdapter()
Dcode_generator_x86.cc5296 const DexFile* target_dex_file, in NoDexFileAdapter()
Dcode_generator_arm_vixl.cc9389 const DexFile* target_dex_file, in NoDexFileAdapter()
/art/dex2oat/linker/
Doat_writer.cc1944 ObjPtr<mirror::DexCache> GetDexCache(const DexFile* target_dex_file) in GetDexCache()