Searched refs:PatchInfo (Results 1 – 7 of 7) sorted by relevance
/art/compiler/optimizing/ |
D | code_generator_x86_64.h | 432 const PatchInfo<Label>& info, 591 static void EmitPcRelativeLinkerPatches(const ArenaDeque<PatchInfo<Label>>& infos, 608 ArenaDeque<PatchInfo<Label>> boot_image_method_patches_; 610 ArenaDeque<PatchInfo<Label>> method_bss_entry_patches_; 612 ArenaDeque<PatchInfo<Label>> boot_image_type_patches_; 614 ArenaDeque<PatchInfo<Label>> type_bss_entry_patches_; 616 ArenaDeque<PatchInfo<Label>> boot_image_string_patches_; 618 ArenaDeque<PatchInfo<Label>> string_bss_entry_patches_; 621 ArenaDeque<PatchInfo<Label>> jit_string_patches_; 623 ArenaDeque<PatchInfo<Label>> jit_class_patches_;
|
D | code_generator_x86.h | 437 const PatchInfo<Label>& info, 610 struct X86PcRelativePatchInfo : PatchInfo<Label> { 614 : PatchInfo(target_dex_file, target_index), in X86PcRelativePatchInfo() 648 ArenaDeque<PatchInfo<Label>> jit_string_patches_; 650 ArenaDeque<PatchInfo<Label>> jit_class_patches_;
|
D | code_generator_mips64.h | 574 struct PcRelativePatchInfo : PatchInfo<Mips64Label> { 578 : PatchInfo<Mips64Label>(dex_file, off_or_idx), in PcRelativePatchInfo()
|
D | code_generator_mips.h | 596 struct PcRelativePatchInfo : PatchInfo<MipsLabel> { 600 : PatchInfo<MipsLabel>(dex_file, off_or_idx), in PcRelativePatchInfo()
|
D | code_generator.h | 624 struct PatchInfo { struct 625 PatchInfo(const DexFile* dex_file, uint32_t off_or_idx) in PatchInfo() function
|
D | code_generator_arm64.h | 782 struct PcRelativePatchInfo : PatchInfo<vixl::aarch64::Label> { 784 : PatchInfo<vixl::aarch64::Label>(dex_file, off_or_idx), pc_insn_label() { } in PcRelativePatchInfo()
|
D | code_generator_x86_64.cc | 1104 const ArenaDeque<PatchInfo<Label>>& infos, in EmitPcRelativeLinkerPatches() 1106 for (const PatchInfo<Label>& info : infos) { in EmitPcRelativeLinkerPatches() 5532 PatchInfo<Label>* info = &jit_class_patches_.back(); in NewJitRootClassPatch() 5697 PatchInfo<Label>* info = &jit_string_patches_.back(); in NewJitRootStringPatch() 7150 const PatchInfo<Label>& info, in PatchJitRootUse() 7161 for (const PatchInfo<Label>& info : jit_string_patches_) { in EmitJitRootPatches() 7167 for (const PatchInfo<Label>& info : jit_class_patches_) { in EmitJitRootPatches()
|