Searched refs:boot_image_reference (Results 1 – 8 of 8) sorted by relevance
/art/compiler/optimizing/ |
D | code_generator_x86_64.h | 497 void LoadBootImageAddress(CpuRegister reg, uint32_t boot_image_reference);
|
D | code_generator_x86.h | 499 uint32_t boot_image_reference,
|
D | code_generator_arm_vixl.h | 643 void LoadBootImageAddress(vixl::aarch32::Register reg, uint32_t boot_image_reference);
|
D | code_generator_arm64.h | 820 void LoadBootImageAddress(vixl::aarch64::Register reg, uint32_t boot_image_reference);
|
D | code_generator_arm64.cc | 5045 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()
|
D | code_generator_x86_64.cc | 1313 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()
|
D | code_generator_arm_vixl.cc | 9524 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()
|
D | code_generator_x86.cc | 5571 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()
|