Searched refs:RIPFixup (Results 1 – 2 of 2) sorted by relevance
/art/compiler/optimizing/ |
D | code_generator_x86_64.cc | 8371 class RIPFixup : public AssemblerFixup, public ArenaObject<kArenaAllocCodeGenerator> { class 8373 RIPFixup(CodeGeneratorX86_64& codegen, size_t offset) in RIPFixup() function in art::x86_64::RIPFixup 8400 class JumpTableRIPFixup : public RIPFixup { 8403 : RIPFixup(codegen, -1), switch_instr_(switch_instr) {} in JumpTableRIPFixup() 8455 AssemblerFixup* fixup = new (GetGraph()->GetAllocator()) RIPFixup(*this, __ AddDouble(v)); in LiteralDoubleAddress() 8460 AssemblerFixup* fixup = new (GetGraph()->GetAllocator()) RIPFixup(*this, __ AddFloat(v)); in LiteralFloatAddress() 8465 AssemblerFixup* fixup = new (GetGraph()->GetAllocator()) RIPFixup(*this, __ AddInt32(v)); in LiteralInt32Address() 8470 AssemblerFixup* fixup = new (GetGraph()->GetAllocator()) RIPFixup(*this, __ AddInt64(v)); in LiteralInt64Address()
|
D | code_generator_x86.cc | 9045 class RIPFixup : public AssemblerFixup, public ArenaObject<kArenaAllocCodeGenerator> { class 9047 RIPFixup(CodeGeneratorX86& codegen, in RIPFixup() function in art::x86::RIPFixup 9082 class JumpTableRIPFixup : public RIPFixup { 9085 : RIPFixup(codegen, switch_instr->GetBaseMethodAddress(), static_cast<size_t>(-1)), in JumpTableRIPFixup() 9144 new (GetGraph()->GetAllocator()) RIPFixup(*this, method_base, __ AddDouble(v)); in LiteralDoubleAddress() 9152 new (GetGraph()->GetAllocator()) RIPFixup(*this, method_base, __ AddFloat(v)); in LiteralFloatAddress() 9160 new (GetGraph()->GetAllocator()) RIPFixup(*this, method_base, __ AddInt32(v)); in LiteralInt32Address() 9168 new (GetGraph()->GetAllocator()) RIPFixup(*this, method_base, __ AddInt64(v)); in LiteralInt64Address()
|