Searched defs:target_dex_file (Results 1 – 9 of 9) sorted by relevance
/art/compiler/linker/ |
D | linker_patch.h | 78 const DexFile* target_dex_file, in RelativeMethodPatch() 88 const DexFile* target_dex_file, in MethodBssEntryPatch() 98 const DexFile* target_dex_file, in RelativeCodePatch() 106 const DexFile* target_dex_file, in RelativeTypePatch() 116 const DexFile* target_dex_file, in TypeBssEntryPatch() 126 const DexFile* target_dex_file, in RelativeStringPatch() 136 const DexFile* target_dex_file, in StringBssEntryPatch() 245 LinkerPatch(size_t literal_offset, Type patch_type, const DexFile* target_dex_file) in LinkerPatch()
|
/art/runtime/ |
D | vdex_file.cc | 308 void VdexFile::UnquickenDexFile(const DexFile& target_dex_file, in UnquickenDexFile() 315 void VdexFile::UnquickenDexFile(const DexFile& target_dex_file, in UnquickenDexFile()
|
/art/compiler/optimizing/ |
D | code_generator_arm_vixl.h | 573 const DexFile* target_dex_file; member
|
D | code_generator.h | 680 const DexFile* target_dex_file; member
|
D | code_generator_arm64.cc | 4572 const DexFile* target_dex_file, in NoDexFileAdapter()
|
D | code_generator_x86_64.cc | 1183 const DexFile* target_dex_file, in NoDexFileAdapter()
|
D | code_generator_x86.cc | 5200 const DexFile* target_dex_file, in NoDexFileAdapter()
|
D | code_generator_arm_vixl.cc | 9187 const DexFile* target_dex_file, in NoDexFileAdapter()
|
/art/dex2oat/linker/ |
D | oat_writer.cc | 1933 ObjPtr<mirror::DexCache> GetDexCache(const DexFile* target_dex_file) in GetDexCache()
|