Home
last modified time | relevance | path

Searched refs:RecordBootImageRelRoPatch (Results 1 – 5 of 5) sorted by relevance

/art/compiler/optimizing/
Dcode_generator_x86_64.h533 void RecordBootImageRelRoPatch(uint32_t boot_image_offset);
Dcode_generator_x86.h539 void RecordBootImageRelRoPatch(HX86ComputeBaseMethodAddress* method_address,
Dcode_generator_x86_64.cc1142 RecordBootImageRelRoPatch(GetBootImageOffset(invoke)); in LoadMethod()
1304 void CodeGeneratorX86_64::RecordBootImageRelRoPatch(uint32_t boot_image_offset) { in RecordBootImageRelRoPatch() function in art::x86_64::CodeGeneratorX86_64
1389 RecordBootImageRelRoPatch(boot_image_reference); in LoadBootImageAddress()
6745 codegen_->RecordBootImageRelRoPatch(CodeGenerator::GetBootImageOffset(cls)); in VisitLoadClass()
6949 codegen_->RecordBootImageRelRoPatch(CodeGenerator::GetBootImageOffset(load)); in VisitLoadString()
Dcode_generator_x86.cc5503 RecordBootImageRelRoPatch( in LoadMethod()
5677 void CodeGeneratorX86::RecordBootImageRelRoPatch(HX86ComputeBaseMethodAddress* method_address, in RecordBootImageRelRoPatch() function in art::x86::CodeGeneratorX86
5798 RecordBootImageRelRoPatch(method_address, boot_image_reference); in LoadBootImageAddress()
7413 codegen_->RecordBootImageRelRoPatch(cls->InputAt(0)->AsX86ComputeBaseMethodAddress(), in VisitLoadClass()
7614 codegen_->RecordBootImageRelRoPatch(load->InputAt(0)->AsX86ComputeBaseMethodAddress(), in VisitLoadString()
Dintrinsics_x86_64.cc3908 codegen->RecordBootImageRelRoPatch(CodeGenerator::GetBootImageOffset(declaring_class)); in GenerateVarHandleTarget()