Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_x86_64.h566 ArenaDeque<PcRelativeDexCacheAccessInfo> pc_relative_dex_cache_patches_; variable
Dcode_generator_arm.h566 ArenaDeque<PcRelativePatchInfo> pc_relative_dex_cache_patches_; variable
Dcode_generator_x86.h591 ArenaDeque<PcRelativeDexCacheAccessInfo> pc_relative_dex_cache_patches_; variable
Dcode_generator_arm64.h644 ArenaDeque<PcRelativePatchInfo> pc_relative_dex_cache_patches_; variable
Dcode_generator_arm64.cc918 pc_relative_dex_cache_patches_(graph->GetArena()->Adapter(kArenaAllocCodeGenerator)), in CodeGeneratorARM64()
3766 return NewPcRelativePatch(dex_file, element_offset, adrp_label, &pc_relative_dex_cache_patches_); in NewPcRelativeDexCacheArrayPatch()
3805 pc_relative_dex_cache_patches_.size() + in EmitLinkerPatches()
3829 for (const PcRelativePatchInfo& info : pc_relative_dex_cache_patches_) { in EmitLinkerPatches()
Dcode_generator_x86_64.cc892 pc_relative_dex_cache_patches_.emplace_back(dex_file, element_offset); in NewPcRelativeDexCacheArrayPatch()
893 return &pc_relative_dex_cache_patches_.back().label; in NewPcRelativeDexCacheArrayPatch()
901 pc_relative_dex_cache_patches_.size() + in EmitLinkerPatches()
920 for (const PcRelativeDexCacheAccessInfo& info : pc_relative_dex_cache_patches_) { in EmitLinkerPatches()
1015 pc_relative_dex_cache_patches_(graph->GetArena()->Adapter(kArenaAllocCodeGenerator)), in CodeGeneratorX86_64()
Dcode_generator_x86.cc802 pc_relative_dex_cache_patches_(graph->GetArena()->Adapter(kArenaAllocCodeGenerator)), in CodeGeneratorX86()
4452 pc_relative_dex_cache_patches_.emplace_back(dex_file, element_offset); in NewPcRelativeDexCacheArrayPatch()
4453 return &pc_relative_dex_cache_patches_.back().label; in NewPcRelativeDexCacheArrayPatch()
4461 pc_relative_dex_cache_patches_.size() + in EmitLinkerPatches()
4480 for (const PcRelativeDexCacheAccessInfo& info : pc_relative_dex_cache_patches_) { in EmitLinkerPatches()
Dcode_generator_arm.cc789 pc_relative_dex_cache_patches_(graph->GetArena()->Adapter(kArenaAllocCodeGenerator)), in CodeGeneratorARM()
6453 return NewPcRelativePatch(dex_file, element_offset, &pc_relative_dex_cache_patches_); in NewPcRelativeDexCacheArrayPatch()
6485 /* MOVW+MOVT for each base */ 2u * pc_relative_dex_cache_patches_.size() + in EmitLinkerPatches()
6514 for (const PcRelativePatchInfo& info : pc_relative_dex_cache_patches_) { in EmitLinkerPatches()