Searched refs:boot_image_string_patches_ (Results 1 – 8 of 8) sorted by relevance
/aosp12/art/compiler/optimizing/ |
H A D | code_generator_x86_64.h | 678 ArenaDeque<PatchInfo<Label>> boot_image_string_patches_; variable
|
H A D | code_generator_x86.h | 726 ArenaDeque<X86PcRelativePatchInfo> boot_image_string_patches_; variable
|
H A D | code_generator_arm_vixl.h | 946 ArenaDeque<PcRelativePatchInfo> boot_image_string_patches_; variable
|
H A D | code_generator_arm64.h | 1103 ArenaDeque<PcRelativePatchInfo> boot_image_string_patches_; variable
|
H A D | code_generator_x86_64.cc | 1225 boot_image_string_patches_.emplace_back( in RecordBootImageStringPatch() 1227 __ Bind(&boot_image_string_patches_.back().label); in RecordBootImageStringPatch() 1309 boot_image_string_patches_.size() + in EmitLinkerPatches() 1320 boot_image_string_patches_, linker_patches); in EmitLinkerPatches() 1324 DCHECK(boot_image_string_patches_.empty()); in EmitLinkerPatches() 1439 boot_image_string_patches_(graph->GetAllocator()->Adapter(kArenaAllocCodeGenerator)), in CodeGeneratorX86_64()
|
H A D | code_generator_arm64.cc | 919 boot_image_string_patches_(graph->GetAllocator()->Adapter(kArenaAllocCodeGenerator)), in CodeGeneratorARM64() 4858 &dex_file, string_index.index_, adrp_label, &boot_image_string_patches_); in NewBootImageStringPatch() 5054 boot_image_string_patches_.size() + in EmitLinkerPatches() 5067 boot_image_string_patches_, linker_patches); in EmitLinkerPatches() 5071 DCHECK(boot_image_string_patches_.empty()); in EmitLinkerPatches()
|
H A D | code_generator_x86.cc | 1068 boot_image_string_patches_(graph->GetAllocator()->Adapter(kArenaAllocCodeGenerator)), in CodeGeneratorX86() 5465 boot_image_string_patches_.emplace_back( in RecordBootImageStringPatch() 5467 __ Bind(&boot_image_string_patches_.back().label); in RecordBootImageStringPatch() 5571 boot_image_string_patches_.size() + in EmitLinkerPatches() 5582 boot_image_string_patches_, linker_patches); in EmitLinkerPatches() 5586 DCHECK(boot_image_string_patches_.empty()); in EmitLinkerPatches()
|
H A D | code_generator_arm_vixl.cc | 1888 boot_image_string_patches_(graph->GetAllocator()->Adapter(kArenaAllocCodeGenerator)), in CodeGeneratorARMVIXL() 9408 return NewPcRelativePatch(&dex_file, string_index.index_, &boot_image_string_patches_); in NewBootImageStringPatch() 9569 /* MOVW+MOVT for each entry */ 2u * boot_image_string_patches_.size() + in EmitLinkerPatches() 9581 boot_image_string_patches_, linker_patches); in EmitLinkerPatches() 9585 DCHECK(boot_image_string_patches_.empty()); in EmitLinkerPatches()
|