Home
last modified time | relevance | path

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

/art/compiler/linker/
Dlinker_patch.h87 const DexFile* target_dex_file, in RelativeMethodPatch()
97 const DexFile* target_dex_file, in MethodBssEntryPatch()
107 const DexFile* target_dex_file, in RelativeJniEntrypointPatch()
117 const DexFile* target_dex_file, in RelativeCodePatch()
125 const DexFile* target_dex_file, in RelativeTypePatch()
135 const DexFile* target_dex_file, in TypeAppImageRelRoPatch()
145 const DexFile* target_dex_file, in TypeBssEntryPatch()
155 const DexFile* target_dex_file, in PublicTypeBssEntryPatch()
165 const DexFile* target_dex_file, in PackageTypeBssEntryPatch()
175 const DexFile* target_dex_file, in RelativeStringPatch()
[all …]
/art/compiler/optimizing/
Dcode_generator_arm_vixl.h701 const DexFile* target_dex_file; member
Dcode_generator.h747 const DexFile* target_dex_file; member
Dcode_generator_arm64.cc5363 const DexFile* target_dex_file, in NoDexFileAdapter()
Dcode_generator_riscv64.cc6682 const DexFile* target_dex_file, in NoDexFileAdapter()
Dcode_generator_x86_64.cc1444 const DexFile* target_dex_file, in NoDexFileAdapter()
Dcode_generator_x86.cc5847 const DexFile* target_dex_file, in NoDexFileAdapter()
Dcode_generator_arm_vixl.cc9883 const DexFile* target_dex_file, in NoDexFileAdapter()
/art/dex2oat/linker/
Doat_writer.cc1862 ObjPtr<mirror::DexCache> GetDexCache(const DexFile* target_dex_file) in GetDexCache()