Searched refs:boot_image_offset (Results 1 – 10 of 10) sorted by relevance
/art/compiler/linker/ |
D | linker_patch.h | 70 uint32_t boot_image_offset) { in DataBimgRelRoPatch() argument 72 patch.boot_image_offset_ = boot_image_offset; in DataBimgRelRoPatch()
|
/art/compiler/optimizing/ |
D | code_generator_x86_64.h | 432 void RecordBootImageRelRoPatch(uint32_t boot_image_offset); 447 void AllocateInstanceForIntrinsic(HInvokeStaticOrDirect* invoke, uint32_t boot_image_offset);
|
D | code_generator_x86.h | 436 uint32_t boot_image_offset); 447 void AllocateInstanceForIntrinsic(HInvokeStaticOrDirect* invoke, uint32_t boot_image_offset);
|
D | code_generator_arm64.cc | 4240 uint32_t boot_image_offset = GetBootImageOffset(invoke); in GenerateStaticOrDirectCall() local 4241 vixl::aarch64::Label* adrp_label = NewBootImageRelRoPatch(boot_image_offset); in GenerateStaticOrDirectCall() 4244 vixl::aarch64::Label* ldr_label = NewBootImageRelRoPatch(boot_image_offset, adrp_label); in GenerateStaticOrDirectCall() 4375 uint32_t boot_image_offset, in NewBootImageRelRoPatch() argument 4378 /* dex_file= */ nullptr, boot_image_offset, adrp_label, &boot_image_other_patches_); in NewBootImageRelRoPatch() 4535 uint32_t boot_image_offset) { in AllocateInstanceForIntrinsic() argument 4540 DCHECK_EQ(boot_image_offset, IntrinsicVisitor::IntegerValueOfInfo::kInvalidReference); in AllocateInstanceForIntrinsic() 4552 LoadBootImageAddress(argument, boot_image_offset); in AllocateInstanceForIntrinsic() 4574 uint32_t boot_image_offset) { in NoDexFileAdapter() argument 4576 return Factory(literal_offset, pc_insn_offset, boot_image_offset); in NoDexFileAdapter() [all …]
|
D | code_generator_arm_vixl.h | 582 PcRelativePatchInfo* NewBootImageRelRoPatch(uint32_t boot_image_offset); 608 void AllocateInstanceForIntrinsic(HInvokeStaticOrDirect* invoke, uint32_t boot_image_offset);
|
D | code_generator_arm64.h | 587 vixl::aarch64::Label* NewBootImageRelRoPatch(uint32_t boot_image_offset, 660 void AllocateInstanceForIntrinsic(HInvokeStaticOrDirect* invoke, uint32_t boot_image_offset);
|
D | code_generator_arm_vixl.cc | 8910 uint32_t boot_image_offset = GetBootImageOffset(invoke); in GenerateStaticOrDirectCall() local 8911 PcRelativePatchInfo* labels = NewBootImageRelRoPatch(boot_image_offset); in GenerateStaticOrDirectCall() 9027 uint32_t boot_image_offset) { in NewBootImageRelRoPatch() argument 9029 boot_image_offset, in NewBootImageRelRoPatch() 9147 uint32_t boot_image_offset) { in AllocateInstanceForIntrinsic() argument 9152 DCHECK_EQ(boot_image_offset, IntrinsicVisitor::IntegerValueOfInfo::kInvalidReference); in AllocateInstanceForIntrinsic() 9159 LoadBootImageAddress(argument, boot_image_offset); in AllocateInstanceForIntrinsic() 9189 uint32_t boot_image_offset) { in NoDexFileAdapter() argument 9191 return Factory(literal_offset, pc_insn_offset, boot_image_offset); in NoDexFileAdapter()
|
D | code_generator_x86_64.cc | 1089 void CodeGeneratorX86_64::RecordBootImageRelRoPatch(uint32_t boot_image_offset) { in RecordBootImageRelRoPatch() argument 1090 boot_image_other_patches_.emplace_back(/* target_dex_file= */ nullptr, boot_image_offset); in RecordBootImageRelRoPatch() 1146 uint32_t boot_image_offset) { in AllocateInstanceForIntrinsic() argument 1151 DCHECK_EQ(boot_image_offset, IntrinsicVisitor::IntegerValueOfInfo::kInvalidReference); in AllocateInstanceForIntrinsic() 1160 LoadBootImageAddress(argument, boot_image_offset); in AllocateInstanceForIntrinsic() 1185 uint32_t boot_image_offset) { in NoDexFileAdapter() argument 1187 return Factory(literal_offset, pc_insn_offset, boot_image_offset); in NoDexFileAdapter()
|
D | code_generator_x86.cc | 5068 uint32_t boot_image_offset) { in RecordBootImageRelRoPatch() argument 5070 method_address, /* target_dex_file= */ nullptr, boot_image_offset); in RecordBootImageRelRoPatch() 5156 uint32_t boot_image_offset) { in AllocateInstanceForIntrinsic() argument 5161 DCHECK_EQ(boot_image_offset, IntrinsicVisitor::IntegerValueOfInfo::kInvalidReference); in AllocateInstanceForIntrinsic() 5175 LoadBootImageAddress(argument, boot_image_offset, invoke); in AllocateInstanceForIntrinsic() 5202 uint32_t boot_image_offset) { in NoDexFileAdapter() argument 5204 return Factory(literal_offset, pc_insn_offset, boot_image_offset); in NoDexFileAdapter()
|
/art/dex2oat/linker/ |
D | oat_writer.cc | 3159 uint32_t boot_image_offset = entry.first; in WriteDataBimgRelRo() local 3160 data.push_back(boot_image_offset); in WriteDataBimgRelRo()
|