• Home
  • Raw
  • Download

Lines Matching refs:stack_overflow

86                                  Register scratch, Label* stack_overflow) {  in Generate_StackOverflowCheck()  argument
98 __ ble(stack_overflow); // Signed comparison. in Generate_StackOverflowCheck()
112 Label stack_overflow; in Generate_JSBuiltinsConstructStubHelper() local
114 Generate_StackOverflowCheck(masm, r2, r7, &stack_overflow); in Generate_JSBuiltinsConstructStubHelper()
155 __ bind(&stack_overflow); in Generate_JSBuiltinsConstructStubHelper()
257 Label enough_stack_space, stack_overflow; in Generate_JSConstructStubGeneric() local
258 Generate_StackOverflowCheck(masm, r2, r7, &stack_overflow); in Generate_JSConstructStubGeneric()
261 __ bind(&stack_overflow); in Generate_JSConstructStubGeneric()
403 Label stack_overflow; in Generate_ResumeGeneratorTrampoline() local
407 __ blt(&stack_overflow); in Generate_ResumeGeneratorTrampoline()
497 __ bind(&stack_overflow); in Generate_ResumeGeneratorTrampoline()
1187 Label stack_overflow; in Generate_InterpreterEntryTrampoline() local
1197 __ blt(&stack_overflow); in Generate_InterpreterEntryTrampoline()
1329 __ bind(&stack_overflow); in Generate_InterpreterEntryTrampoline()
1358 Label stack_overflow; in Generate_InterpreterPushArgsThenCallImpl() local
1366 Generate_StackOverflowCheck(masm, r5, ip, &stack_overflow); in Generate_InterpreterPushArgsThenCallImpl()
1396 __ bind(&stack_overflow); in Generate_InterpreterPushArgsThenCallImpl()
1414 Label stack_overflow; in Generate_InterpreterPushArgsThenConstructImpl() local
1416 Generate_StackOverflowCheck(masm, r7, ip, &stack_overflow); in Generate_InterpreterPushArgsThenConstructImpl()
1457 __ bind(&stack_overflow); in Generate_InterpreterPushArgsThenConstructImpl()
1981 Label stack_overflow; in Generate_CallOrConstructVarargs() local
1982 Generate_StackOverflowCheck(masm, r6, scratch, &stack_overflow); in Generate_CallOrConstructVarargs()
2031 __ bind(&stack_overflow); in Generate_CallOrConstructVarargs()
2092 Label stack_done, stack_overflow; in Generate_CallOrConstructForwardVarargs() local
2107 Generate_StackOverflowCheck(masm, r7, scratch, &stack_overflow); in Generate_CallOrConstructForwardVarargs()
2159 __ bind(&stack_overflow); in Generate_CallOrConstructForwardVarargs()
2531 Label dont_adapt_arguments, stack_overflow; in Generate_ArgumentsAdaptorTrampoline() local
2550 Generate_StackOverflowCheck(masm, r4, r7, &stack_overflow); in Generate_ArgumentsAdaptorTrampoline()
2586 Generate_StackOverflowCheck(masm, r4, r7, &stack_overflow); in Generate_ArgumentsAdaptorTrampoline()
2662 __ bind(&stack_overflow); in Generate_ArgumentsAdaptorTrampoline()