Home
last modified time | relevance | path

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

/aosp_15_r20/art/compiler/optimizing/
H A Dcode_generator_x86_64.h769 ArenaDeque<PatchInfo<Label>> boot_image_string_patches_; variable
H A Dcode_generator_x86.h802 ArenaDeque<X86PcRelativePatchInfo> boot_image_string_patches_; variable
H A Dcode_generator_riscv64.h837 ArenaDeque<PcRelativePatchInfo> boot_image_string_patches_; variable
H A Dcode_generator_arm_vixl.h1054 ArenaDeque<PcRelativePatchInfo> boot_image_string_patches_; variable
H A Dcode_generator_arm64.h1239 ArenaDeque<PcRelativePatchInfo> boot_image_string_patches_; variable
H A Dcode_generator_x86_64.cc1371 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 Dcode_generator_riscv64.cc5997 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 Dcode_generator_arm64.cc1096 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 Dcode_generator_x86.cc1181 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 Dcode_generator_arm_vixl.cc1954 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()