Home
last modified time | relevance | path

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

/art/compiler/dex/quick/x86/
Dcall_x86.cc263 UnSpillCoreRegs(); in GenExitSequence()
Dcodegen_x86.h861 void UnSpillCoreRegs();
Dtarget_x86.cc756 void X86Mir2Lir::UnSpillCoreRegs() { in UnSpillCoreRegs() function in art::X86Mir2Lir
/art/compiler/dex/quick/mips/
Dcall_mips.cc375 UnSpillCoreRegs(); in GenExitSequence()
Dcodegen_mips.h225 void UnSpillCoreRegs();
Dtarget_mips.cc864 void MipsMir2Lir::UnSpillCoreRegs() { in UnSpillCoreRegs() function in art::MipsMir2Lir
/art/compiler/dex/quick/arm64/
Dint_arm64.cc1689 static void UnSpillCoreRegs(Arm64Mir2Lir* m2l, RegStorage base, int offset, uint32_t reg_mask) { in UnSpillCoreRegs() function
1774 UnSpillCoreRegs(this, rs_sp, offset, core_reg_mask); in UnspillRegs()