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()
1220 inline void X86_64Assembler::EmitFixup(AssemblerFixup* fixup) { in EmitFixup()
Dassembler_x86_64.cc5409 AssemblerFixup* fixup = operand.GetFixup(); in EmitOperand() local
/art/compiler/optimizing/
Dcode_generator_x86_64.cc8455 AssemblerFixup* fixup = new (GetGraph()->GetAllocator()) RIPFixup(*this, __ AddDouble(v)); in LiteralDoubleAddress() local
8460 AssemblerFixup* fixup = new (GetGraph()->GetAllocator()) RIPFixup(*this, __ AddFloat(v)); in LiteralFloatAddress() local
8465 AssemblerFixup* fixup = new (GetGraph()->GetAllocator()) RIPFixup(*this, __ AddInt32(v)); in LiteralInt32Address() local
8470 AssemblerFixup* fixup = new (GetGraph()->GetAllocator()) RIPFixup(*this, __ AddInt64(v)); in LiteralInt64Address() local
Dcode_generator_x86.cc9143 AssemblerFixup* fixup = in LiteralDoubleAddress() local
9151 AssemblerFixup* fixup = in LiteralFloatAddress() local
9159 AssemblerFixup* fixup = in LiteralInt32Address() local
9167 AssemblerFixup* fixup = in LiteralInt64Address() local