Home
last modified time | relevance | path

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

/art/compiler/linker/
Dlinker_patch.h73 uint32_t boot_image_offset) { in DataBimgRelRoPatch() argument
75 patch.boot_image_offset_ = boot_image_offset; in DataBimgRelRoPatch()
/art/compiler/optimizing/
Dcode_generator_arm64.cc4549 uint32_t boot_image_offset = GetBootImageOffset(invoke); in LoadMethod() local
4550 vixl::aarch64::Label* adrp_label = NewBootImageRelRoPatch(boot_image_offset); in LoadMethod()
4553 vixl::aarch64::Label* ldr_label = NewBootImageRelRoPatch(boot_image_offset, adrp_label); in LoadMethod()
4803 uint32_t boot_image_offset, in NewBootImageRelRoPatch() argument
4806 /* dex_file= */ nullptr, boot_image_offset, adrp_label, &boot_image_other_patches_); in NewBootImageRelRoPatch()
5006 uint32_t boot_image_offset = GetBootImageOffsetOfIntrinsicDeclaringClass(invoke); in LoadIntrinsicDeclaringClass() local
5007 LoadBootImageAddress(reg, boot_image_offset); in LoadIntrinsicDeclaringClass()
5019 uint32_t boot_image_offset = GetBootImageOffset(class_root); in LoadClassRootForIntrinsic() local
5020 LoadBootImageAddress(reg, boot_image_offset); in LoadClassRootForIntrinsic()
5040 uint32_t boot_image_offset) { in NoDexFileAdapter() argument
[all …]
Dcode_generator_x86_64.h462 void RecordBootImageRelRoPatch(uint32_t boot_image_offset);
Dcode_generator_x86.h486 uint32_t boot_image_offset);
Dcode_generator_arm_vixl.h616 PcRelativePatchInfo* NewBootImageRelRoPatch(uint32_t boot_image_offset);
Dcode_generator_arm_vixl.cc9178 uint32_t boot_image_offset = GetBootImageOffset(invoke); in LoadMethod() local
9179 PcRelativePatchInfo* labels = NewBootImageRelRoPatch(boot_image_offset); in LoadMethod()
9361 uint32_t boot_image_offset) { in NewBootImageRelRoPatch() argument
9363 boot_image_offset, in NewBootImageRelRoPatch()
9513 uint32_t boot_image_offset = GetBootImageOffsetOfIntrinsicDeclaringClass(invoke); in LoadIntrinsicDeclaringClass() local
9514 LoadBootImageAddress(reg, boot_image_offset); in LoadIntrinsicDeclaringClass()
9526 uint32_t boot_image_offset = GetBootImageOffset(class_root); in LoadClassRootForIntrinsic() local
9527 LoadBootImageAddress(reg, boot_image_offset); in LoadClassRootForIntrinsic()
9555 uint32_t boot_image_offset) { in NoDexFileAdapter() argument
9557 return Factory(literal_offset, pc_insn_offset, boot_image_offset); in NoDexFileAdapter()
Dcode_generator_arm64.h737 vixl::aarch64::Label* NewBootImageRelRoPatch(uint32_t boot_image_offset,
Dcode_generator_x86_64.cc1180 void CodeGeneratorX86_64::RecordBootImageRelRoPatch(uint32_t boot_image_offset) { in RecordBootImageRelRoPatch() argument
1181 boot_image_other_patches_.emplace_back(/* target_dex_file= */ nullptr, boot_image_offset); in RecordBootImageRelRoPatch()
1271 uint32_t boot_image_offset = GetBootImageOffsetOfIntrinsicDeclaringClass(invoke); in LoadIntrinsicDeclaringClass() local
1272 LoadBootImageAddress(reg, boot_image_offset); in LoadIntrinsicDeclaringClass()
1295 uint32_t boot_image_offset) { in NoDexFileAdapter() argument
1297 return Factory(literal_offset, pc_insn_offset, boot_image_offset); in NoDexFileAdapter()
Dcode_generator_x86.cc5397 uint32_t boot_image_offset) { in RecordBootImageRelRoPatch() argument
5399 method_address, /* target_dex_file= */ nullptr, boot_image_offset); in RecordBootImageRelRoPatch()
5531 uint32_t boot_image_offset = GetBootImageOffsetOfIntrinsicDeclaringClass(invoke); in LoadIntrinsicDeclaringClass() local
5532 LoadBootImageAddress(reg, boot_image_offset, invoke); in LoadIntrinsicDeclaringClass()
5557 uint32_t boot_image_offset) { in NoDexFileAdapter() argument
5559 return Factory(literal_offset, pc_insn_offset, boot_image_offset); in NoDexFileAdapter()
/art/dex2oat/linker/
Doat_writer.cc3075 uint32_t boot_image_offset = entry.first; in WriteDataBimgRelRo() local
3076 data.push_back(boot_image_offset); in WriteDataBimgRelRo()