Home
last modified time | relevance | path

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

/art/compiler/dex/quick/arm64/
Dint_arm64.cc1484 m2l->cfi().RelOffset(DwarfCoreReg(reg1), offset << reg_log2_size); in SpillCoreRegs()
1488 m2l->cfi().RelOffset(DwarfCoreReg(reg2), offset << reg_log2_size); in SpillCoreRegs()
1489 m2l->cfi().RelOffset(DwarfCoreReg(reg1), (offset + 1) << reg_log2_size); in SpillCoreRegs()
1504 m2l->cfi().RelOffset(DwarfFpReg(reg1), offset << reg_log2_size); in SpillFPRegs()
1508 m2l->cfi().RelOffset(DwarfFpReg(reg2), offset << reg_log2_size); in SpillFPRegs()
1509 m2l->cfi().RelOffset(DwarfFpReg(reg1), (offset + 1) << reg_log2_size); in SpillFPRegs()
1578 m2l->cfi().RelOffset(DwarfFpReg(reg1), kArm64PointerSize); in SpillRegsPreIndexed()
1585 m2l->cfi().RelOffset(DwarfFpReg(reg1), 0); in SpillRegsPreIndexed()
1594 m2l->cfi().RelOffset(DwarfFpReg(reg2), 0); in SpillRegsPreIndexed()
1595 m2l->cfi().RelOffset(DwarfFpReg(reg1), kArm64PointerSize); in SpillRegsPreIndexed()
[all …]
Dcall_arm64.cc438 cfi_.RelOffset(DwarfCoreReg(rxLR), 8); in GenSpecialEntryForSuspend()
/art/compiler/dwarf/
Ddwarf_test.cc113 opcodes.RelOffset(Reg(0), 0); // push R0 in TEST_F()
115 opcodes.RelOffset(Reg(1), 4); // push R1 in TEST_F()
158 opcodes.RelOffset(Reg::X86_64Core(i), 0); in TEST_F()
Ddebug_frame_opcode_writer.h71 void ALWAYS_INLINE RelOffset(Reg reg, int offset) { in RelOffset() function
90 RelOffset(Reg(reg_base.num() + i), offset); in RelOffsetForMany()
/art/compiler/dex/quick/x86/
Dcall_x86.cc305 cfi_.RelOffset(DwarfCoreReg(cu_->target64, rs_rDI.GetRegNum()), 0); in GenSpecialEntryForSuspend()
308 cfi_.RelOffset(DwarfCoreReg(cu_->target64, rs_rSI.GetRegNum()), 0); in GenSpecialEntryForSuspend()
Dtarget_x86.cc750 cfi_.RelOffset(DwarfCoreReg(cu_->target64, reg), offset); in SpillCoreRegs()
786 cfi_.RelOffset(DwarfFpReg(cu_->target64, reg), offset); in SpillFPRegs()
1323 cfi_.RelOffset(DwarfCoreReg(cu_->target64, rs_rDI.GetReg()), 0); in GenInlinedIndexOf()
Dint_x86.cc957 cfi_.RelOffset(DwarfCoreReg(cu_->target64, tmp.GetReg()), 0); in GenInlinedMinMax()
1168 cfi_.RelOffset(DwarfCoreReg(cu_->target64, rs_rDI.GetReg()), 0); in GenInlinedCas()
1178 cfi_.RelOffset(DwarfCoreReg(cu_->target64, rs_rSI.GetReg()), 0); in GenInlinedCas()
/art/compiler/utils/arm64/
Dassembler_arm64.cc659 cfi_.RelOffset(DWARFReg(dst0), offset); in SpillRegisters()
660 cfi_.RelOffset(DWARFReg(dst1), offset + size); in SpillRegisters()
666 cfi_.RelOffset(DWARFReg(dst0), offset); in SpillRegisters()
/art/compiler/dex/quick/mips/
Dcall_mips.cc400 cfi_.RelOffset(DwarfCoreReg(rRA), frame_size_ - (cu_->target64 ? 8 : 4)); in GenSpecialEntryForSuspend()
Dtarget_mips.cc859 cfi_.RelOffset(DwarfCoreReg(reg), offset); in SpillCoreRegs()
/art/compiler/utils/mips/
Dassembler_mips.cc557 cfi_.RelOffset(DWARFReg(RA), stack_offset); in BuildFrame()
562 cfi_.RelOffset(DWARFReg(reg), stack_offset); in BuildFrame()
/art/compiler/utils/mips64/
Dassembler_mips64.cc1082 cfi_.RelOffset(DWARFReg(RA), stack_offset); in BuildFrame()
1087 cfi_.RelOffset(DWARFReg(reg), stack_offset); in BuildFrame()
/art/compiler/utils/x86_64/
Dassembler_x86_64.cc2370 cfi_.RelOffset(DWARFReg(spill.AsCpuRegister().AsRegister()), 0); in BuildFrame()
2387 cfi_.RelOffset(DWARFReg(spill.AsXmmRegister().AsFloatRegister()), offset); in BuildFrame()
/art/compiler/utils/x86/
Dassembler_x86.cc1723 cfi_.RelOffset(DWARFReg(spill), 0); in BuildFrame()
/art/compiler/optimizing/
Dcode_generator_x86_64.cc531 __ cfi().RelOffset(DWARFReg(reg), 0); in GenerateFrameEntry()
545 __ cfi().RelOffset(DWARFReg(kFpuCalleeSaves[i]), offset); in GenerateFrameEntry()
Dcode_generator_mips64.cc519 __ cfi().RelOffset(DWARFReg(reg), ofs); in GenerateFrameEntry()
Dcode_generator_x86.cc494 __ cfi().RelOffset(DWARFReg(reg), 0); in GenerateFrameEntry()