• Home
  • Raw
  • Download

Lines Matching refs:stack_overflow

87   Label stack_overflow;  in Generate_JSBuiltinsConstructStubHelper()  local
89 __ StackOverflowCheck(r0, scratch, &stack_overflow); in Generate_JSBuiltinsConstructStubHelper()
133 __ bind(&stack_overflow); in Generate_JSBuiltinsConstructStubHelper()
221 Label stack_overflow; in Generate_JSConstructStubGeneric() local
222 __ StackOverflowCheck(r0, r5, &stack_overflow); in Generate_JSConstructStubGeneric()
297 __ bind(&stack_overflow); in Generate_JSConstructStubGeneric()
364 Label stack_overflow; in Generate_ResumeGeneratorTrampoline() local
367 __ b(lo, &stack_overflow); in Generate_ResumeGeneratorTrampoline()
448 __ bind(&stack_overflow); in Generate_ResumeGeneratorTrampoline()
700 Label enough_stack_space, stack_overflow; in Generate_JSEntryTrampolineHelper() local
702 __ StackOverflowCheck(r6, r5, &stack_overflow); in Generate_JSEntryTrampolineHelper()
704 __ bind(&stack_overflow); in Generate_JSEntryTrampolineHelper()
1085 Label stack_overflow; in Generate_InterpreterEntryTrampoline() local
1095 __ b(lo, &stack_overflow); in Generate_InterpreterEntryTrampoline()
1217 __ bind(&stack_overflow); in Generate_InterpreterEntryTrampoline()
1247 Label stack_overflow; in Generate_InterpreterPushArgsThenCallImpl() local
1256 __ StackOverflowCheck(r3, r4, &stack_overflow); in Generate_InterpreterPushArgsThenCallImpl()
1288 __ bind(&stack_overflow); in Generate_InterpreterPushArgsThenCallImpl()
1306 Label stack_overflow; in Generate_InterpreterPushArgsThenConstructImpl() local
1310 __ StackOverflowCheck(r5, r6, &stack_overflow); in Generate_InterpreterPushArgsThenConstructImpl()
1351 __ bind(&stack_overflow); in Generate_InterpreterPushArgsThenConstructImpl()
1824 Label stack_overflow; in Generate_CallOrConstructVarargs() local
1825 __ StackOverflowCheck(r4, scratch, &stack_overflow); in Generate_CallOrConstructVarargs()
1870 __ bind(&stack_overflow); in Generate_CallOrConstructVarargs()
1936 Label stack_done, stack_overflow; in Generate_CallOrConstructForwardVarargs() local
1951 __ StackOverflowCheck(r5, scratch, &stack_overflow); in Generate_CallOrConstructForwardVarargs()
1996 __ bind(&stack_overflow); in Generate_CallOrConstructForwardVarargs()
2364 Label dont_adapt_arguments, stack_overflow; in Generate_ArgumentsAdaptorTrampoline() local
2382 __ StackOverflowCheck(r2, r5, &stack_overflow); in Generate_ArgumentsAdaptorTrampoline()
2416 __ StackOverflowCheck(r2, r5, &stack_overflow); in Generate_ArgumentsAdaptorTrampoline()
2488 __ bind(&stack_overflow); in Generate_ArgumentsAdaptorTrampoline()