Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_x86_64.h643 ArenaDeque<PatchInfo<Label>> boot_image_other_patches_; variable
Dcode_generator_x86.h672 ArenaDeque<X86PcRelativePatchInfo> boot_image_other_patches_; variable
Dcode_generator_arm_vixl.h901 ArenaDeque<PcRelativePatchInfo> boot_image_other_patches_; variable
Dcode_generator_arm64.h923 ArenaDeque<PcRelativePatchInfo> boot_image_other_patches_; variable
Dcode_generator_x86_64.cc1085 boot_image_other_patches_.emplace_back(/* target_dex_file= */ nullptr, intrinsic_data); in RecordBootImageIntrinsicPatch()
1086 __ Bind(&boot_image_other_patches_.back().label); in RecordBootImageIntrinsicPatch()
1090 boot_image_other_patches_.emplace_back(/* target_dex_file= */ nullptr, boot_image_offset); in RecordBootImageRelRoPatch()
1091 __ Bind(&boot_image_other_patches_.back().label); in RecordBootImageRelRoPatch()
1199 boot_image_other_patches_.size(); in EmitLinkerPatches()
1215 boot_image_other_patches_, linker_patches); in EmitLinkerPatches()
1218 boot_image_other_patches_, linker_patches); in EmitLinkerPatches()
1320 boot_image_other_patches_(graph->GetAllocator()->Adapter(kArenaAllocCodeGenerator)), in CodeGeneratorX86_64()
Dcode_generator_x86.cc1050 boot_image_other_patches_(graph->GetAllocator()->Adapter(kArenaAllocCodeGenerator)), in CodeGeneratorX86()
5062 boot_image_other_patches_.emplace_back( in RecordBootImageIntrinsicPatch()
5064 __ Bind(&boot_image_other_patches_.back().label); in RecordBootImageIntrinsicPatch()
5069 boot_image_other_patches_.emplace_back( in RecordBootImageRelRoPatch()
5071 __ Bind(&boot_image_other_patches_.back().label); in RecordBootImageRelRoPatch()
5216 boot_image_other_patches_.size(); in EmitLinkerPatches()
5232 boot_image_other_patches_, linker_patches); in EmitLinkerPatches()
5235 boot_image_other_patches_, linker_patches); in EmitLinkerPatches()
Dcode_generator_arm64.cc897 boot_image_other_patches_(graph->GetAllocator()->Adapter(kArenaAllocCodeGenerator)), in CodeGeneratorARM64()
4371 /* dex_file= */ nullptr, intrinsic_data, adrp_label, &boot_image_other_patches_); in NewBootImageIntrinsicPatch()
4378 /* dex_file= */ nullptr, boot_image_offset, adrp_label, &boot_image_other_patches_); in NewBootImageRelRoPatch()
4588 boot_image_other_patches_.size() + in EmitLinkerPatches()
4606 boot_image_other_patches_, linker_patches); in EmitLinkerPatches()
4609 boot_image_other_patches_, linker_patches); in EmitLinkerPatches()
Dcode_generator_arm_vixl.cc1866 boot_image_other_patches_(graph->GetAllocator()->Adapter(kArenaAllocCodeGenerator)), in CodeGeneratorARMVIXL()
9023 return NewPcRelativePatch(/* dex_file= */ nullptr, intrinsic_data, &boot_image_other_patches_); in NewBootImageIntrinsicPatch()
9030 &boot_image_other_patches_); in NewBootImageRelRoPatch()
9203 /* MOVW+MOVT for each entry */ 2u * boot_image_other_patches_.size() + in EmitLinkerPatches()
9221 boot_image_other_patches_, linker_patches); in EmitLinkerPatches()
9224 boot_image_other_patches_, linker_patches); in EmitLinkerPatches()