Lines Matching refs:stack_overflow
931 __ InvokeBuiltin(Builtins::STACK_OVERFLOW, CALL_FUNCTION);
1241 Label* stack_overflow) {
1263 __ j(less_equal, stack_overflow); // Signed comparison.
1311 Label stack_overflow;
1312 ArgumentsAdaptorStackCheck(masm, &stack_overflow);
1389 __ bind(&stack_overflow);
1393 __ InvokeBuiltin(Builtins::STACK_OVERFLOW, CALL_FUNCTION);