Home
last modified time | relevance | path

Searched refs:boot_image_offset (Results 1 – 10 of 10) sorted by relevance

/art/compiler/linker/
Dlinker_patch.h70 uint32_t boot_image_offset) { in DataBimgRelRoPatch() argument
72 patch.boot_image_offset_ = boot_image_offset; in DataBimgRelRoPatch()
/art/compiler/optimizing/
Dcode_generator_x86_64.h432 void RecordBootImageRelRoPatch(uint32_t boot_image_offset);
447 void AllocateInstanceForIntrinsic(HInvokeStaticOrDirect* invoke, uint32_t boot_image_offset);
Dcode_generator_x86.h436 uint32_t boot_image_offset);
447 void AllocateInstanceForIntrinsic(HInvokeStaticOrDirect* invoke, uint32_t boot_image_offset);
Dcode_generator_arm64.cc4240 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 …]
Dcode_generator_arm_vixl.h582 PcRelativePatchInfo* NewBootImageRelRoPatch(uint32_t boot_image_offset);
608 void AllocateInstanceForIntrinsic(HInvokeStaticOrDirect* invoke, uint32_t boot_image_offset);
Dcode_generator_arm64.h587 vixl::aarch64::Label* NewBootImageRelRoPatch(uint32_t boot_image_offset,
660 void AllocateInstanceForIntrinsic(HInvokeStaticOrDirect* invoke, uint32_t boot_image_offset);
Dcode_generator_arm_vixl.cc8910 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()
Dcode_generator_x86_64.cc1089 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()
Dcode_generator_x86.cc5068 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/
Doat_writer.cc3159 uint32_t boot_image_offset = entry.first; in WriteDataBimgRelRo() local
3160 data.push_back(boot_image_offset); in WriteDataBimgRelRo()