Searched refs:RIPFixup (Results 1 – 1 of 1) sorted by relevance
6997 class RIPFixup : public AssemblerFixup, public ArenaObject<kArenaAllocCodeGenerator> { class6999 RIPFixup(CodeGeneratorX86_64& codegen, size_t offset) in RIPFixup() function in art::x86_64::RIPFixup7026 class JumpTableRIPFixup : public RIPFixup {7029 : RIPFixup(codegen, -1), switch_instr_(switch_instr) {} in JumpTableRIPFixup()7081 AssemblerFixup* fixup = new (GetGraph()->GetAllocator()) RIPFixup(*this, __ AddDouble(v)); in LiteralDoubleAddress()7086 AssemblerFixup* fixup = new (GetGraph()->GetAllocator()) RIPFixup(*this, __ AddFloat(v)); in LiteralFloatAddress()7091 AssemblerFixup* fixup = new (GetGraph()->GetAllocator()) RIPFixup(*this, __ AddInt32(v)); in LiteralInt32Address()7096 AssemblerFixup* fixup = new (GetGraph()->GetAllocator()) RIPFixup(*this, __ AddInt64(v)); in LiteralInt64Address()