Searched refs:boot_image_method_patches_ (Results 1 – 10 of 10) sorted by relevance
/aosp_15_r20/art/compiler/optimizing/ |
H A D | code_generator_x86_64.h | 753 ArenaDeque<PatchInfo<Label>> boot_image_method_patches_; variable
|
H A D | code_generator_x86.h | 786 ArenaDeque<X86PcRelativePatchInfo> boot_image_method_patches_; variable
|
H A D | code_generator_riscv64.h | 821 ArenaDeque<PcRelativePatchInfo> boot_image_method_patches_; variable
|
H A D | code_generator_arm_vixl.h | 1038 ArenaDeque<PcRelativePatchInfo> boot_image_method_patches_; variable
|
H A D | code_generator_arm64.h | 1223 ArenaDeque<PcRelativePatchInfo> boot_image_method_patches_; variable
|
H A D | code_generator_x86_64.cc | 1317 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 D | code_generator_riscv64.cc | 5989 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 D | code_generator_arm64.cc | 1088 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 D | code_generator_x86.cc | 1173 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 D | code_generator_arm_vixl.cc | 1946 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()
|