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

/art/compiler/dex/quick/arm/
H A Dcall_arm.cc445 const int frame_size_without_spills = frame_size_ - spill_size; local
478 OpRegRegImm(kOpSub, rs_rARM_LR, rs_rARM_SP, frame_size_without_spills);
484 cfi_.AdjustCFAOffset(frame_size_without_spills);
494 OpRegRegImm(kOpSub, rs_rARM_SP, rs_rARM_SP, frame_size_without_spills);
495 cfi_.AdjustCFAOffset(frame_size_without_spills);
504 OpRegImm(kOpSub, rs_rARM_SP, frame_size_without_spills);
505 cfi_.AdjustCFAOffset(frame_size_without_spills);
508 OpRegImm(kOpSub, rs_rARM_SP, frame_size_without_spills);
509 cfi_.AdjustCFAOffset(frame_size_without_spills);
/art/compiler/dex/quick/arm64/
H A Dcall_arm64.cc328 const int frame_size_without_spills = frame_size_ - spill_size; local
354 OpRegImm(kOpSub, rs_sp, frame_size_without_spills);
355 cfi_.AdjustCFAOffset(frame_size_without_spills);

Completed in 3448 milliseconds