Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_x86.h697 ArenaDeque<X86PcRelativePatchInfo> boot_image_string_patches_; variable
Dcode_generator_x86_64.h672 ArenaDeque<PatchInfo<Label>> boot_image_string_patches_; variable
Dcode_generator_arm_vixl.h927 ArenaDeque<PcRelativePatchInfo> boot_image_string_patches_; variable
Dcode_generator_arm64.h1051 ArenaDeque<PcRelativePatchInfo> boot_image_string_patches_; variable
Dcode_generator_x86_64.cc1168 boot_image_string_patches_.emplace_back( in RecordBootImageStringPatch()
1170 __ Bind(&boot_image_string_patches_.back().label); in RecordBootImageStringPatch()
1249 boot_image_string_patches_.size() + in EmitLinkerPatches()
1259 boot_image_string_patches_, linker_patches); in EmitLinkerPatches()
1263 DCHECK(boot_image_string_patches_.empty()); in EmitLinkerPatches()
1370 boot_image_string_patches_(graph->GetAllocator()->Adapter(kArenaAllocCodeGenerator)), in CodeGeneratorX86_64()
Dcode_generator_arm64.cc941 boot_image_string_patches_(graph->GetAllocator()->Adapter(kArenaAllocCodeGenerator)), in CodeGeneratorARM64()
4680 &dex_file, string_index.index_, adrp_label, &boot_image_string_patches_); in NewBootImageStringPatch()
4852 boot_image_string_patches_.size() + in EmitLinkerPatches()
4864 boot_image_string_patches_, linker_patches); in EmitLinkerPatches()
4868 DCHECK(boot_image_string_patches_.empty()); in EmitLinkerPatches()
Dcode_generator_x86.cc1049 boot_image_string_patches_(graph->GetAllocator()->Adapter(kArenaAllocCodeGenerator)), in CodeGeneratorX86()
5211 boot_image_string_patches_.emplace_back( in RecordBootImageStringPatch()
5213 __ Bind(&boot_image_string_patches_.back().label); in RecordBootImageStringPatch()
5310 boot_image_string_patches_.size() + in EmitLinkerPatches()
5320 boot_image_string_patches_, linker_patches); in EmitLinkerPatches()
5324 DCHECK(boot_image_string_patches_.empty()); in EmitLinkerPatches()
Dcode_generator_arm_vixl.cc1865 boot_image_string_patches_(graph->GetAllocator()->Adapter(kArenaAllocCodeGenerator)), in CodeGeneratorARMVIXL()
9259 return NewPcRelativePatch(&dex_file, string_index.index_, &boot_image_string_patches_); in NewBootImageStringPatch()
9403 /* MOVW+MOVT for each entry */ 2u * boot_image_string_patches_.size() + in EmitLinkerPatches()
9415 boot_image_string_patches_, linker_patches); in EmitLinkerPatches()
9419 DCHECK(boot_image_string_patches_.empty()); in EmitLinkerPatches()