Home | History | Annotate | Download | only in arm64

Lines Matching full:total_size

1196 void MacroAssembler::PushPreamble(Operand total_size) {
1201 if (total_size.IsImmediate()) {
1202 DCHECK((total_size.ImmediateValue() % 16) == 0);
1211 BumpSystemStackPointer(total_size);
1216 void MacroAssembler::PopPostamble(Operand total_size) {
1221 if (total_size.IsImmediate()) {
1222 DCHECK((total_size.ImmediateValue() % 16) == 0);