Searched defs:target_dex_file (Results 1 – 8 of 8) sorted by relevance
/aosp12/art/compiler/linker/ |
H A D | linker_patch.h | 81 const DexFile* target_dex_file, in RelativeMethodPatch() 91 const DexFile* target_dex_file, in MethodBssEntryPatch() 101 const DexFile* target_dex_file, in RelativeJniEntrypointPatch() 111 const DexFile* target_dex_file, in RelativeCodePatch() 119 const DexFile* target_dex_file, in RelativeTypePatch() 129 const DexFile* target_dex_file, in TypeBssEntryPatch() 139 const DexFile* target_dex_file, in PublicTypeBssEntryPatch() 149 const DexFile* target_dex_file, in PackageTypeBssEntryPatch() 159 const DexFile* target_dex_file, in RelativeStringPatch() 169 const DexFile* target_dex_file, in StringBssEntryPatch() [all …]
|
/aosp12/art/compiler/optimizing/ |
H A D | code_generator_arm_vixl.h | 607 const DexFile* target_dex_file; member
|
H A D | code_generator.h | 715 const DexFile* target_dex_file; member
|
H A D | code_generator_arm64.cc | 5038 const DexFile* target_dex_file, in NoDexFileAdapter()
|
H A D | code_generator_x86_64.cc | 1293 const DexFile* target_dex_file, in NoDexFileAdapter()
|
H A D | code_generator_arm_vixl.cc | 9553 const DexFile* target_dex_file, in NoDexFileAdapter()
|
H A D | code_generator_x86.cc | 5555 const DexFile* target_dex_file, in NoDexFileAdapter()
|
/aosp12/art/dex2oat/linker/ |
H A D | oat_writer.cc | 1983 ObjPtr<mirror::DexCache> GetDexCache(const DexFile* target_dex_file) in GetDexCache()
|