Searched refs:frame_size_without_spills (Results 1 – 2 of 2) sorted by relevance
/art/compiler/dex/quick/arm/ |
D | call_arm.cc | 401 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/ |
D | call_arm64.cc | 342 const int frame_size_without_spills = frame_size_ - spill_size; in GenEntrySequence() local 368 OpRegImm(kOpSub, rs_sp, frame_size_without_spills); in GenEntrySequence()
|