Home
last modified time | relevance | path

Searched refs:frame_size_without_spills (Results 1 – 2 of 2) sorted by relevance

/art/compiler/dex/quick/arm/
Dcall_arm.cc401 const int frame_size_without_spills = frame_size_ - spill_size; in GenEntrySequence() local
432 OpRegRegImm(kOpSub, rs_rARM_LR, rs_rARM_SP, frame_size_without_spills); in GenEntrySequence()
447 OpRegRegImm(kOpSub, rs_rARM_SP, rs_rARM_SP, frame_size_without_spills); in GenEntrySequence()
456 OpRegImm(kOpSub, rs_rARM_SP, frame_size_without_spills); in GenEntrySequence()
459 OpRegImm(kOpSub, rs_rARM_SP, frame_size_without_spills); in GenEntrySequence()
/art/compiler/dex/quick/arm64/
Dcall_arm64.cc342 const int frame_size_without_spills = frame_size_ - spill_size; in GenEntrySequence() local
368 OpRegImm(kOpSub, rs_sp, frame_size_without_spills); in GenEntrySequence()