Home
last modified time | relevance | path

Searched refs:RIPFixup (Results 1 – 2 of 2) sorted by relevance

/art/compiler/optimizing/
Dcode_generator_x86_64.cc7707 class RIPFixup : public AssemblerFixup, public ArenaObject<kArenaAllocCodeGenerator> { class
7709 RIPFixup(CodeGeneratorX86_64& codegen, size_t offset) in RIPFixup() function in art::x86_64::RIPFixup
7736 class JumpTableRIPFixup : public RIPFixup {
7739 : RIPFixup(codegen, -1), switch_instr_(switch_instr) {} in JumpTableRIPFixup()
7791 AssemblerFixup* fixup = new (GetGraph()->GetAllocator()) RIPFixup(*this, __ AddDouble(v)); in LiteralDoubleAddress()
7796 AssemblerFixup* fixup = new (GetGraph()->GetAllocator()) RIPFixup(*this, __ AddFloat(v)); in LiteralFloatAddress()
7801 AssemblerFixup* fixup = new (GetGraph()->GetAllocator()) RIPFixup(*this, __ AddInt32(v)); in LiteralInt32Address()
7806 AssemblerFixup* fixup = new (GetGraph()->GetAllocator()) RIPFixup(*this, __ AddInt64(v)); in LiteralInt64Address()
Dcode_generator_x86.cc8422 class RIPFixup : public AssemblerFixup, public ArenaObject<kArenaAllocCodeGenerator> { class
8424 RIPFixup(CodeGeneratorX86& codegen, in RIPFixup() function in art::x86::RIPFixup
8459 class JumpTableRIPFixup : public RIPFixup {
8462 : RIPFixup(codegen, switch_instr->GetBaseMethodAddress(), static_cast<size_t>(-1)), in JumpTableRIPFixup()
8521 new (GetGraph()->GetAllocator()) RIPFixup(*this, method_base, __ AddDouble(v)); in LiteralDoubleAddress()
8529 new (GetGraph()->GetAllocator()) RIPFixup(*this, method_base, __ AddFloat(v)); in LiteralFloatAddress()
8537 new (GetGraph()->GetAllocator()) RIPFixup(*this, method_base, __ AddInt32(v)); in LiteralInt32Address()
8545 new (GetGraph()->GetAllocator()) RIPFixup(*this, method_base, __ AddInt64(v)); in LiteralInt64Address()