Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_x86_64.cc6997 class RIPFixup : public AssemblerFixup, public ArenaObject<kArenaAllocCodeGenerator> { class
6999 RIPFixup(CodeGeneratorX86_64& codegen, size_t offset) in RIPFixup() function in art::x86_64::RIPFixup
7026 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()