Searched refs:AssemblerFixup (Results 1 – 9 of 9) sorted by relevance
49 class AssemblerFixup {52 virtual ~AssemblerFixup() {} in ~AssemblerFixup()55 AssemblerFixup* previous_;58 AssemblerFixup* previous() const { return previous_; } in previous()59 void set_previous(AssemblerFixup* previous_in) { previous_ = previous_in; } in set_previous()132 void EmitFixup(AssemblerFixup* fixup) { in EmitFixup()260 AssemblerFixup* fixup_;281 friend class AssemblerFixup; variable
55 AssemblerFixup* fixup = fixup_; in ProcessFixups()
27 class AssemblerFixup; variable
121 AssemblerFixup* GetFixup() const { in GetFixup()125 void SetFixup(AssemblerFixup* fixup) { in SetFixup()135 AssemblerFixup* fixup_;156 Address(Register base_in, int32_t disp, AssemblerFixup *fixup) { in Address()188 int32_t disp, AssemblerFixup *fixup) { in Address()817 inline void EmitFixup(AssemblerFixup* fixup);854 inline void X86Assembler::EmitFixup(AssemblerFixup* fixup) { in EmitFixup()
2755 AssemblerFixup* fixup = operand.GetFixup(); in EmitOperand()
120 AssemblerFixup* GetFixup() const { in GetFixup()163 void SetFixup(AssemblerFixup* fixup) { in SetFixup()171 AssemblerFixup* fixup_;267 static Address RIP(AssemblerFixup* fixup) { in RIP()904 void EmitFixup(AssemblerFixup* fixup);976 inline void X86_64Assembler::EmitFixup(AssemblerFixup* fixup) { in EmitFixup()
3392 AssemblerFixup* fixup = operand.GetFixup(); in EmitOperand()
6997 class RIPFixup : public AssemblerFixup, public ArenaObject<kArenaAllocCodeGenerator> {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()
7607 class RIPFixup : public AssemblerFixup, public ArenaObject<kArenaAllocCodeGenerator> {7704 AssemblerFixup* fixup = in LiteralDoubleAddress()7712 AssemblerFixup* fixup = in LiteralFloatAddress()7720 AssemblerFixup* fixup = in LiteralInt32Address()7728 AssemblerFixup* fixup = in LiteralInt64Address()