Searched defs:target_dex_file (Results 1 – 9 of 9) sorted by relevance
/aosp_15_r20/art/compiler/linker/ |
H A D | linker_patch.h | 88 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 D | code_generator_arm_vixl.h | 708 const DexFile* target_dex_file; member
|
H A D | code_generator.h | 749 const DexFile* target_dex_file; member
|
H A D | code_generator_arm64.cc | 5516 const DexFile* target_dex_file, in NoDexFileAdapter()
|
H A D | code_generator_riscv64.cc | 6815 const DexFile* target_dex_file, in NoDexFileAdapter()
|
H A D | code_generator_x86_64.cc | 1457 const DexFile* target_dex_file, in NoDexFileAdapter()
|
H A D | code_generator_x86.cc | 5914 const DexFile* target_dex_file, in NoDexFileAdapter()
|
H A D | code_generator_arm_vixl.cc | 9953 const DexFile* target_dex_file, in NoDexFileAdapter()
|
/aosp_15_r20/art/dex2oat/linker/ |
H A D | oat_writer.cc | 1878 ObjPtr<mirror::DexCache> GetDexCache(const DexFile* target_dex_file) in GetDexCache()
|