Home
last modified time | relevance | path

Searched defs:fixup (Results 1 – 8 of 8) sorted by relevance

/art/compiler/utils/
Dassembler.cc55 AssemblerFixup* fixup = fixup_; in ProcessFixups() local
Dassembler.h131 void EmitFixup(AssemblerFixup* fixup) { in EmitFixup()
/art/compiler/utils/x86/
Dassembler_x86.h132 void SetFixup(AssemblerFixup* fixup) { in SetFixup()
164 Address(Register base_in, int32_t disp, AssemblerFixup *fixup) { in Address()
196 int32_t disp, AssemblerFixup *fixup) { in Address()
1026 inline void X86Assembler::EmitFixup(AssemblerFixup* fixup) { in EmitFixup()
Dassembler_x86.cc3829 AssemblerFixup* fixup = operand.GetFixup(); in EmitOperand() local
/art/compiler/utils/x86_64/
Dassembler_x86_64.h164 void SetFixup(AssemblerFixup* fixup) { in SetFixup()
268 static Address RIP(AssemblerFixup* fixup) { in RIP()
1070 inline void X86_64Assembler::EmitFixup(AssemblerFixup* fixup) { in EmitFixup()
Dassembler_x86_64.cc5152 AssemblerFixup* fixup = operand.GetFixup(); in EmitOperand() local
/art/compiler/optimizing/
Dcode_generator_x86_64.cc7930 AssemblerFixup* fixup = new (GetGraph()->GetAllocator()) RIPFixup(*this, __ AddDouble(v)); in LiteralDoubleAddress() local
7935 AssemblerFixup* fixup = new (GetGraph()->GetAllocator()) RIPFixup(*this, __ AddFloat(v)); in LiteralFloatAddress() local
7940 AssemblerFixup* fixup = new (GetGraph()->GetAllocator()) RIPFixup(*this, __ AddInt32(v)); in LiteralInt32Address() local
7945 AssemblerFixup* fixup = new (GetGraph()->GetAllocator()) RIPFixup(*this, __ AddInt64(v)); in LiteralInt64Address() local
Dcode_generator_x86.cc8858 AssemblerFixup* fixup = in LiteralDoubleAddress() local
8866 AssemblerFixup* fixup = in LiteralFloatAddress() local
8874 AssemblerFixup* fixup = in LiteralInt32Address() local
8882 AssemblerFixup* fixup = in LiteralInt64Address() local