Home
last modified time | relevance | path

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

/aosp12/art/compiler/optimizing/
H A Dcode_generator_x86_64.h666 ArenaDeque<PatchInfo<Label>> boot_image_method_patches_; variable
H A Dcode_generator_x86.h714 ArenaDeque<X86PcRelativePatchInfo> boot_image_method_patches_; variable
H A Dcode_generator_arm_vixl.h934 ArenaDeque<PcRelativePatchInfo> boot_image_method_patches_; variable
H A Dcode_generator_arm64.h1091 ArenaDeque<PcRelativePatchInfo> boot_image_method_patches_; variable
H A Dcode_generator_x86_64.cc1186 boot_image_method_patches_.emplace_back(invoke->GetResolvedMethodReference().dex_file, in RecordBootImageMethodPatch()
1188 __ Bind(&boot_image_method_patches_.back().label); in RecordBootImageMethodPatch()
1303 boot_image_method_patches_.size() + in EmitLinkerPatches()
1316 boot_image_method_patches_, linker_patches); in EmitLinkerPatches()
1322 DCHECK(boot_image_method_patches_.empty()); in EmitLinkerPatches()
1433 boot_image_method_patches_(graph->GetAllocator()->Adapter(kArenaAllocCodeGenerator)), in CodeGeneratorX86_64()
H A Dcode_generator_arm64.cc913 boot_image_method_patches_(graph->GetAllocator()->Adapter(kArenaAllocCodeGenerator)), in CodeGeneratorARM64()
4813 target_method.dex_file, target_method.index, adrp_label, &boot_image_method_patches_); in NewBootImageMethodPatch()
5048 boot_image_method_patches_.size() + in EmitLinkerPatches()
5063 boot_image_method_patches_, linker_patches); in EmitLinkerPatches()
5069 DCHECK(boot_image_method_patches_.empty()); in EmitLinkerPatches()
H A Dcode_generator_x86.cc1062 boot_image_method_patches_(graph->GetAllocator()->Adapter(kArenaAllocCodeGenerator)), in CodeGeneratorX86()
5409 boot_image_method_patches_.emplace_back( in RecordBootImageMethodPatch()
5413 __ Bind(&boot_image_method_patches_.back().label); in RecordBootImageMethodPatch()
5565 boot_image_method_patches_.size() + in EmitLinkerPatches()
5578 boot_image_method_patches_, linker_patches); in EmitLinkerPatches()
5584 DCHECK(boot_image_method_patches_.empty()); in EmitLinkerPatches()
H A Dcode_generator_arm_vixl.cc1882 boot_image_method_patches_(graph->GetAllocator()->Adapter(kArenaAllocCodeGenerator)), in CodeGeneratorARMVIXL()
9370 target_method.dex_file, target_method.index, &boot_image_method_patches_); in NewBootImageMethodPatch()
9563 /* MOVW+MOVT for each entry */ 2u * boot_image_method_patches_.size() + in EmitLinkerPatches()
9577 boot_image_method_patches_, linker_patches); in EmitLinkerPatches()
9583 DCHECK(boot_image_method_patches_.empty()); in EmitLinkerPatches()