Home
last modified time | relevance | path

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

/art/compiler/utils/x86/
Dassembler_x86.h125 void SetFixup(AssemblerFixup* fixup) { in SetFixup()
156 Address(Register base_in, int32_t disp, AssemblerFixup *fixup) { in Address()
188 int32_t disp, AssemblerFixup *fixup) { in Address()
873 inline void X86Assembler::EmitFixup(AssemblerFixup* fixup) { in EmitFixup()
Dassembler_x86.cc2992 AssemblerFixup* fixup = operand.GetFixup(); in EmitOperand() local
/art/compiler/utils/
Dassembler.cc55 AssemblerFixup* fixup = fixup_; in ProcessFixups() local
Dassembler.h132 void EmitFixup(AssemblerFixup* fixup) { in EmitFixup()
/art/compiler/utils/x86_64/
Dassembler_x86_64.h163 void SetFixup(AssemblerFixup* fixup) { in SetFixup()
267 static Address RIP(AssemblerFixup* fixup) { in RIP()
995 inline void X86_64Assembler::EmitFixup(AssemblerFixup* fixup) { in EmitFixup()
Dassembler_x86_64.cc3638 AssemblerFixup* fixup = operand.GetFixup(); in EmitOperand() local
/art/compiler/optimizing/
Dcode_generator_x86_64.cc7560 AssemblerFixup* fixup = new (GetGraph()->GetAllocator()) RIPFixup(*this, __ AddDouble(v)); in LiteralDoubleAddress() local
7565 AssemblerFixup* fixup = new (GetGraph()->GetAllocator()) RIPFixup(*this, __ AddFloat(v)); in LiteralFloatAddress() local
7570 AssemblerFixup* fixup = new (GetGraph()->GetAllocator()) RIPFixup(*this, __ AddInt32(v)); in LiteralInt32Address() local
7575 AssemblerFixup* fixup = new (GetGraph()->GetAllocator()) RIPFixup(*this, __ AddInt64(v)); in LiteralInt64Address() local
Dcode_generator_x86.cc8261 AssemblerFixup* fixup = in LiteralDoubleAddress() local
8269 AssemblerFixup* fixup = in LiteralFloatAddress() local
8277 AssemblerFixup* fixup = in LiteralInt32Address() local
8285 AssemblerFixup* fixup = in LiteralInt64Address() local