Home
last modified time | relevance | path

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

/art/compiler/dex/quick/x86/
Dcall_x86.cc241 SpillCoreRegs(); in GenEntrySequence()
Dcodegen_x86.h826 void SpillCoreRegs();
Dtarget_x86.cc691 void X86Mir2Lir::SpillCoreRegs() { in SpillCoreRegs() function in art::X86Mir2Lir
/art/compiler/dex/quick/mips/
Dcall_mips.cc315 SpillCoreRegs(); in GenEntrySequence()
Dcodegen_mips.h167 void SpillCoreRegs();
Dtarget_mips.cc528 void MipsMir2Lir::SpillCoreRegs() { in SpillCoreRegs() function in art::MipsMir2Lir
/art/compiler/dex/quick/arm64/
Dint_arm64.cc1420 static void SpillCoreRegs(Arm64Mir2Lir* m2l, RegStorage base, int offset, uint32_t reg_mask) { in SpillCoreRegs() function
1468 SpillCoreRegs(m2l, rs_sp, spill_offset, core_reg_mask); in SpillRegsPreSub()