Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_x86_64.h762 ArenaDeque<PatchInfo<Label>> boot_image_other_patches_; variable
Dcode_generator_x86.h797 ArenaDeque<X86PcRelativePatchInfo> boot_image_other_patches_; variable
Dcode_generator_riscv64.h841 ArenaDeque<PcRelativePatchInfo> boot_image_other_patches_; variable
Dcode_generator_arm_vixl.h1049 ArenaDeque<PcRelativePatchInfo> boot_image_other_patches_; variable
Dcode_generator_x86_64.cc1300 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()
Dcode_generator_arm64.h1179 ArenaDeque<PcRelativePatchInfo> boot_image_other_patches_; variable
Dcode_generator_x86.cc1183 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()
Dcode_generator_arm64.cc1021 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()
Dcode_generator_riscv64.cc5873 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()
Dcode_generator_arm_vixl.cc1955 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()