Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_x86_64.h482 void RecordBootImageRelRoPatch(uint32_t boot_image_offset);
Dcode_generator_x86.h488 void RecordBootImageRelRoPatch(HX86ComputeBaseMethodAddress* method_address,
Dcode_generator_x86_64.cc1086 RecordBootImageRelRoPatch(GetBootImageOffset(invoke)); in LoadMethod()
1248 void CodeGeneratorX86_64::RecordBootImageRelRoPatch(uint32_t boot_image_offset) { in RecordBootImageRelRoPatch() function in art::x86_64::CodeGeneratorX86_64
1321 RecordBootImageRelRoPatch(boot_image_reference); in LoadBootImageAddress()
6434 codegen_->RecordBootImageRelRoPatch(CodeGenerator::GetBootImageOffset(cls)); in VisitLoadClass()
6593 codegen_->RecordBootImageRelRoPatch(CodeGenerator::GetBootImageOffset(load)); in VisitLoadString()
Dcode_generator_x86.cc5301 RecordBootImageRelRoPatch( in LoadMethod()
5475 void CodeGeneratorX86::RecordBootImageRelRoPatch(HX86ComputeBaseMethodAddress* method_address, in RecordBootImageRelRoPatch() function in art::x86::CodeGeneratorX86
5588 RecordBootImageRelRoPatch(method_address, boot_image_reference); in LoadBootImageAddress()
7140 codegen_->RecordBootImageRelRoPatch(cls->InputAt(0)->AsX86ComputeBaseMethodAddress(), in VisitLoadClass()
7339 codegen_->RecordBootImageRelRoPatch(load->InputAt(0)->AsX86ComputeBaseMethodAddress(), in VisitLoadString()
Dintrinsics_x86_64.cc3748 codegen->RecordBootImageRelRoPatch(CodeGenerator::GetBootImageOffset(declaring_class)); in GenerateVarHandleTarget()