Home
last modified time | relevance | path

Searched refs:boot_image_other_patches_ (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/art/compiler/optimizing/
H A Dcode_generator_x86_64.h778 ArenaDeque<PatchInfo<Label>> boot_image_other_patches_; variable
H A Dcode_generator_x86.h809 ArenaDeque<X86PcRelativePatchInfo> boot_image_other_patches_; variable
H A Dcode_generator_riscv64.h844 ArenaDeque<PcRelativePatchInfo> boot_image_other_patches_; variable
H A Dcode_generator_x86_64.cc1307 boot_image_other_patches_.emplace_back(/* target_dex_file= */ nullptr, intrinsic_data); in RecordBootImageIntrinsicPatch()
1308 __ Bind(&boot_image_other_patches_.back().label); in RecordBootImageIntrinsicPatch()
1312 boot_image_other_patches_.emplace_back(/* target_dex_file= */ nullptr, boot_image_offset); in RecordBootImageRelRoPatch()
1313 __ Bind(&boot_image_other_patches_.back().label); in RecordBootImageRelRoPatch()
1479 boot_image_other_patches_.size(); in EmitLinkerPatches()
1497 boot_image_other_patches_, linker_patches); in EmitLinkerPatches()
1500 boot_image_other_patches_, linker_patches); in EmitLinkerPatches()
1646 boot_image_other_patches_(graph->GetAllocator()->Adapter(kArenaAllocCodeGenerator)), in CodeGeneratorX86_64()
H A Dcode_generator_x86.cc1184 boot_image_other_patches_(graph->GetAllocator()->Adapter(kArenaAllocCodeGenerator)), in CodeGeneratorX86()
5726 boot_image_other_patches_.emplace_back( in RecordBootImageIntrinsicPatch()
5728 __ Bind(&boot_image_other_patches_.back().label); in RecordBootImageIntrinsicPatch()
5733 boot_image_other_patches_.emplace_back( in RecordBootImageRelRoPatch()
5735 __ Bind(&boot_image_other_patches_.back().label); in RecordBootImageRelRoPatch()
5935 boot_image_other_patches_.size(); in EmitLinkerPatches()
5953 boot_image_other_patches_, linker_patches); in EmitLinkerPatches()
5956 boot_image_other_patches_, linker_patches); in EmitLinkerPatches()
H A Dcode_generator_riscv64.cc6000 boot_image_other_patches_(graph->GetAllocator()->Adapter(kArenaAllocCodeGenerator)), in CodeGeneratorRISCV64()
6628 /* dex_file= */ nullptr, intrinsic_data, info_high, &boot_image_other_patches_); in NewBootImageIntrinsicPatch()
6634 /* dex_file= */ nullptr, boot_image_offset, info_high, &boot_image_other_patches_); in NewBootImageRelRoPatch()
6836 boot_image_other_patches_.size(); in EmitLinkerPatches()
6854 boot_image_other_patches_, linker_patches); in EmitLinkerPatches()
6857 boot_image_other_patches_, linker_patches); in EmitLinkerPatches()
H A Dcode_generator_arm_vixl.h1059 ArenaDeque<PcRelativePatchInfo> boot_image_other_patches_; variable
H A Dcode_generator_arm64.cc1100 boot_image_other_patches_(graph->GetAllocator()->Adapter(kArenaAllocCodeGenerator)), in CodeGeneratorARM64()
5265 /* dex_file= */ nullptr, intrinsic_data, adrp_label, &boot_image_other_patches_); in NewBootImageIntrinsicPatch()
5272 /* dex_file= */ nullptr, boot_image_offset, adrp_label, &boot_image_other_patches_); in NewBootImageRelRoPatch()
5538 boot_image_other_patches_.size() + in EmitLinkerPatches()
5558 boot_image_other_patches_, linker_patches); in EmitLinkerPatches()
5561 boot_image_other_patches_, linker_patches); in EmitLinkerPatches()
H A Dcode_generator_arm64.h1248 ArenaDeque<PcRelativePatchInfo> boot_image_other_patches_; variable
H A Dcode_generator_arm_vixl.cc1956 boot_image_other_patches_(graph->GetAllocator()->Adapter(kArenaAllocCodeGenerator)), in CodeGeneratorARMVIXL()
9742 return NewPcRelativePatch(/* dex_file= */ nullptr, intrinsic_data, &boot_image_other_patches_); in NewBootImageIntrinsicPatch()
9749 &boot_image_other_patches_); in NewBootImageRelRoPatch()
9973 /* MOVW+MOVT for each entry */ 2u * boot_image_other_patches_.size() + in EmitLinkerPatches()
9993 boot_image_other_patches_, linker_patches); in EmitLinkerPatches()
9996 boot_image_other_patches_, linker_patches); in EmitLinkerPatches()