Searched refs:boot_image_string_patches_ (Results 1 – 10 of 10) sorted by relevance
/art/compiler/optimizing/ |
D | code_generator_x86_64.h | 753 ArenaDeque<PatchInfo<Label>> boot_image_string_patches_; variable
|
D | code_generator_x86.h | 790 ArenaDeque<X86PcRelativePatchInfo> boot_image_string_patches_; variable
|
D | code_generator_riscv64.h | 834 ArenaDeque<PcRelativePatchInfo> boot_image_string_patches_; variable
|
D | code_generator_arm_vixl.h | 1044 ArenaDeque<PcRelativePatchInfo> boot_image_string_patches_; variable
|
D | code_generator_arm64.h | 1172 ArenaDeque<PcRelativePatchInfo> boot_image_string_patches_; variable
|
D | code_generator_x86_64.cc | 1358 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()
|
D | code_generator_arm64.cc | 1018 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()
|
D | code_generator_riscv64.cc | 5870 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()
|
D | code_generator_x86.cc | 1180 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()
|
D | code_generator_arm_vixl.cc | 1953 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()
|