Returns the stack size, in bytes, needed for arguments on the stack.
(&self)
| 627 | |
| 628 | /// Returns the stack size, in bytes, needed for arguments on the stack. |
| 629 | pub fn params_stack_size(&self) -> u32 { |
| 630 | self.params.operands.bytes |
| 631 | } |
| 632 | |
| 633 | /// Returns the stack size, in bytes, needed for results on the stack. |
| 634 | pub fn results_stack_size(&self) -> u32 { |