Home
last modified time | relevance | path

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

/aosp12/art/compiler/optimizing/
H A Dcode_generator_x86_64.h685 ArenaDeque<PatchInfo<Label>> boot_image_other_patches_; variable
H A Dcode_generator_x86.h733 ArenaDeque<X86PcRelativePatchInfo> boot_image_other_patches_; variable
H A Dcode_generator_x86_64.cc1176 boot_image_other_patches_.emplace_back(/* target_dex_file= */ nullptr, intrinsic_data); in RecordBootImageIntrinsicPatch()
1177 __ Bind(&boot_image_other_patches_.back().label); in RecordBootImageIntrinsicPatch()
1181 boot_image_other_patches_.emplace_back(/* target_dex_file= */ nullptr, boot_image_offset); in RecordBootImageRelRoPatch()
1182 __ Bind(&boot_image_other_patches_.back().label); in RecordBootImageRelRoPatch()
1312 boot_image_other_patches_.size(); in EmitLinkerPatches()
1328 boot_image_other_patches_, linker_patches); in EmitLinkerPatches()
1331 boot_image_other_patches_, linker_patches); in EmitLinkerPatches()
1442 boot_image_other_patches_(graph->GetAllocator()->Adapter(kArenaAllocCodeGenerator)), in CodeGeneratorX86_64()
H A Dcode_generator_arm_vixl.h951 ArenaDeque<PcRelativePatchInfo> boot_image_other_patches_; variable
H A Dcode_generator_arm64.h1110 ArenaDeque<PcRelativePatchInfo> boot_image_other_patches_; variable
H A Dcode_generator_x86.cc1071 boot_image_other_patches_(graph->GetAllocator()->Adapter(kArenaAllocCodeGenerator)), in CodeGeneratorX86()
5391 boot_image_other_patches_.emplace_back( in RecordBootImageIntrinsicPatch()
5393 __ Bind(&boot_image_other_patches_.back().label); in RecordBootImageIntrinsicPatch()
5398 boot_image_other_patches_.emplace_back( in RecordBootImageRelRoPatch()
5400 __ Bind(&boot_image_other_patches_.back().label); in RecordBootImageRelRoPatch()
5574 boot_image_other_patches_.size(); in EmitLinkerPatches()
5590 boot_image_other_patches_, linker_patches); in EmitLinkerPatches()
5593 boot_image_other_patches_, linker_patches); in EmitLinkerPatches()
H A Dcode_generator_arm64.cc922 boot_image_other_patches_(graph->GetAllocator()->Adapter(kArenaAllocCodeGenerator)), in CodeGeneratorARM64()
4799 /* dex_file= */ nullptr, intrinsic_data, adrp_label, &boot_image_other_patches_); in NewBootImageIntrinsicPatch()
4806 /* dex_file= */ nullptr, boot_image_offset, adrp_label, &boot_image_other_patches_); in NewBootImageRelRoPatch()
5057 boot_image_other_patches_.size() + in EmitLinkerPatches()
5075 boot_image_other_patches_, linker_patches); in EmitLinkerPatches()
5078 boot_image_other_patches_, linker_patches); in EmitLinkerPatches()
H A Dcode_generator_arm_vixl.cc1890 boot_image_other_patches_(graph->GetAllocator()->Adapter(kArenaAllocCodeGenerator)), in CodeGeneratorARMVIXL()
9357 return NewPcRelativePatch(/* dex_file= */ nullptr, intrinsic_data, &boot_image_other_patches_); in NewBootImageIntrinsicPatch()
9364 &boot_image_other_patches_); in NewBootImageRelRoPatch()
9571 /* MOVW+MOVT for each entry */ 2u * boot_image_other_patches_.size() + in EmitLinkerPatches()
9589 boot_image_other_patches_, linker_patches); in EmitLinkerPatches()
9592 boot_image_other_patches_, linker_patches); in EmitLinkerPatches()