Home | History | Annotate | Download | only in optimizing

Lines Matching refs:RIPFixup

6647 class RIPFixup : public AssemblerFixup, public ArenaObject<kArenaAllocCodeGenerator> {
6649 RIPFixup(CodeGeneratorX86_64& codegen, size_t offset)
6676 class JumpTableRIPFixup : public RIPFixup {
6679 : RIPFixup(codegen, -1), switch_instr_(switch_instr) {}
6731 AssemblerFixup* fixup = new (GetGraph()->GetArena()) RIPFixup(*this, __ AddDouble(v));
6736 AssemblerFixup* fixup = new (GetGraph()->GetArena()) RIPFixup(*this, __ AddFloat(v));
6741 AssemblerFixup* fixup = new (GetGraph()->GetArena()) RIPFixup(*this, __ AddInt32(v));
6746 AssemblerFixup* fixup = new (GetGraph()->GetArena()) RIPFixup(*this, __ AddInt64(v));