Lines Matching refs:stack_overflow
690 Label* stack_overflow, in Generate_StackOverflowCheck() argument
711 __ j(less_equal, stack_overflow); // Signed comparison. in Generate_StackOverflowCheck()
743 Label stack_overflow; in Generate_InterpreterPushArgsAndCallImpl() local
752 Generate_StackOverflowCheck(masm, ecx, edx, edi, &stack_overflow); in Generate_InterpreterPushArgsAndCallImpl()
778 __ bind(&stack_overflow); in Generate_InterpreterPushArgsAndCallImpl()
798 int num_slots_above_ret_addr, Label* stack_overflow) { in Generate_InterpreterPushArgsAndReturnAddress() argument
817 stack_overflow, true); in Generate_InterpreterPushArgsAndReturnAddress()
895 Label stack_overflow; in Generate_InterpreterPushArgsAndConstructImpl() local
904 2, &stack_overflow); in Generate_InterpreterPushArgsAndConstructImpl()
927 __ bind(&stack_overflow); in Generate_InterpreterPushArgsAndConstructImpl()
951 Label stack_overflow; in Generate_InterpreterPushArgsAndConstructArray() local
960 1, &stack_overflow); in Generate_InterpreterPushArgsAndConstructArray()
971 __ bind(&stack_overflow); in Generate_InterpreterPushArgsAndConstructArray()
2868 Label invoke, dont_adapt_arguments, stack_overflow; in Generate_ArgumentsAdaptorTrampoline() local
2882 Generate_StackOverflowCheck(masm, ebx, ecx, edi, &stack_overflow); in Generate_ArgumentsAdaptorTrampoline()
2905 Generate_StackOverflowCheck(masm, ebx, ecx, edi, &stack_overflow); in Generate_ArgumentsAdaptorTrampoline()
2963 __ bind(&stack_overflow); in Generate_ArgumentsAdaptorTrampoline()