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()260 AssemblerFixup* fixup_;281 friend class AssemblerFixup; variable
29 class AssemblerFixup; variable
55 AssemblerFixup* fixup = fixup_; in ProcessFixups()
135 AssemblerFixup* GetFixup() const { in GetFixup()139 void SetFixup(AssemblerFixup* fixup) { in SetFixup()150 AssemblerFixup* fixup_;171 Address(Register base_in, int32_t disp, AssemblerFixup *fixup) { in Address()203 int32_t disp, AssemblerFixup *fixup) { in Address()1037 inline void EmitFixup(AssemblerFixup* fixup);1093 inline void X86Assembler::EmitFixup(AssemblerFixup* fixup) { in EmitFixup()
3920 AssemblerFixup* fixup = operand.GetFixup(); in EmitOperand()
136 AssemblerFixup* GetFixup() const { in GetFixup()186 void SetFixup(AssemblerFixup* fixup) { in SetFixup()194 AssemblerFixup* fixup_;289 static Address RIP(AssemblerFixup* fixup) { in RIP()1121 void EmitFixup(AssemblerFixup* fixup);1220 inline void X86_64Assembler::EmitFixup(AssemblerFixup* fixup) { in EmitFixup()
5409 AssemblerFixup* fixup = operand.GetFixup(); in EmitOperand()
8371 class RIPFixup : public AssemblerFixup, public ArenaObject<kArenaAllocCodeGenerator> {8455 AssemblerFixup* fixup = new (GetGraph()->GetAllocator()) RIPFixup(*this, __ AddDouble(v)); in LiteralDoubleAddress()8460 AssemblerFixup* fixup = new (GetGraph()->GetAllocator()) RIPFixup(*this, __ AddFloat(v)); in LiteralFloatAddress()8465 AssemblerFixup* fixup = new (GetGraph()->GetAllocator()) RIPFixup(*this, __ AddInt32(v)); in LiteralInt32Address()8470 AssemblerFixup* fixup = new (GetGraph()->GetAllocator()) RIPFixup(*this, __ AddInt64(v)); in LiteralInt64Address()
9045 class RIPFixup : public AssemblerFixup, public ArenaObject<kArenaAllocCodeGenerator> {9143 AssemblerFixup* fixup = in LiteralDoubleAddress()9151 AssemblerFixup* fixup = in LiteralFloatAddress()9159 AssemblerFixup* fixup = in LiteralInt32Address()9167 AssemblerFixup* fixup = in LiteralInt64Address()