Home
last modified time | relevance | path

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

/aosp_15_r20/art/compiler/linker/
H A 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 …]
/aosp_15_r20/art/compiler/optimizing/
H A Dcode_generator_arm_vixl.h708 const DexFile* target_dex_file; member
H A Dcode_generator.h749 const DexFile* target_dex_file; member
H A Dcode_generator_arm64.cc5516 const DexFile* target_dex_file, in NoDexFileAdapter()
H A Dcode_generator_riscv64.cc6815 const DexFile* target_dex_file, in NoDexFileAdapter()
H A Dcode_generator_x86_64.cc1457 const DexFile* target_dex_file, in NoDexFileAdapter()
H A Dcode_generator_x86.cc5914 const DexFile* target_dex_file, in NoDexFileAdapter()
H A Dcode_generator_arm_vixl.cc9953 const DexFile* target_dex_file, in NoDexFileAdapter()
/aosp_15_r20/art/dex2oat/linker/
H A Doat_writer.cc1878 ObjPtr<mirror::DexCache> GetDexCache(const DexFile* target_dex_file) in GetDexCache()