Home
last modified time | relevance | path

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

/art/compiler/linker/
Dlinker_patch.h88 const DexFile* target_dex_file, in RelativeMethodPatch()
98 const DexFile* target_dex_file, in MethodAppImageRelRoPatch()
108 const DexFile* target_dex_file, in MethodBssEntryPatch()
118 const DexFile* target_dex_file, in RelativeJniEntrypointPatch()
128 const DexFile* target_dex_file, in RelativeCodePatch()
136 const DexFile* target_dex_file, in RelativeTypePatch()
146 const DexFile* target_dex_file, in TypeAppImageRelRoPatch()
156 const DexFile* target_dex_file, in TypeBssEntryPatch()
166 const DexFile* target_dex_file, in PublicTypeBssEntryPatch()
176 const DexFile* target_dex_file, in PackageTypeBssEntryPatch()
[all …]
/art/compiler/optimizing/
Dcode_generator_arm_vixl.h708 const DexFile* target_dex_file; member
Dcode_generator.h751 const DexFile* target_dex_file; member
Dcode_generator_riscv64.cc6800 const DexFile* target_dex_file, in NoDexFileAdapter()
Dcode_generator_arm64.cc5513 const DexFile* target_dex_file, in NoDexFileAdapter()
Dcode_generator_x86_64.cc1440 const DexFile* target_dex_file, in NoDexFileAdapter()
Dcode_generator_x86.cc5900 const DexFile* target_dex_file, in NoDexFileAdapter()
Dcode_generator_arm_vixl.cc9934 const DexFile* target_dex_file, in NoDexFileAdapter()
/art/dex2oat/linker/
Doat_writer.cc1915 ObjPtr<mirror::DexCache> GetDexCache(const DexFile* target_dex_file) in GetDexCache()