Searched refs:target_dex_file (Results 1 - 9 of 9) sorted by relevance

/art/compiler/
H A Dcompiled_method.h183 return LinkerPatch(literal_offset, Type::kRecordPosition, /* target_dex_file */ nullptr);
187 const DexFile* target_dex_file,
189 LinkerPatch patch(literal_offset, Type::kMethod, target_dex_file);
195 const DexFile* target_dex_file,
197 LinkerPatch patch(literal_offset, Type::kCall, target_dex_file);
203 const DexFile* target_dex_file,
205 LinkerPatch patch(literal_offset, Type::kCallRelative, target_dex_file);
211 const DexFile* target_dex_file,
213 LinkerPatch patch(literal_offset, Type::kType, target_dex_file);
219 const DexFile* target_dex_file,
186 MethodPatch(size_t literal_offset, const DexFile* target_dex_file, uint32_t target_method_idx) argument
194 CodePatch(size_t literal_offset, const DexFile* target_dex_file, uint32_t target_method_idx) argument
202 RelativeCodePatch(size_t literal_offset, const DexFile* target_dex_file, uint32_t target_method_idx) argument
210 TypePatch(size_t literal_offset, const DexFile* target_dex_file, uint32_t target_type_idx) argument
218 StringPatch(size_t literal_offset, const DexFile* target_dex_file, uint32_t target_string_idx) argument
226 RelativeStringPatch(size_t literal_offset, const DexFile* target_dex_file, uint32_t pc_insn_offset, uint32_t target_string_idx) argument
236 DexCacheArrayPatch(size_t literal_offset, const DexFile* target_dex_file, uint32_t pc_insn_offset, size_t element_offset) argument
312 LinkerPatch(size_t literal_offset, Type patch_type, const DexFile* target_dex_file) argument
[all...]
/art/compiler/optimizing/
H A Dcode_generator_arm.h430 : target_dex_file(dex_file), offset_or_index(off_or_idx) { }
433 const DexFile& target_dex_file; member in struct:art::arm::CodeGeneratorARM::PcRelativePatchInfo
H A Dcode_generator_arm64.h604 : target_dex_file(dex_file), offset_or_index(off_or_idx), label(), pc_insn_label() { }
606 const DexFile& target_dex_file; member in struct:art::arm64::CodeGeneratorARM64::PcRelativePatchInfo
H A Dcode_generator_x86.h570 : target_dex_file(dex_file), element_offset(element_off), label() { }
572 const DexFile& target_dex_file; member in struct:art::x86::CodeGeneratorX86::PcRelativeDexCacheAccessInfo
H A Dcode_generator_x86_64.h542 : target_dex_file(dex_file), element_offset(element_off), label() { }
544 const DexFile& target_dex_file; member in struct:art::x86_64::CodeGeneratorX86_64::PcRelativeDexCacheAccessInfo
H A Dcode_generator_arm64.cc3833 &info.target_dex_file,
3846 &info.target_dex_file,
H A Dcode_generator_arm.cc6517 const DexFile& dex_file = info.target_dex_file;
6546 const DexFile& dex_file = info.target_dex_file;
H A Dcode_generator_x86.cc4491 &info.target_dex_file,
H A Dcode_generator_x86_64.cc923 &info.target_dex_file,

Completed in 338 milliseconds