Searched refs:PatchInfo (Results 1 – 9 of 9) sorted by relevance
/art/compiler/optimizing/ |
D | code_generator_x86_64.h | 453 const PatchInfo<Label>& info, 614 static void EmitPcRelativeLinkerPatches(const ArenaDeque<PatchInfo<Label>>& infos, 630 ArenaDeque<PatchInfo<Label>> boot_image_method_patches_; 632 ArenaDeque<PatchInfo<Label>> method_bss_entry_patches_; 634 ArenaDeque<PatchInfo<Label>> boot_image_type_patches_; 636 ArenaDeque<PatchInfo<Label>> type_bss_entry_patches_; 638 ArenaDeque<PatchInfo<Label>> boot_image_string_patches_; 640 ArenaDeque<PatchInfo<Label>> string_bss_entry_patches_; 643 ArenaDeque<PatchInfo<Label>> boot_image_other_patches_; 646 ArenaDeque<PatchInfo<Label>> jit_string_patches_; [all …]
|
D | code_generator_x86.h | 463 const PatchInfo<Label>& info, 635 struct X86PcRelativePatchInfo : PatchInfo<Label> { 639 : PatchInfo(target_dex_file, target_index), in X86PcRelativePatchInfo() 675 ArenaDeque<PatchInfo<Label>> jit_string_patches_; 677 ArenaDeque<PatchInfo<Label>> jit_class_patches_;
|
D | code_generator_arm64.h | 873 struct PcRelativePatchInfo : PatchInfo<vixl::aarch64::Label> { 875 : PatchInfo<vixl::aarch64::Label>(dex_file, off_or_idx), pc_insn_label() { } in PcRelativePatchInfo() 925 ArenaDeque<PatchInfo<vixl::aarch64::Label>> call_entrypoint_patches_;
|
D | code_generator.h | 675 struct PatchInfo { struct 676 PatchInfo(const DexFile* dex_file, uint32_t off_or_idx) in PatchInfo() function
|
D | code_generator_arm_vixl.h | 903 ArenaDeque<PatchInfo<vixl::aarch32::Label>> call_entrypoint_patches_;
|
D | code_generator_x86_64.cc | 1172 const ArenaDeque<PatchInfo<Label>>& infos, in EmitPcRelativeLinkerPatches() 1174 for (const PatchInfo<Label>& info : infos) { in EmitPcRelativeLinkerPatches() 6022 PatchInfo<Label>* info = &jit_class_patches_.back(); in NewJitRootClassPatch() 6201 PatchInfo<Label>* info = &jit_string_patches_.back(); in NewJitRootStringPatch() 7737 const PatchInfo<Label>& info, in PatchJitRootUse() 7748 for (const PatchInfo<Label>& info : jit_string_patches_) { in EmitJitRootPatches() 7754 for (const PatchInfo<Label>& info : jit_class_patches_) { in EmitJitRootPatches()
|
D | code_generator_x86.cc | 6690 PatchInfo<Label>* info = &jit_class_patches_.back(); in NewJitRootClassPatch() 6912 PatchInfo<Label>* info = &jit_string_patches_.back(); in NewJitRootStringPatch() 8518 const PatchInfo<Label>& info, in PatchJitRootUse() 8529 for (const PatchInfo<Label>& info : jit_string_patches_) { in EmitJitRootPatches() 8535 for (const PatchInfo<Label>& info : jit_class_patches_) { in EmitJitRootPatches()
|
D | code_generator_arm64.cc | 4617 for (const PatchInfo<vixl::aarch64::Label>& info : call_entrypoint_patches_) { in EmitLinkerPatches()
|
D | code_generator_arm_vixl.cc | 9232 for (const PatchInfo<vixl32::Label>& info : call_entrypoint_patches_) { in EmitLinkerPatches()
|