Searched refs:boot_image_reference (Results 1 – 8 of 8) sorted by relevance
/art/compiler/optimizing/ |
D | code_generator_x86.h | 472 uint32_t boot_image_reference,
|
D | code_generator_x86_64.h | 475 void LoadBootImageAddress(CpuRegister reg, uint32_t boot_image_reference);
|
D | code_generator_arm_vixl.h | 638 void LoadBootImageAddress(vixl::aarch32::Register reg, uint32_t boot_image_reference);
|
D | code_generator_arm64.h | 781 void LoadBootImageAddress(vixl::aarch64::Register reg, uint32_t boot_image_reference);
|
D | code_generator_arm64.cc | 4776 uint32_t boot_image_reference) { in LoadBootImageAddress() argument 4779 vixl::aarch64::Label* adrp_label = NewBootImageIntrinsicPatch(boot_image_reference); in LoadBootImageAddress() 4782 vixl::aarch64::Label* add_label = NewBootImageIntrinsicPatch(boot_image_reference, adrp_label); in LoadBootImageAddress() 4786 vixl::aarch64::Label* adrp_label = NewBootImageRelRoPatch(boot_image_reference); in LoadBootImageAddress() 4789 vixl::aarch64::Label* ldr_label = NewBootImageRelRoPatch(boot_image_reference, adrp_label); in LoadBootImageAddress() 4795 const uint8_t* address = heap->GetBootImageSpaces()[0]->Begin() + boot_image_reference; in LoadBootImageAddress()
|
D | code_generator_x86_64.cc | 1179 void CodeGeneratorX86_64::LoadBootImageAddress(CpuRegister reg, uint32_t boot_image_reference) { in LoadBootImageAddress() argument 1183 RecordBootImageIntrinsicPatch(boot_image_reference); in LoadBootImageAddress() 1187 RecordBootImageRelRoPatch(boot_image_reference); in LoadBootImageAddress() 1192 const uint8_t* address = heap->GetBootImageSpaces()[0]->Begin() + boot_image_reference; in LoadBootImageAddress()
|
D | code_generator_x86.cc | 5225 uint32_t boot_image_reference, in LoadBootImageAddress() argument 5234 RecordBootImageIntrinsicPatch(method_address, boot_image_reference); in LoadBootImageAddress() 5242 RecordBootImageRelRoPatch(method_address, boot_image_reference); in LoadBootImageAddress() 5247 const uint8_t* address = heap->GetBootImageSpaces()[0]->Begin() + boot_image_reference; in LoadBootImageAddress()
|
D | code_generator_arm_vixl.cc | 9328 uint32_t boot_image_reference) { in LoadBootImageAddress() argument 9331 NewBootImageIntrinsicPatch(boot_image_reference); in LoadBootImageAddress() 9335 NewBootImageRelRoPatch(boot_image_reference); in LoadBootImageAddress() 9343 reinterpret_cast<uintptr_t>(heap->GetBootImageSpaces()[0]->Begin() + boot_image_reference); in LoadBootImageAddress()
|