Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_x86_64.h444 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 …]
Dcode_generator_x86.h455 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_;
Dcode_generator_mips64.h576 struct PcRelativePatchInfo : PatchInfo<Mips64Label> {
580 : PatchInfo<Mips64Label>(dex_file, off_or_idx), in PcRelativePatchInfo()
Dcode_generator_mips.h599 struct PcRelativePatchInfo : PatchInfo<MipsLabel> {
603 : PatchInfo<MipsLabel>(dex_file, off_or_idx), in PcRelativePatchInfo()
Dcode_generator.h645 struct PatchInfo { struct
646 PatchInfo(const DexFile* dex_file, uint32_t off_or_idx) in PatchInfo() argument
Dcode_generator_arm64.h854 struct PcRelativePatchInfo : PatchInfo<vixl::aarch64::Label> {
856 : PatchInfo<vixl::aarch64::Label>(dex_file, off_or_idx), pc_insn_label() { } in PcRelativePatchInfo()
Dcode_generator_x86_64.cc1166 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()
Dcode_generator_x86.cc6552 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()