Searched defs:target_dex_file (Results 1 – 9 of 9) sorted by relevance
/art/compiler/linker/ |
D | linker_patch.h | 87 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/ |
D | code_generator_arm_vixl.h | 701 const DexFile* target_dex_file; member
|
D | code_generator.h | 747 const DexFile* target_dex_file; member
|
D | code_generator_arm64.cc | 5363 const DexFile* target_dex_file, in NoDexFileAdapter()
|
D | code_generator_riscv64.cc | 6682 const DexFile* target_dex_file, in NoDexFileAdapter()
|
D | code_generator_x86_64.cc | 1444 const DexFile* target_dex_file, in NoDexFileAdapter()
|
D | code_generator_x86.cc | 5847 const DexFile* target_dex_file, in NoDexFileAdapter()
|
D | code_generator_arm_vixl.cc | 9883 const DexFile* target_dex_file, in NoDexFileAdapter()
|
/art/dex2oat/linker/ |
D | oat_writer.cc | 1862 ObjPtr<mirror::DexCache> GetDexCache(const DexFile* target_dex_file) in GetDexCache()
|