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.h126 void SetFixup(AssemblerFixup* fixup) { in SetFixup()
157 Address(Register base_in, int32_t disp, AssemblerFixup *fixup) { in Address()
189 int32_t disp, AssemblerFixup *fixup) { in Address()
947 inline void X86Assembler::EmitFixup(AssemblerFixup* fixup) { in EmitFixup()
Dassembler_x86.cc3760 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()
1069 inline void X86_64Assembler::EmitFixup(AssemblerFixup* fixup) { in EmitFixup()
Dassembler_x86_64.cc5143 AssemblerFixup* fixup = operand.GetFixup(); in EmitOperand() local
/art/compiler/optimizing/
Dcode_generator_x86_64.cc7791 AssemblerFixup* fixup = new (GetGraph()->GetAllocator()) RIPFixup(*this, __ AddDouble(v)); in LiteralDoubleAddress() local
7796 AssemblerFixup* fixup = new (GetGraph()->GetAllocator()) RIPFixup(*this, __ AddFloat(v)); in LiteralFloatAddress() local
7801 AssemblerFixup* fixup = new (GetGraph()->GetAllocator()) RIPFixup(*this, __ AddInt32(v)); in LiteralInt32Address() local
7806 AssemblerFixup* fixup = new (GetGraph()->GetAllocator()) RIPFixup(*this, __ AddInt64(v)); in LiteralInt64Address() local
Dcode_generator_x86.cc8520 AssemblerFixup* fixup = in LiteralDoubleAddress() local
8528 AssemblerFixup* fixup = in LiteralFloatAddress() local
8536 AssemblerFixup* fixup = in LiteralInt32Address() local
8544 AssemblerFixup* fixup = in LiteralInt64Address() local