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.h139 void SetFixup(AssemblerFixup* fixup) { in SetFixup()
171 Address(Register base_in, int32_t disp, AssemblerFixup *fixup) { in Address()
203 int32_t disp, AssemblerFixup *fixup) { in Address()
1093 inline void X86Assembler::EmitFixup(AssemblerFixup* fixup) { in EmitFixup()
Dassembler_x86.cc3920 AssemblerFixup* fixup = operand.GetFixup(); in EmitOperand() local
/art/compiler/utils/x86_64/
Dassembler_x86_64.h186 void SetFixup(AssemblerFixup* fixup) { in SetFixup()
289 static Address RIP(AssemblerFixup* fixup) { in RIP()
1233 inline void X86_64Assembler::EmitFixup(AssemblerFixup* fixup) { in EmitFixup()
Dassembler_x86_64.cc4298 AssemblerFixup* fixup = operand.GetFixup(); in EmitOperand() local
/art/compiler/optimizing/
Dcode_generator_x86_64.cc8514 AssemblerFixup* fixup = new (GetGraph()->GetAllocator()) RIPFixup(*this, __ AddDouble(v)); in LiteralDoubleAddress() local
8519 AssemblerFixup* fixup = new (GetGraph()->GetAllocator()) RIPFixup(*this, __ AddFloat(v)); in LiteralFloatAddress() local
8524 AssemblerFixup* fixup = new (GetGraph()->GetAllocator()) RIPFixup(*this, __ AddInt32(v)); in LiteralInt32Address() local
8529 AssemblerFixup* fixup = new (GetGraph()->GetAllocator()) RIPFixup(*this, __ AddInt64(v)); in LiteralInt64Address() local
Dcode_generator_x86.cc9194 AssemblerFixup* fixup = in LiteralDoubleAddress() local
9202 AssemblerFixup* fixup = in LiteralFloatAddress() local
9210 AssemblerFixup* fixup = in LiteralInt32Address() local
9218 AssemblerFixup* fixup = in LiteralInt64Address() local