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

/art/compiler/optimizing/
H A Dcode_generator_arm64.cc1403 string_bss_entry_patches_(graph->GetAllocator()->Adapter(kArenaAllocCodeGenerator)),
4602 return NewPcRelativePatch(&dex_file, string_index.index_, adrp_label, &string_bss_entry_patches_);
4692 string_bss_entry_patches_.size() +
4714 string_bss_entry_patches_, linker_patches);
H A Dcode_generator_arm64.h834 ArenaDeque<PcRelativePatchInfo> string_bss_entry_patches_; member in class:art::arm64::CodeGeneratorARM64
H A Dcode_generator_arm_vixl.cc2362 string_bss_entry_patches_(graph->GetAllocator()->Adapter(kArenaAllocCodeGenerator)),
9030 return NewPcRelativePatch(&dex_file, string_index.index_, &string_bss_entry_patches_);
9099 /* MOVW+MOVT for each entry */ 2u * string_bss_entry_patches_.size() +
9121 string_bss_entry_patches_, linker_patches);
H A Dcode_generator_arm_vixl.h812 ArenaDeque<PcRelativePatchInfo> string_bss_entry_patches_; member in class:art::arm::CodeGeneratorARMVIXL
H A Dcode_generator_mips.cc1025 string_bss_entry_patches_(graph->GetAllocator()->Adapter(kArenaAllocCodeGenerator)),
1608 string_bss_entry_patches_.size();
1629 string_bss_entry_patches_, linker_patches);
1673 return NewPcRelativePatch(&dex_file, string_index.index_, info_high, &string_bss_entry_patches_);
H A Dcode_generator_mips.h703 ArenaDeque<PcRelativePatchInfo> string_bss_entry_patches_; member in class:art::mips::CodeGeneratorMIPS
H A Dcode_generator_mips64.cc970 string_bss_entry_patches_(graph->GetAllocator()->Adapter(kArenaAllocCodeGenerator)),
1520 string_bss_entry_patches_.size();
1541 string_bss_entry_patches_, linker_patches);
1585 return NewPcRelativePatch(&dex_file, string_index.index_, info_high, &string_bss_entry_patches_);
H A Dcode_generator_mips64.h669 ArenaDeque<PcRelativePatchInfo> string_bss_entry_patches_; member in class:art::mips64::CodeGeneratorMIPS64
H A Dcode_generator_x86.cc1032 string_bss_entry_patches_(graph->GetAllocator()->Adapter(kArenaAllocCodeGenerator)),
4645 string_bss_entry_patches_.emplace_back(
4647 return &string_bss_entry_patches_.back().label;
4675 string_bss_entry_patches_.size();
4696 string_bss_entry_patches_, linker_patches);
H A Dcode_generator_x86.h645 ArenaDeque<X86PcRelativePatchInfo> string_bss_entry_patches_; member in class:art::x86::CodeGeneratorX86
H A Dcode_generator_x86_64.cc1093 string_bss_entry_patches_.emplace_back(
1095 return &string_bss_entry_patches_.back().label;
1121 string_bss_entry_patches_.size();
1142 string_bss_entry_patches_, linker_patches);
1234 string_bss_entry_patches_(graph->GetAllocator()->Adapter(kArenaAllocCodeGenerator)),
H A Dcode_generator_x86_64.h618 ArenaDeque<PatchInfo<Label>> string_bss_entry_patches_; member in class:art::x86_64::CodeGeneratorX86_64

Completed in 147 milliseconds