Searched refs:boot_image_offset (Results 1 – 10 of 10) sorted by relevance
/art/compiler/linker/ |
D | linker_patch.h | 73 uint32_t boot_image_offset) { in DataBimgRelRoPatch() argument 75 patch.boot_image_offset_ = boot_image_offset; in DataBimgRelRoPatch()
|
/art/compiler/optimizing/ |
D | code_generator_arm64.cc | 4549 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 …]
|
D | code_generator_x86_64.h | 462 void RecordBootImageRelRoPatch(uint32_t boot_image_offset);
|
D | code_generator_x86.h | 486 uint32_t boot_image_offset);
|
D | code_generator_arm_vixl.h | 616 PcRelativePatchInfo* NewBootImageRelRoPatch(uint32_t boot_image_offset);
|
D | code_generator_arm_vixl.cc | 9178 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()
|
D | code_generator_arm64.h | 737 vixl::aarch64::Label* NewBootImageRelRoPatch(uint32_t boot_image_offset,
|
D | code_generator_x86_64.cc | 1180 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()
|
D | code_generator_x86.cc | 5397 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/ |
D | oat_writer.cc | 3075 uint32_t boot_image_offset = entry.first; in WriteDataBimgRelRo() local 3076 data.push_back(boot_image_offset); in WriteDataBimgRelRo()
|