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()
128 AssemblerFixup* GetFixup() const { in GetFixup()132 void SetFixup(AssemblerFixup* fixup) { in SetFixup()143 AssemblerFixup* fixup_;164 Address(Register base_in, int32_t disp, AssemblerFixup *fixup) { in Address()196 int32_t disp, AssemblerFixup *fixup) { in Address()974 inline void EmitFixup(AssemblerFixup* fixup);1026 inline void X86Assembler::EmitFixup(AssemblerFixup* fixup) { in EmitFixup()
3829 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()983 void EmitFixup(AssemblerFixup* fixup);1070 inline void X86_64Assembler::EmitFixup(AssemblerFixup* fixup) { in EmitFixup()
5152 AssemblerFixup* fixup = operand.GetFixup(); in EmitOperand()
7846 class RIPFixup : public AssemblerFixup, public ArenaObject<kArenaAllocCodeGenerator> {7930 AssemblerFixup* fixup = new (GetGraph()->GetAllocator()) RIPFixup(*this, __ AddDouble(v)); in LiteralDoubleAddress()7935 AssemblerFixup* fixup = new (GetGraph()->GetAllocator()) RIPFixup(*this, __ AddFloat(v)); in LiteralFloatAddress()7940 AssemblerFixup* fixup = new (GetGraph()->GetAllocator()) RIPFixup(*this, __ AddInt32(v)); in LiteralInt32Address()7945 AssemblerFixup* fixup = new (GetGraph()->GetAllocator()) RIPFixup(*this, __ AddInt64(v)); in LiteralInt64Address()
8760 class RIPFixup : public AssemblerFixup, public ArenaObject<kArenaAllocCodeGenerator> {8858 AssemblerFixup* fixup = in LiteralDoubleAddress()8866 AssemblerFixup* fixup = in LiteralFloatAddress()8874 AssemblerFixup* fixup = in LiteralInt32Address()8882 AssemblerFixup* fixup = in LiteralInt64Address()