Lines Matching refs:stack_overflow
1142 Label* stack_overflow) { in Generate_StackOverflowCheck() argument
1153 __ Branch(stack_overflow, le, scratch1, Operand(scratch2)); in Generate_StackOverflowCheck()
1159 Label* stack_overflow) { in Generate_InterpreterPushArgs() argument
1190 Label stack_overflow; in Generate_InterpreterPushArgsAndCallImpl() local
1195 Generate_InterpreterPushArgs(masm, a3, a2, a4, t0, &stack_overflow); in Generate_InterpreterPushArgsAndCallImpl()
1209 __ bind(&stack_overflow); in Generate_InterpreterPushArgsAndCallImpl()
1227 Label stack_overflow; in Generate_InterpreterPushArgsAndConstructImpl() local
1233 Generate_InterpreterPushArgs(masm, a0, a4, a5, t0, &stack_overflow); in Generate_InterpreterPushArgsAndConstructImpl()
1251 __ bind(&stack_overflow); in Generate_InterpreterPushArgsAndConstructImpl()
1270 Label stack_overflow; in Generate_InterpreterPushArgsAndConstructArray() local
1275 Generate_InterpreterPushArgs(masm, a4, a3, a5, a6, &stack_overflow); in Generate_InterpreterPushArgsAndConstructArray()
1283 __ bind(&stack_overflow); in Generate_InterpreterPushArgsAndConstructArray()
2862 Label invoke, dont_adapt_arguments, stack_overflow; in Generate_ArgumentsAdaptorTrampoline() local
2877 Generate_StackOverflowCheck(masm, a2, a5, at, &stack_overflow); in Generate_ArgumentsAdaptorTrampoline()
2908 Generate_StackOverflowCheck(masm, a2, a5, at, &stack_overflow); in Generate_ArgumentsAdaptorTrampoline()
2977 __ bind(&stack_overflow); in Generate_ArgumentsAdaptorTrampoline()