Home
last modified time | relevance | path

Searched refs:boot_image_method_patches_ (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/art/compiler/optimizing/
H A Dcode_generator_x86_64.h753 ArenaDeque<PatchInfo<Label>> boot_image_method_patches_; variable
H A Dcode_generator_x86.h786 ArenaDeque<X86PcRelativePatchInfo> boot_image_method_patches_; variable
H A Dcode_generator_riscv64.h821 ArenaDeque<PcRelativePatchInfo> boot_image_method_patches_; variable
H A Dcode_generator_arm_vixl.h1038 ArenaDeque<PcRelativePatchInfo> boot_image_method_patches_; variable
H A Dcode_generator_arm64.h1223 ArenaDeque<PcRelativePatchInfo> boot_image_method_patches_; variable
H A Dcode_generator_x86_64.cc1317 boot_image_method_patches_.emplace_back(invoke->GetResolvedMethodReference().dex_file, in RecordBootImageMethodPatch()
1319 __ Bind(&boot_image_method_patches_.back().label); in RecordBootImageMethodPatch()
1467 boot_image_method_patches_.size() + in EmitLinkerPatches()
1483 boot_image_method_patches_, linker_patches); in EmitLinkerPatches()
1489 DCHECK(boot_image_method_patches_.empty()); in EmitLinkerPatches()
1634 boot_image_method_patches_(graph->GetAllocator()->Adapter(kArenaAllocCodeGenerator)), in CodeGeneratorX86_64()
H A Dcode_generator_riscv64.cc5989 boot_image_method_patches_(graph->GetAllocator()->Adapter(kArenaAllocCodeGenerator)), in CodeGeneratorRISCV64()
6640 target_method.dex_file, target_method.index, info_high, &boot_image_method_patches_); in NewBootImageMethodPatch()
6825 boot_image_method_patches_.size() + in EmitLinkerPatches()
6840 boot_image_method_patches_, linker_patches); in EmitLinkerPatches()
6846 DCHECK(boot_image_method_patches_.empty()); in EmitLinkerPatches()
H A Dcode_generator_arm64.cc1088 boot_image_method_patches_(graph->GetAllocator()->Adapter(kArenaAllocCodeGenerator)), in CodeGeneratorARM64()
5279 target_method.dex_file, target_method.index, adrp_label, &boot_image_method_patches_); in NewBootImageMethodPatch()
5526 boot_image_method_patches_.size() + in EmitLinkerPatches()
5544 boot_image_method_patches_, linker_patches); in EmitLinkerPatches()
5550 DCHECK(boot_image_method_patches_.empty()); in EmitLinkerPatches()
H A Dcode_generator_x86.cc1173 boot_image_method_patches_(graph->GetAllocator()->Adapter(kArenaAllocCodeGenerator)), in CodeGeneratorX86()
5744 boot_image_method_patches_.emplace_back( in RecordBootImageMethodPatch()
5748 __ Bind(&boot_image_method_patches_.back().label); in RecordBootImageMethodPatch()
5924 boot_image_method_patches_.size() + in EmitLinkerPatches()
5939 boot_image_method_patches_, linker_patches); in EmitLinkerPatches()
5945 DCHECK(boot_image_method_patches_.empty()); in EmitLinkerPatches()
H A Dcode_generator_arm_vixl.cc1946 boot_image_method_patches_(graph->GetAllocator()->Adapter(kArenaAllocCodeGenerator)), in CodeGeneratorARMVIXL()
9755 target_method.dex_file, target_method.index, &boot_image_method_patches_); in NewBootImageMethodPatch()
9963 /* MOVW+MOVT for each entry */ 2u * boot_image_method_patches_.size() + in EmitLinkerPatches()
9979 boot_image_method_patches_, linker_patches); in EmitLinkerPatches()
9985 DCHECK(boot_image_method_patches_.empty()); in EmitLinkerPatches()