Home | History | Annotate | Download | only in src

Lines Matching refs:stack_guard

993   stack_guard()->RequestApiInterrupt();
3662 StackGuard* stack_guard = isolate_->stack_guard();
3667 if (jssp - gap < stack_guard->real_jslimit()) return true;
3669 return GetCurrentStackPosition() - gap < stack_guard->real_climit();