Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_x86.h689 ArenaDeque<X86PcRelativePatchInfo> boot_image_method_patches_; variable
Dcode_generator_x86_64.h664 ArenaDeque<PatchInfo<Label>> boot_image_method_patches_; variable
Dcode_generator_arm_vixl.h919 ArenaDeque<PcRelativePatchInfo> boot_image_method_patches_; variable
Dcode_generator_arm64.h1043 ArenaDeque<PcRelativePatchInfo> boot_image_method_patches_; variable
Dcode_generator_x86_64.cc1145 boot_image_method_patches_.emplace_back( in RecordBootImageMethodPatch()
1147 __ Bind(&boot_image_method_patches_.back().label); in RecordBootImageMethodPatch()
1245 boot_image_method_patches_.size() + in EmitLinkerPatches()
1255 boot_image_method_patches_, linker_patches); in EmitLinkerPatches()
1261 DCHECK(boot_image_method_patches_.empty()); in EmitLinkerPatches()
1366 boot_image_method_patches_(graph->GetAllocator()->Adapter(kArenaAllocCodeGenerator)), in CodeGeneratorX86_64()
Dcode_generator_arm64.cc937 boot_image_method_patches_(graph->GetAllocator()->Adapter(kArenaAllocCodeGenerator)), in CodeGeneratorARM64()
4651 target_method.dex_file, target_method.index, adrp_label, &boot_image_method_patches_); in NewBootImageMethodPatch()
4848 boot_image_method_patches_.size() + in EmitLinkerPatches()
4860 boot_image_method_patches_, linker_patches); in EmitLinkerPatches()
4866 DCHECK(boot_image_method_patches_.empty()); in EmitLinkerPatches()
Dcode_generator_x86.cc1045 boot_image_method_patches_(graph->GetAllocator()->Adapter(kArenaAllocCodeGenerator)), in CodeGeneratorX86()
5178 boot_image_method_patches_.emplace_back( in RecordBootImageMethodPatch()
5180 __ Bind(&boot_image_method_patches_.back().label); in RecordBootImageMethodPatch()
5306 boot_image_method_patches_.size() + in EmitLinkerPatches()
5316 boot_image_method_patches_, linker_patches); in EmitLinkerPatches()
5322 DCHECK(boot_image_method_patches_.empty()); in EmitLinkerPatches()
Dcode_generator_arm_vixl.cc1861 boot_image_method_patches_(graph->GetAllocator()->Adapter(kArenaAllocCodeGenerator)), in CodeGeneratorARMVIXL()
9238 target_method.dex_file, target_method.index, &boot_image_method_patches_); in NewBootImageMethodPatch()
9399 /* MOVW+MOVT for each entry */ 2u * boot_image_method_patches_.size() + in EmitLinkerPatches()
9411 boot_image_method_patches_, linker_patches); in EmitLinkerPatches()
9417 DCHECK(boot_image_method_patches_.empty()); in EmitLinkerPatches()