Home
last modified time | relevance | path

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

/art/compiler/dwarf/
Ddwarf_test.cc95 opcodes.Restore(Reg(0x3F)); in TEST_F()
97 opcodes.Restore(Reg(0x40)); in TEST_F()
99 opcodes.Restore(reg); in TEST_F()
Ddebug_frame_opcode_writer.h104 Restore(Reg(reg_base.num() + i)); in RestoreMany()
137 void ALWAYS_INLINE Restore(Reg reg) { in Restore() function
/art/runtime/arch/mips64/
Djni_entrypoints_mips64.S49 .cpreturn # Restore gp from t8 in branch delay slot. gp is not used
Dquick_entrypoints_mips64.S146 ld $t8, 56($sp) # Restore gp back to it's temp storage.
275 ld $t8, 184($sp) # Restore gp back to it's temp storage.
/art/compiler/dex/quick/x86/
Dcall_x86.cc323 cfi_.Restore(DwarfCoreReg(cu_->target64, rs_rSI.GetRegNum())); in GenSpecialExitForSuspend()
326 cfi_.Restore(DwarfCoreReg(cu_->target64, rs_rDI.GetRegNum())); in GenSpecialExitForSuspend()
Dtarget_x86.cc769 cfi_.Restore(DwarfCoreReg(cu_->target64, reg)); in UnSpillCoreRegs()
803 cfi_.Restore(DwarfFpReg(cu_->target64, reg)); in UnSpillFPRegs()
1422 cfi_.Restore(DwarfCoreReg(cu_->target64, rs_rDI.GetReg())); in GenInlinedIndexOf()
Dint_x86.cc972 cfi_.Restore(DwarfCoreReg(cu_->target64, tmp.GetReg())); in GenInlinedMinMax()
1212 cfi_.Restore(DwarfCoreReg(cu_->target64, rs_rSI.GetRegNum())); in GenInlinedCas()
1221 cfi_.Restore(DwarfCoreReg(cu_->target64, rs_rDI.GetRegNum())); in GenInlinedCas()
/art/compiler/dex/quick/arm64/
Dint_arm64.cc1697 m2l->cfi().Restore(DwarfCoreReg(reg1)); in UnSpillCoreRegs()
1702 m2l->cfi().Restore(DwarfCoreReg(reg2)); in UnSpillCoreRegs()
1703 m2l->cfi().Restore(DwarfCoreReg(reg1)); in UnSpillCoreRegs()
1717 m2l->cfi().Restore(DwarfFpReg(reg1)); in UnSpillFPRegs()
1721 m2l->cfi().Restore(DwarfFpReg(reg2)); in UnSpillFPRegs()
1722 m2l->cfi().Restore(DwarfFpReg(reg1)); in UnSpillFPRegs()
Dcall_arm64.cc445 cfi_.Restore(DwarfCoreReg(rxLR)); in GenSpecialExitForSuspend()
/art/compiler/utils/arm64/
Dassembler_arm64.cc678 cfi_.Restore(DWARFReg(dst0)); in UnspillRegisters()
679 cfi_.Restore(DWARFReg(dst1)); in UnspillRegisters()
685 cfi_.Restore(DWARFReg(dst0)); in UnspillRegisters()
/art/compiler/dex/quick/mips/
Dcall_mips.cc409 cfi_.Restore(DwarfCoreReg(rRA)); in GenSpecialExitForSuspend()
Dtarget_mips.cc877 cfi_.Restore(DwarfCoreReg(reg)); in UnSpillCoreRegs()
/art/compiler/utils/mips/
Dassembler_mips.cc585 cfi_.Restore(DWARFReg(reg)); in RemoveFrame()
589 cfi_.Restore(DWARFReg(RA)); in RemoveFrame()
/art/compiler/utils/mips64/
Dassembler_mips64.cc1124 cfi_.Restore(DWARFReg(reg)); in RemoveFrame()
1128 cfi_.Restore(DWARFReg(RA)); in RemoveFrame()
/art/compiler/utils/x86_64/
Dassembler_x86_64.cc2428 cfi_.Restore(DWARFReg(spill.AsXmmRegister().AsFloatRegister())); in RemoveFrame()
2441 cfi_.Restore(DWARFReg(spill.AsCpuRegister().AsRegister())); in RemoveFrame()
/art/compiler/utils/x86/
Dassembler_x86.cc1764 cfi_.Restore(DWARFReg(spill)); in RemoveFrame()
/art/compiler/optimizing/
Dcode_generator_x86_64.cc561 __ cfi().Restore(DWARFReg(kFpuCalleeSaves[i])); in GenerateFrameExit()
574 __ cfi().Restore(DWARFReg(reg)); in GenerateFrameExit()
Dcode_generator_mips64.cc574 __ cfi().Restore(DWARFReg(reg)); in GenerateFrameExit()
Dcode_generator_x86.cc516 __ cfi().Restore(DWARFReg(reg)); in GenerateFrameExit()