Home | History | Annotate | Download | only in src

Lines Matching refs:stack_limit_slack

1226   // The "+1" is to avoid a push_limit of zero if stack_limit_slack() is 1.
1227 const int push_limit = (assembler->stack_limit_slack() + 1) / 2;