Searched refs:boot_image_string_patches_ (Results 1 - 12 of 12) sorted by last modified time

/art/compiler/optimizing/
H A Dcode_generator_arm64.cc1402 boot_image_string_patches_(graph->GetAllocator()->Adapter(kArenaAllocCodeGenerator)),
4595 &dex_file, string_index.index_, adrp_label, &boot_image_string_patches_);
4691 boot_image_string_patches_.size() +
4701 boot_image_string_patches_, linker_patches);
4707 boot_image_string_patches_, linker_patches);
H A Dcode_generator_arm64.h832 ArenaDeque<PcRelativePatchInfo> boot_image_string_patches_; member in class:art::arm64::CodeGeneratorARM64
H A Dcode_generator_arm_vixl.cc2361 boot_image_string_patches_(graph->GetAllocator()->Adapter(kArenaAllocCodeGenerator)),
9025 return NewPcRelativePatch(&dex_file, string_index.index_, &boot_image_string_patches_);
9098 /* MOVW+MOVT for each entry */ 2u * boot_image_string_patches_.size() +
9108 boot_image_string_patches_, linker_patches);
9114 boot_image_string_patches_, linker_patches);
H A Dcode_generator_arm_vixl.h810 ArenaDeque<PcRelativePatchInfo> boot_image_string_patches_; member in class:art::arm::CodeGeneratorARMVIXL
H A Dcode_generator_mips.cc1024 boot_image_string_patches_(graph->GetAllocator()->Adapter(kArenaAllocCodeGenerator)),
1607 boot_image_string_patches_.size() +
1616 boot_image_string_patches_, linker_patches);
1622 boot_image_string_patches_, linker_patches);
1666 &dex_file, string_index.index_, info_high, &boot_image_string_patches_);
H A Dcode_generator_mips.h701 ArenaDeque<PcRelativePatchInfo> boot_image_string_patches_; member in class:art::mips::CodeGeneratorMIPS
H A Dcode_generator_mips64.cc969 boot_image_string_patches_(graph->GetAllocator()->Adapter(kArenaAllocCodeGenerator)),
1519 boot_image_string_patches_.size() +
1528 boot_image_string_patches_, linker_patches);
1534 boot_image_string_patches_, linker_patches);
1578 &dex_file, string_index.index_, info_high, &boot_image_string_patches_);
H A Dcode_generator_mips64.h667 ArenaDeque<PcRelativePatchInfo> boot_image_string_patches_; member in class:art::mips64::CodeGeneratorMIPS64
H A Dcode_generator_x86.cc1031 boot_image_string_patches_(graph->GetAllocator()->Adapter(kArenaAllocCodeGenerator)),
4636 boot_image_string_patches_.emplace_back(
4638 __ Bind(&boot_image_string_patches_.back().label);
4674 boot_image_string_patches_.size() +
4683 boot_image_string_patches_, linker_patches);
4689 boot_image_string_patches_, linker_patches);
H A Dcode_generator_x86.h643 ArenaDeque<X86PcRelativePatchInfo> boot_image_string_patches_; member in class:art::x86::CodeGeneratorX86
H A Dcode_generator_x86_64.cc1086 boot_image_string_patches_.emplace_back(
1088 __ Bind(&boot_image_string_patches_.back().label);
1120 boot_image_string_patches_.size() +
1129 boot_image_string_patches_, linker_patches);
1135 boot_image_string_patches_, linker_patches);
1233 boot_image_string_patches_(graph->GetAllocator()->Adapter(kArenaAllocCodeGenerator)),
H A Dcode_generator_x86_64.h616 ArenaDeque<PatchInfo<Label>> boot_image_string_patches_; member in class:art::x86_64::CodeGeneratorX86_64

Completed in 182 milliseconds