Searched refs:app_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 | 755 ArenaDeque<PatchInfo<Label>> app_image_method_patches_; variable
|
H A D | code_generator_x86.h | 788 ArenaDeque<X86PcRelativePatchInfo> app_image_method_patches_; variable
|
H A D | code_generator_riscv64.h | 823 ArenaDeque<PcRelativePatchInfo> app_image_method_patches_; variable
|
H A D | code_generator_arm_vixl.h | 1040 ArenaDeque<PcRelativePatchInfo> app_image_method_patches_; variable
|
H A D | code_generator_arm64.h | 1225 ArenaDeque<PcRelativePatchInfo> app_image_method_patches_; variable
|
H A D | code_generator_x86_64.cc | 1323 app_image_method_patches_.emplace_back(invoke->GetResolvedMethodReference().dex_file, in RecordAppImageMethodPatch() 1325 __ Bind(&app_image_method_patches_.back().label); in RecordAppImageMethodPatch() 1468 app_image_method_patches_.size() + in EmitLinkerPatches() 1493 DCHECK_IMPLIES(!GetCompilerOptions().IsAppImage(), app_image_method_patches_.empty()); in EmitLinkerPatches() 1502 app_image_method_patches_, linker_patches); in EmitLinkerPatches() 1635 app_image_method_patches_(graph->GetAllocator()->Adapter(kArenaAllocCodeGenerator)), in CodeGeneratorX86_64()
|
H A D | code_generator_riscv64.cc | 5990 app_image_method_patches_(graph->GetAllocator()->Adapter(kArenaAllocCodeGenerator)), in CodeGeneratorRISCV64() 6646 target_method.dex_file, target_method.index, info_high, &app_image_method_patches_); in NewAppImageMethodPatch() 6826 app_image_method_patches_.size() + in EmitLinkerPatches() 6850 DCHECK_IMPLIES(!GetCompilerOptions().IsAppImage(), app_image_method_patches_.empty()); in EmitLinkerPatches() 6859 app_image_method_patches_, linker_patches); in EmitLinkerPatches()
|
H A D | code_generator_arm64.cc | 1089 app_image_method_patches_(graph->GetAllocator()->Adapter(kArenaAllocCodeGenerator)), in CodeGeneratorARM64() 5286 target_method.dex_file, target_method.index, adrp_label, &app_image_method_patches_); in NewAppImageMethodPatch() 5527 app_image_method_patches_.size() + in EmitLinkerPatches() 5554 DCHECK_IMPLIES(!GetCompilerOptions().IsAppImage(), app_image_method_patches_.empty()); in EmitLinkerPatches() 5563 app_image_method_patches_, linker_patches); in EmitLinkerPatches()
|
H A D | code_generator_x86.cc | 1174 app_image_method_patches_(graph->GetAllocator()->Adapter(kArenaAllocCodeGenerator)), in CodeGeneratorX86() 5757 app_image_method_patches_.emplace_back( in RecordAppImageMethodPatch() 5761 __ Bind(&app_image_method_patches_.back().label); in RecordAppImageMethodPatch() 5925 app_image_method_patches_.size() + in EmitLinkerPatches() 5949 DCHECK_IMPLIES(!GetCompilerOptions().IsAppImage(), app_image_method_patches_.empty()); in EmitLinkerPatches() 5958 app_image_method_patches_, linker_patches); in EmitLinkerPatches()
|
H A D | code_generator_arm_vixl.cc | 1947 app_image_method_patches_(graph->GetAllocator()->Adapter(kArenaAllocCodeGenerator)), in CodeGeneratorARMVIXL() 9761 target_method.dex_file, target_method.index, &app_image_method_patches_); in NewAppImageMethodPatch() 9964 /* MOVW+MOVT for each entry */ 2u * app_image_method_patches_.size() + in EmitLinkerPatches() 9989 DCHECK_IMPLIES(!GetCompilerOptions().IsAppImage(), app_image_method_patches_.empty()); in EmitLinkerPatches() 9998 app_image_method_patches_, linker_patches); in EmitLinkerPatches()
|