Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_x86_64.h753 ArenaDeque<PatchInfo<Label>> boot_image_string_patches_; variable
Dcode_generator_x86.h790 ArenaDeque<X86PcRelativePatchInfo> boot_image_string_patches_; variable
Dcode_generator_riscv64.h834 ArenaDeque<PcRelativePatchInfo> boot_image_string_patches_; variable
Dcode_generator_arm_vixl.h1044 ArenaDeque<PcRelativePatchInfo> boot_image_string_patches_; variable
Dcode_generator_arm64.h1172 ArenaDeque<PcRelativePatchInfo> boot_image_string_patches_; variable
Dcode_generator_x86_64.cc1358 boot_image_string_patches_.emplace_back( in RecordBootImageStringPatch()
1360 __ Bind(&boot_image_string_patches_.back().label); in RecordBootImageStringPatch()
1461 boot_image_string_patches_.size() + in EmitLinkerPatches()
1473 boot_image_string_patches_, linker_patches); in EmitLinkerPatches()
1477 DCHECK(boot_image_string_patches_.empty()); in EmitLinkerPatches()
1624 boot_image_string_patches_(graph->GetAllocator()->Adapter(kArenaAllocCodeGenerator)), in CodeGeneratorX86_64()
Dcode_generator_arm64.cc1018 boot_image_string_patches_(graph->GetAllocator()->Adapter(kArenaAllocCodeGenerator)), in CodeGeneratorARM64()
5194 &dex_file, string_index.index_, adrp_label, &boot_image_string_patches_); in NewBootImageStringPatch()
5380 boot_image_string_patches_.size() + in EmitLinkerPatches()
5393 boot_image_string_patches_, linker_patches); in EmitLinkerPatches()
5397 DCHECK(boot_image_string_patches_.empty()); in EmitLinkerPatches()
Dcode_generator_riscv64.cc5870 boot_image_string_patches_(graph->GetAllocator()->Adapter(kArenaAllocCodeGenerator)), in CodeGeneratorRISCV64()
6563 return NewPcRelativePatch(&dex_file, string_index.index_, info_high, &boot_image_string_patches_); in NewBootImageStringPatch()
6699 boot_image_string_patches_.size() + in EmitLinkerPatches()
6710 boot_image_string_patches_, linker_patches); in EmitLinkerPatches()
6714 DCHECK(boot_image_string_patches_.empty()); in EmitLinkerPatches()
Dcode_generator_x86.cc1180 boot_image_string_patches_(graph->GetAllocator()->Adapter(kArenaAllocCodeGenerator)), in CodeGeneratorX86()
5757 boot_image_string_patches_.emplace_back( in RecordBootImageStringPatch()
5759 __ Bind(&boot_image_string_patches_.back().label); in RecordBootImageStringPatch()
5864 boot_image_string_patches_.size() + in EmitLinkerPatches()
5875 boot_image_string_patches_, linker_patches); in EmitLinkerPatches()
5879 DCHECK(boot_image_string_patches_.empty()); in EmitLinkerPatches()
Dcode_generator_arm_vixl.cc1953 boot_image_string_patches_(graph->GetAllocator()->Adapter(kArenaAllocCodeGenerator)), in CodeGeneratorARMVIXL()
9734 return NewPcRelativePatch(&dex_file, string_index.index_, &boot_image_string_patches_); in NewBootImageStringPatch()
9900 /* MOVW+MOVT for each entry */ 2u * boot_image_string_patches_.size() + in EmitLinkerPatches()
9912 boot_image_string_patches_, linker_patches); in EmitLinkerPatches()
9916 DCHECK(boot_image_string_patches_.empty()); in EmitLinkerPatches()