• Home
  • Raw
  • Download

Lines Matching refs:stack_overflow

1150                                         Label* stack_overflow) {  in Generate_StackOverflowCheck()  argument
1161 __ Branch(stack_overflow, le, scratch1, Operand(scratch2)); in Generate_StackOverflowCheck()
1167 Label* stack_overflow) { in Generate_InterpreterPushArgs() argument
1169 stack_overflow); in Generate_InterpreterPushArgs()
1198 Label stack_overflow; in Generate_InterpreterPushArgsAndCallImpl() local
1203 Generate_InterpreterPushArgs(masm, t0, a2, t4, t1, &stack_overflow); in Generate_InterpreterPushArgsAndCallImpl()
1217 __ bind(&stack_overflow); in Generate_InterpreterPushArgsAndCallImpl()
1235 Label stack_overflow; in Generate_InterpreterPushArgsAndConstructImpl() local
1241 Generate_InterpreterPushArgs(masm, a0, t4, t1, t0, &stack_overflow); in Generate_InterpreterPushArgsAndConstructImpl()
1259 __ bind(&stack_overflow); in Generate_InterpreterPushArgsAndConstructImpl()
1278 Label stack_overflow; in Generate_InterpreterPushArgsAndConstructArray() local
1283 Generate_InterpreterPushArgs(masm, t0, a3, t1, t4, &stack_overflow); in Generate_InterpreterPushArgsAndConstructArray()
1291 __ bind(&stack_overflow); in Generate_InterpreterPushArgsAndConstructArray()
2869 Label invoke, dont_adapt_arguments, stack_overflow; in Generate_ArgumentsAdaptorTrampoline() local
2884 Generate_StackOverflowCheck(masm, a2, t1, at, &stack_overflow); in Generate_ArgumentsAdaptorTrampoline()
2914 Generate_StackOverflowCheck(masm, a2, t1, at, &stack_overflow); in Generate_ArgumentsAdaptorTrampoline()
2982 __ bind(&stack_overflow); in Generate_ArgumentsAdaptorTrampoline()