Home
last modified time | relevance | path

Searched refs:X86PcRelativePatchInfo (Results 1 – 2 of 2) sorted by relevance

/art/compiler/optimizing/
Dcode_generator_x86.h665 struct X86PcRelativePatchInfo : PatchInfo<Label> { struct
666 X86PcRelativePatchInfo(HX86ComputeBaseMethodAddress* address, in X86PcRelativePatchInfo() function
675 void EmitPcRelativeLinkerPatches(const ArenaDeque<X86PcRelativePatchInfo>& infos, argument
689 ArenaDeque<X86PcRelativePatchInfo> boot_image_method_patches_;
691 ArenaDeque<X86PcRelativePatchInfo> method_bss_entry_patches_;
693 ArenaDeque<X86PcRelativePatchInfo> boot_image_type_patches_;
695 ArenaDeque<X86PcRelativePatchInfo> type_bss_entry_patches_;
697 ArenaDeque<X86PcRelativePatchInfo> boot_image_string_patches_;
699 ArenaDeque<X86PcRelativePatchInfo> string_bss_entry_patches_;
702 ArenaDeque<X86PcRelativePatchInfo> boot_image_other_patches_;
Dcode_generator_x86.cc5283 const ArenaDeque<X86PcRelativePatchInfo>& infos, in EmitPcRelativeLinkerPatches()
5285 for (const X86PcRelativePatchInfo& info : infos) { in EmitPcRelativeLinkerPatches()