Searched refs:boot_image_string_patches_ (Results 1 – 10 of 10) sorted by relevance
/aosp_15_r20/art/compiler/optimizing/ |
H A D | code_generator_x86_64.h | 769 ArenaDeque<PatchInfo<Label>> boot_image_string_patches_; variable
|
H A D | code_generator_x86.h | 802 ArenaDeque<X86PcRelativePatchInfo> boot_image_string_patches_; variable
|
H A D | code_generator_riscv64.h | 837 ArenaDeque<PcRelativePatchInfo> boot_image_string_patches_; variable
|
H A D | code_generator_arm_vixl.h | 1054 ArenaDeque<PcRelativePatchInfo> boot_image_string_patches_; variable
|
H A D | code_generator_arm64.h | 1239 ArenaDeque<PcRelativePatchInfo> boot_image_string_patches_; variable
|
H A D | code_generator_x86_64.cc | 1371 boot_image_string_patches_.emplace_back( in RecordBootImageStringPatch() 1373 __ Bind(&boot_image_string_patches_.back().label); in RecordBootImageStringPatch() 1475 boot_image_string_patches_.size() + in EmitLinkerPatches() 1487 boot_image_string_patches_, linker_patches); in EmitLinkerPatches() 1491 DCHECK(boot_image_string_patches_.empty()); in EmitLinkerPatches() 1642 boot_image_string_patches_(graph->GetAllocator()->Adapter(kArenaAllocCodeGenerator)), in CodeGeneratorX86_64()
|
H A D | code_generator_riscv64.cc | 5997 boot_image_string_patches_(graph->GetAllocator()->Adapter(kArenaAllocCodeGenerator)), in CodeGeneratorRISCV64() 6696 return NewPcRelativePatch(&dex_file, string_index.index_, info_high, &boot_image_string_patches_); in NewBootImageStringPatch() 6833 boot_image_string_patches_.size() + in EmitLinkerPatches() 6844 boot_image_string_patches_, linker_patches); in EmitLinkerPatches() 6848 DCHECK(boot_image_string_patches_.empty()); in EmitLinkerPatches()
|
H A D | code_generator_arm64.cc | 1096 boot_image_string_patches_(graph->GetAllocator()->Adapter(kArenaAllocCodeGenerator)), in CodeGeneratorARM64() 5338 &dex_file, string_index.index_, adrp_label, &boot_image_string_patches_); in NewBootImageStringPatch() 5534 boot_image_string_patches_.size() + in EmitLinkerPatches() 5548 boot_image_string_patches_, linker_patches); in EmitLinkerPatches() 5552 DCHECK(boot_image_string_patches_.empty()); in EmitLinkerPatches()
|
H A D | code_generator_x86.cc | 1181 boot_image_string_patches_(graph->GetAllocator()->Adapter(kArenaAllocCodeGenerator)), in CodeGeneratorX86() 5824 boot_image_string_patches_.emplace_back( in RecordBootImageStringPatch() 5826 __ Bind(&boot_image_string_patches_.back().label); in RecordBootImageStringPatch() 5932 boot_image_string_patches_.size() + in EmitLinkerPatches() 5943 boot_image_string_patches_, linker_patches); in EmitLinkerPatches() 5947 DCHECK(boot_image_string_patches_.empty()); in EmitLinkerPatches()
|
H A D | code_generator_arm_vixl.cc | 1954 boot_image_string_patches_(graph->GetAllocator()->Adapter(kArenaAllocCodeGenerator)), in CodeGeneratorARMVIXL() 9804 return NewPcRelativePatch(&dex_file, string_index.index_, &boot_image_string_patches_); in NewBootImageStringPatch() 9971 /* MOVW+MOVT for each entry */ 2u * boot_image_string_patches_.size() + in EmitLinkerPatches() 9983 boot_image_string_patches_, linker_patches); in EmitLinkerPatches() 9987 DCHECK(boot_image_string_patches_.empty()); in EmitLinkerPatches()
|