Home
last modified time | relevance | path

Searched refs:RIPFixup (Results 1 – 1 of 1) sorted by relevance

/art/compiler/optimizing/
Dcode_generator_x86_64.cc4480 class RIPFixup : public AssemblerFixup, public ArenaObject<kArenaAllocMisc> { class
4482 RIPFixup(const CodeGeneratorX86_64& codegen, int offset) in RIPFixup() function in art::x86_64::RIPFixup
4503 AssemblerFixup* fixup = new (GetGraph()->GetArena()) RIPFixup(*this, __ AddDouble(v)); in LiteralDoubleAddress()
4508 AssemblerFixup* fixup = new (GetGraph()->GetArena()) RIPFixup(*this, __ AddFloat(v)); in LiteralFloatAddress()
4513 AssemblerFixup* fixup = new (GetGraph()->GetArena()) RIPFixup(*this, __ AddInt32(v)); in LiteralInt32Address()
4518 AssemblerFixup* fixup = new (GetGraph()->GetArena()) RIPFixup(*this, __ AddInt64(v)); in LiteralInt64Address()