Searched refs:pc_relative_dex_cache_patches_ (Results 1 - 8 of 8) sorted by relevance

/art/compiler/optimizing/
H A Dcode_generator_arm.h566 ArenaDeque<PcRelativePatchInfo> pc_relative_dex_cache_patches_; member in class:art::arm::CodeGeneratorARM
H A Dcode_generator_arm64.h644 ArenaDeque<PcRelativePatchInfo> pc_relative_dex_cache_patches_; member in class:art::arm64::CodeGeneratorARM64
H A Dcode_generator_x86.h591 ArenaDeque<PcRelativeDexCacheAccessInfo> pc_relative_dex_cache_patches_; member in class:art::x86::CodeGeneratorX86
H A Dcode_generator_x86_64.h566 ArenaDeque<PcRelativeDexCacheAccessInfo> pc_relative_dex_cache_patches_; member in class:art::x86_64::CodeGeneratorX86_64
H A Dcode_generator_arm64.cc918 pc_relative_dex_cache_patches_(graph->GetArena()->Adapter(kArenaAllocCodeGenerator)),
3768 return NewPcRelativePatch(dex_file, element_offset, adrp_label, &pc_relative_dex_cache_patches_);
3807 pc_relative_dex_cache_patches_.size() +
3831 for (const PcRelativePatchInfo& info : pc_relative_dex_cache_patches_) {
H A Dcode_generator_x86.cc802 pc_relative_dex_cache_patches_(graph->GetArena()->Adapter(kArenaAllocCodeGenerator)),
4460 pc_relative_dex_cache_patches_.emplace_back(dex_file, element_offset);
4461 return &pc_relative_dex_cache_patches_.back().label;
4469 pc_relative_dex_cache_patches_.size() +
4488 for (const PcRelativeDexCacheAccessInfo& info : pc_relative_dex_cache_patches_) {
H A Dcode_generator_x86_64.cc892 pc_relative_dex_cache_patches_.emplace_back(dex_file, element_offset);
893 return &pc_relative_dex_cache_patches_.back().label;
901 pc_relative_dex_cache_patches_.size() +
920 for (const PcRelativeDexCacheAccessInfo& info : pc_relative_dex_cache_patches_) {
1015 pc_relative_dex_cache_patches_(graph->GetArena()->Adapter(kArenaAllocCodeGenerator)),
H A Dcode_generator_arm.cc789 pc_relative_dex_cache_patches_(graph->GetArena()->Adapter(kArenaAllocCodeGenerator)),
6455 return NewPcRelativePatch(dex_file, element_offset, &pc_relative_dex_cache_patches_);
6487 /* MOVW+MOVT for each base */ 2u * pc_relative_dex_cache_patches_.size() +
6516 for (const PcRelativePatchInfo& info : pc_relative_dex_cache_patches_) {

Completed in 53 milliseconds