Searched defs:target_dex_file (Results 1 – 12 of 12) sorted by relevance
/art/compiler/linker/ |
D | linker_patch.h | 77 const DexFile* target_dex_file, in RelativeMethodPatch() 87 const DexFile* target_dex_file, in MethodBssEntryPatch() 97 const DexFile* target_dex_file, in RelativeCodePatch() 105 const DexFile* target_dex_file, in RelativeTypePatch() 115 const DexFile* target_dex_file, in TypeBssEntryPatch() 125 const DexFile* target_dex_file, in RelativeStringPatch() 135 const DexFile* target_dex_file, in StringBssEntryPatch() 230 LinkerPatch(size_t literal_offset, Type patch_type, const DexFile* target_dex_file) in LinkerPatch()
|
/art/runtime/ |
D | vdex_file.cc | 277 void VdexFile::UnquickenDexFile(const DexFile& target_dex_file, in UnquickenDexFile() 283 void VdexFile::UnquickenDexFile(const DexFile& target_dex_file, in UnquickenDexFile()
|
/art/compiler/optimizing/ |
D | code_generator_mips.h | 656 const DexFile& target_dex_file; member
|
D | code_generator_arm_vixl.h | 573 const DexFile* target_dex_file; member
|
D | code_generator.h | 650 const DexFile* target_dex_file; member
|
D | code_generator_arm64.cc | 4412 const DexFile* target_dex_file, in NoDexFileAdapter()
|
D | code_generator_x86_64.cc | 1177 const DexFile* target_dex_file, in NoDexFileAdapter()
|
D | code_generator_mips64.cc | 1537 const DexFile* target_dex_file, in NoDexFileAdapter()
|
D | code_generator_x86.cc | 5076 const DexFile* target_dex_file, in NoDexFileAdapter()
|
D | code_generator_arm_vixl.cc | 8975 const DexFile* target_dex_file, in NoDexFileAdapter()
|
D | code_generator_mips.cc | 1610 const DexFile* target_dex_file, in NoDexFileAdapter()
|
/art/dex2oat/linker/ |
D | oat_writer.cc | 1908 ObjPtr<mirror::DexCache> GetDexCache(const DexFile* target_dex_file) in GetDexCache()
|