Home
last modified time | relevance | path

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

/art/compiler/linker/
Dlinker_patch.h81 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 …]
/art/compiler/optimizing/
Dcode_generator_arm_vixl.h607 const DexFile* target_dex_file; member
Dcode_generator.h715 const DexFile* target_dex_file; member
Dcode_generator_arm64.cc5038 const DexFile* target_dex_file, in NoDexFileAdapter()
Dcode_generator_x86_64.cc1293 const DexFile* target_dex_file, in NoDexFileAdapter()
Dcode_generator_arm_vixl.cc9553 const DexFile* target_dex_file, in NoDexFileAdapter()
Dcode_generator_x86.cc5555 const DexFile* target_dex_file, in NoDexFileAdapter()
/art/dex2oat/linker/
Doat_writer.cc1983 ObjPtr<mirror::DexCache> GetDexCache(const DexFile* target_dex_file) in GetDexCache()