Home
last modified time | relevance | path

Searched refs:boot_image_reference (Results 1 – 8 of 8) sorted by relevance

/art/compiler/optimizing/
Dcode_generator_x86_64.h497 void LoadBootImageAddress(CpuRegister reg, uint32_t boot_image_reference);
Dcode_generator_x86.h499 uint32_t boot_image_reference,
Dcode_generator_arm_vixl.h643 void LoadBootImageAddress(vixl::aarch32::Register reg, uint32_t boot_image_reference);
Dcode_generator_arm64.h820 void LoadBootImageAddress(vixl::aarch64::Register reg, uint32_t boot_image_reference);
Dcode_generator_arm64.cc5045 uint32_t boot_image_reference) { in LoadBootImageAddress() argument
5048 vixl::aarch64::Label* adrp_label = NewBootImageIntrinsicPatch(boot_image_reference); in LoadBootImageAddress()
5051 vixl::aarch64::Label* add_label = NewBootImageIntrinsicPatch(boot_image_reference, adrp_label); in LoadBootImageAddress()
5054 LoadBootImageRelRoEntry(reg, boot_image_reference); in LoadBootImageAddress()
5059 const uint8_t* address = heap->GetBootImageSpaces()[0]->Begin() + boot_image_reference; in LoadBootImageAddress()
Dcode_generator_x86_64.cc1313 void CodeGeneratorX86_64::LoadBootImageAddress(CpuRegister reg, uint32_t boot_image_reference) { in LoadBootImageAddress() argument
1317 RecordBootImageIntrinsicPatch(boot_image_reference); in LoadBootImageAddress()
1321 RecordBootImageRelRoPatch(boot_image_reference); in LoadBootImageAddress()
1326 const uint8_t* address = heap->GetBootImageSpaces()[0]->Begin() + boot_image_reference; in LoadBootImageAddress()
Dcode_generator_arm_vixl.cc9524 uint32_t boot_image_reference) { in LoadBootImageAddress() argument
9527 NewBootImageIntrinsicPatch(boot_image_reference); in LoadBootImageAddress()
9530 LoadBootImageRelRoEntry(reg, boot_image_reference); in LoadBootImageAddress()
9536 reinterpret_cast<uintptr_t>(heap->GetBootImageSpaces()[0]->Begin() + boot_image_reference); in LoadBootImageAddress()
Dcode_generator_x86.cc5571 uint32_t boot_image_reference, in LoadBootImageAddress() argument
5580 RecordBootImageIntrinsicPatch(method_address, boot_image_reference); in LoadBootImageAddress()
5588 RecordBootImageRelRoPatch(method_address, boot_image_reference); in LoadBootImageAddress()
5593 const uint8_t* address = heap->GetBootImageSpaces()[0]->Begin() + boot_image_reference; in LoadBootImageAddress()