Searched refs:AssemblerFixup (Results 1 – 9 of 9) sorted by relevance
48 class AssemblerFixup {51 virtual ~AssemblerFixup() {} in ~AssemblerFixup()54 AssemblerFixup* previous_;57 AssemblerFixup* previous() const { return previous_; } in previous()58 void set_previous(AssemblerFixup* previous_in) { previous_ = previous_in; } in set_previous()131 void EmitFixup(AssemblerFixup* fixup) { in EmitFixup()259 AssemblerFixup* fixup_;280 friend class AssemblerFixup; variable
27 class AssemblerFixup; variable
55 AssemblerFixup* fixup = fixup_; in ProcessFixups()
122 AssemblerFixup* GetFixup() const { in GetFixup()126 void SetFixup(AssemblerFixup* fixup) { in SetFixup()136 AssemblerFixup* fixup_;157 Address(Register base_in, int32_t disp, AssemblerFixup *fixup) { in Address()189 int32_t disp, AssemblerFixup *fixup) { in Address()895 inline void EmitFixup(AssemblerFixup* fixup);947 inline void X86Assembler::EmitFixup(AssemblerFixup* fixup) { in EmitFixup()
3760 AssemblerFixup* fixup = operand.GetFixup(); in EmitOperand()
121 AssemblerFixup* GetFixup() const { in GetFixup()164 void SetFixup(AssemblerFixup* fixup) { in SetFixup()172 AssemblerFixup* fixup_;268 static Address RIP(AssemblerFixup* fixup) { in RIP()982 void EmitFixup(AssemblerFixup* fixup);1069 inline void X86_64Assembler::EmitFixup(AssemblerFixup* fixup) { in EmitFixup()
5143 AssemblerFixup* fixup = operand.GetFixup(); in EmitOperand()
7707 class RIPFixup : public AssemblerFixup, public ArenaObject<kArenaAllocCodeGenerator> {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()
8422 class RIPFixup : public AssemblerFixup, public ArenaObject<kArenaAllocCodeGenerator> {8520 AssemblerFixup* fixup = in LiteralDoubleAddress()8528 AssemblerFixup* fixup = in LiteralFloatAddress()8536 AssemblerFixup* fixup = in LiteralInt32Address()8544 AssemblerFixup* fixup = in LiteralInt64Address()