• Home
  • Raw
  • Download

Lines Matching refs:stack_overflow

1151                                         Label* stack_overflow) {  in Generate_StackOverflowCheck()  argument
1161 __ b(le, stack_overflow); // Signed comparison. in Generate_StackOverflowCheck()
1167 Label* stack_overflow) { in Generate_InterpreterPushArgs() argument
1169 Generate_StackOverflowCheck(masm, num_args, scratch, stack_overflow); in Generate_InterpreterPushArgs()
1197 Label stack_overflow; in Generate_InterpreterPushArgsAndCallImpl() local
1202 Generate_InterpreterPushArgs(masm, r3, r2, r4, r5, &stack_overflow); in Generate_InterpreterPushArgsAndCallImpl()
1216 __ bind(&stack_overflow); in Generate_InterpreterPushArgsAndCallImpl()
1234 Label stack_overflow; in Generate_InterpreterPushArgsAndConstructImpl() local
1241 Generate_InterpreterPushArgs(masm, r0, r4, r5, r6, &stack_overflow); in Generate_InterpreterPushArgsAndConstructImpl()
1260 __ bind(&stack_overflow); in Generate_InterpreterPushArgsAndConstructImpl()
1277 Label stack_overflow; in Generate_InterpreterPushArgsAndConstructArray() local
1283 Generate_InterpreterPushArgs(masm, r4, r3, r5, r6, &stack_overflow); in Generate_InterpreterPushArgsAndConstructArray()
1291 __ bind(&stack_overflow); in Generate_InterpreterPushArgsAndConstructArray()
2799 Label invoke, dont_adapt_arguments, stack_overflow; in Generate_ArgumentsAdaptorTrampoline() local
2810 Generate_StackOverflowCheck(masm, r2, r5, &stack_overflow); in Generate_ArgumentsAdaptorTrampoline()
2843 Generate_StackOverflowCheck(masm, r2, r5, &stack_overflow); in Generate_ArgumentsAdaptorTrampoline()
2906 __ bind(&stack_overflow); in Generate_ArgumentsAdaptorTrampoline()