Searched refs:boot_image_other_patches_ (Results 1 – 10 of 10) sorted by relevance
/art/compiler/optimizing/ |
D | code_generator_x86_64.h | 762 ArenaDeque<PatchInfo<Label>> boot_image_other_patches_; variable
|
D | code_generator_x86.h | 797 ArenaDeque<X86PcRelativePatchInfo> boot_image_other_patches_; variable
|
D | code_generator_riscv64.h | 841 ArenaDeque<PcRelativePatchInfo> boot_image_other_patches_; variable
|
D | code_generator_arm_vixl.h | 1049 ArenaDeque<PcRelativePatchInfo> boot_image_other_patches_; variable
|
D | code_generator_x86_64.cc | 1300 boot_image_other_patches_.emplace_back(/* target_dex_file= */ nullptr, intrinsic_data); in RecordBootImageIntrinsicPatch() 1301 __ Bind(&boot_image_other_patches_.back().label); in RecordBootImageIntrinsicPatch() 1305 boot_image_other_patches_.emplace_back(/* target_dex_file= */ nullptr, boot_image_offset); in RecordBootImageRelRoPatch() 1306 __ Bind(&boot_image_other_patches_.back().label); in RecordBootImageRelRoPatch() 1465 boot_image_other_patches_.size(); in EmitLinkerPatches() 1482 boot_image_other_patches_, linker_patches); in EmitLinkerPatches() 1485 boot_image_other_patches_, linker_patches); in EmitLinkerPatches() 1628 boot_image_other_patches_(graph->GetAllocator()->Adapter(kArenaAllocCodeGenerator)), in CodeGeneratorX86_64()
|
D | code_generator_arm64.h | 1179 ArenaDeque<PcRelativePatchInfo> boot_image_other_patches_; variable
|
D | code_generator_x86.cc | 1183 boot_image_other_patches_(graph->GetAllocator()->Adapter(kArenaAllocCodeGenerator)), in CodeGeneratorX86() 5672 boot_image_other_patches_.emplace_back( in RecordBootImageIntrinsicPatch() 5674 __ Bind(&boot_image_other_patches_.back().label); in RecordBootImageIntrinsicPatch() 5679 boot_image_other_patches_.emplace_back( in RecordBootImageRelRoPatch() 5681 __ Bind(&boot_image_other_patches_.back().label); in RecordBootImageRelRoPatch() 5867 boot_image_other_patches_.size(); in EmitLinkerPatches() 5884 boot_image_other_patches_, linker_patches); in EmitLinkerPatches() 5887 boot_image_other_patches_, linker_patches); in EmitLinkerPatches()
|
D | code_generator_arm64.cc | 1021 boot_image_other_patches_(graph->GetAllocator()->Adapter(kArenaAllocCodeGenerator)), in CodeGeneratorARM64() 5128 /* dex_file= */ nullptr, intrinsic_data, adrp_label, &boot_image_other_patches_); in NewBootImageIntrinsicPatch() 5135 /* dex_file= */ nullptr, boot_image_offset, adrp_label, &boot_image_other_patches_); in NewBootImageRelRoPatch() 5383 boot_image_other_patches_.size() + in EmitLinkerPatches() 5402 boot_image_other_patches_, linker_patches); in EmitLinkerPatches() 5405 boot_image_other_patches_, linker_patches); in EmitLinkerPatches()
|
D | code_generator_riscv64.cc | 5873 boot_image_other_patches_(graph->GetAllocator()->Adapter(kArenaAllocCodeGenerator)), in CodeGeneratorRISCV64() 6501 /* dex_file= */ nullptr, intrinsic_data, info_high, &boot_image_other_patches_); in NewBootImageIntrinsicPatch() 6507 /* dex_file= */ nullptr, boot_image_offset, info_high, &boot_image_other_patches_); in NewBootImageRelRoPatch() 6702 boot_image_other_patches_.size(); in EmitLinkerPatches() 6719 boot_image_other_patches_, linker_patches); in EmitLinkerPatches() 6722 boot_image_other_patches_, linker_patches); in EmitLinkerPatches()
|
D | code_generator_arm_vixl.cc | 1955 boot_image_other_patches_(graph->GetAllocator()->Adapter(kArenaAllocCodeGenerator)), in CodeGeneratorARMVIXL() 9678 return NewPcRelativePatch(/* dex_file= */ nullptr, intrinsic_data, &boot_image_other_patches_); in NewBootImageIntrinsicPatch() 9685 &boot_image_other_patches_); in NewBootImageRelRoPatch() 9902 /* MOVW+MOVT for each entry */ 2u * boot_image_other_patches_.size() + in EmitLinkerPatches() 9921 boot_image_other_patches_, linker_patches); in EmitLinkerPatches() 9924 boot_image_other_patches_, linker_patches); in EmitLinkerPatches()
|