Searched defs:frame_size_without_spills (Results 1 - 2 of 2) sorted by relevance

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

Completed in 60 milliseconds