Home
last modified time | relevance | path

Searched refs:PatchInfo (Results 1 – 9 of 9) sorted by relevance

/art/compiler/optimizing/
Dcode_generator_x86_64.h482 const PatchInfo<Label>& info,
648 static void EmitPcRelativeLinkerPatches(const ArenaDeque<PatchInfo<Label>>& infos,
664 ArenaDeque<PatchInfo<Label>> boot_image_method_patches_;
666 ArenaDeque<PatchInfo<Label>> method_bss_entry_patches_;
668 ArenaDeque<PatchInfo<Label>> boot_image_type_patches_;
670 ArenaDeque<PatchInfo<Label>> type_bss_entry_patches_;
672 ArenaDeque<PatchInfo<Label>> boot_image_string_patches_;
674 ArenaDeque<PatchInfo<Label>> string_bss_entry_patches_;
677 ArenaDeque<PatchInfo<Label>> boot_image_other_patches_;
680 ArenaDeque<PatchInfo<Label>> jit_string_patches_;
[all …]
Dcode_generator_x86.h490 const PatchInfo<Label>& info,
665 struct X86PcRelativePatchInfo : PatchInfo<Label> {
669 : PatchInfo(target_dex_file, target_index), in X86PcRelativePatchInfo()
705 ArenaDeque<PatchInfo<Label>> jit_string_patches_;
707 ArenaDeque<PatchInfo<Label>> jit_class_patches_;
Dcode_generator_arm64.h998 struct PcRelativePatchInfo : PatchInfo<vixl::aarch64::Label> {
1000 : PatchInfo<vixl::aarch64::Label>(dex_file, off_or_idx), pc_insn_label() { } in PcRelativePatchInfo()
1058 ArenaDeque<PatchInfo<vixl::aarch64::Label>> call_entrypoint_patches_;
Dcode_generator.h705 struct PatchInfo { struct
706 PatchInfo(const DexFile* dex_file, uint32_t off_or_idx) in PatchInfo() function
Dcode_generator_arm_vixl.h934 ArenaDeque<PatchInfo<vixl::aarch32::Label>> call_entrypoint_patches_;
Dcode_generator_x86_64.cc1224 const ArenaDeque<PatchInfo<Label>>& infos, in EmitPcRelativeLinkerPatches()
1226 for (const PatchInfo<Label>& info : infos) { in EmitPcRelativeLinkerPatches()
6141 PatchInfo<Label>* info = &jit_class_patches_.back(); in NewJitRootClassPatch()
6322 PatchInfo<Label>* info = &jit_string_patches_.back(); in NewJitRootStringPatch()
7860 const PatchInfo<Label>& info, in PatchJitRootUse()
7871 for (const PatchInfo<Label>& info : jit_string_patches_) { in EmitJitRootPatches()
7877 for (const PatchInfo<Label>& info : jit_class_patches_) { in EmitJitRootPatches()
Dcode_generator_x86.cc6807 PatchInfo<Label>* info = &jit_class_patches_.back(); in NewJitRootClassPatch()
7029 PatchInfo<Label>* info = &jit_string_patches_.back(); in NewJitRootStringPatch()
8635 const PatchInfo<Label>& info, in PatchJitRootUse()
8646 for (const PatchInfo<Label>& info : jit_string_patches_) { in EmitJitRootPatches()
8652 for (const PatchInfo<Label>& info : jit_class_patches_) { in EmitJitRootPatches()
Dcode_generator_arm64.cc4883 for (const PatchInfo<vixl::aarch64::Label>& info : call_entrypoint_patches_) { in EmitLinkerPatches()
Dcode_generator_arm_vixl.cc9434 for (const PatchInfo<vixl32::Label>& info : call_entrypoint_patches_) { in EmitLinkerPatches()