Searched refs:PatchInfo (Results 1 – 8 of 8) sorted by relevance
/art/compiler/optimizing/ |
D | code_generator_x86_64.h | 444 const PatchInfo<Label>& info, 601 static void EmitPcRelativeLinkerPatches(const ArenaDeque<PatchInfo<Label>>& infos, 618 ArenaDeque<PatchInfo<Label>> boot_image_method_patches_; 620 ArenaDeque<PatchInfo<Label>> method_bss_entry_patches_; 622 ArenaDeque<PatchInfo<Label>> boot_image_type_patches_; 624 ArenaDeque<PatchInfo<Label>> type_bss_entry_patches_; 626 ArenaDeque<PatchInfo<Label>> boot_image_string_patches_; 628 ArenaDeque<PatchInfo<Label>> string_bss_entry_patches_; 630 ArenaDeque<PatchInfo<Label>> boot_image_intrinsic_patches_; 633 ArenaDeque<PatchInfo<Label>> jit_string_patches_; [all …]
|
D | code_generator_x86.h | 455 const PatchInfo<Label>& info, 624 struct X86PcRelativePatchInfo : PatchInfo<Label> { 628 : PatchInfo(target_dex_file, target_index), in X86PcRelativePatchInfo() 664 ArenaDeque<PatchInfo<Label>> jit_string_patches_; 666 ArenaDeque<PatchInfo<Label>> jit_class_patches_;
|
D | code_generator_mips64.h | 576 struct PcRelativePatchInfo : PatchInfo<Mips64Label> { 580 : PatchInfo<Mips64Label>(dex_file, off_or_idx), in PcRelativePatchInfo()
|
D | code_generator_mips.h | 599 struct PcRelativePatchInfo : PatchInfo<MipsLabel> { 603 : PatchInfo<MipsLabel>(dex_file, off_or_idx), in PcRelativePatchInfo()
|
D | code_generator.h | 645 struct PatchInfo { struct 646 PatchInfo(const DexFile* dex_file, uint32_t off_or_idx) in PatchInfo() argument
|
D | code_generator_arm64.h | 854 struct PcRelativePatchInfo : PatchInfo<vixl::aarch64::Label> { 856 : PatchInfo<vixl::aarch64::Label>(dex_file, off_or_idx), pc_insn_label() { } in PcRelativePatchInfo()
|
D | code_generator_x86_64.cc | 1166 const ArenaDeque<PatchInfo<Label>>& infos, in EmitPcRelativeLinkerPatches() 1168 for (const PatchInfo<Label>& info : infos) { in EmitPcRelativeLinkerPatches() 5918 PatchInfo<Label>* info = &jit_class_patches_.back(); in NewJitRootClassPatch() 6095 PatchInfo<Label>* info = &jit_string_patches_.back(); in NewJitRootStringPatch() 7629 const PatchInfo<Label>& info, in PatchJitRootUse() 7640 for (const PatchInfo<Label>& info : jit_string_patches_) { in EmitJitRootPatches() 7646 for (const PatchInfo<Label>& info : jit_class_patches_) { in EmitJitRootPatches()
|
D | code_generator_x86.cc | 6552 PatchInfo<Label>* info = &jit_class_patches_.back(); in NewJitRootClassPatch() 6773 PatchInfo<Label>* info = &jit_string_patches_.back(); in NewJitRootStringPatch() 8376 const PatchInfo<Label>& info, in PatchJitRootUse() 8387 for (const PatchInfo<Label>& info : jit_string_patches_) { in EmitJitRootPatches() 8393 for (const PatchInfo<Label>& info : jit_class_patches_) { in EmitJitRootPatches()
|