• Home
  • Raw
  • Download

Lines Matching refs:stack_overflow

86   Label stack_overflow;  in Generate_JSBuiltinsConstructStubHelper()  local
87 __ StackOverflowCheck(rax, rcx, &stack_overflow, Label::kFar); in Generate_JSBuiltinsConstructStubHelper()
131 __ bind(&stack_overflow); in Generate_JSBuiltinsConstructStubHelper()
224 Label stack_overflow; in Generate_JSConstructStubGeneric() local
225 __ StackOverflowCheck(rax, rcx, &stack_overflow); in Generate_JSConstructStubGeneric()
300 __ bind(&stack_overflow); in Generate_JSConstructStubGeneric()
584 Label enough_stack_space, stack_overflow; in Generate_JSEntryTrampolineHelper() local
585 __ StackOverflowCheck(rax, rcx, &stack_overflow, Label::kNear); in Generate_JSEntryTrampolineHelper()
588 __ bind(&stack_overflow); in Generate_JSEntryTrampolineHelper()
695 Label stack_overflow; in Generate_ResumeGeneratorTrampoline() local
697 __ j(below, &stack_overflow); in Generate_ResumeGeneratorTrampoline()
791 __ bind(&stack_overflow); in Generate_ResumeGeneratorTrampoline()
1119 Label stack_overflow; in Generate_InterpreterEntryTrampoline() local
1129 __ j(below, &stack_overflow); in Generate_InterpreterEntryTrampoline()
1251 __ bind(&stack_overflow); in Generate_InterpreterEntryTrampoline()
1283 Label stack_overflow; in Generate_InterpreterPushArgsThenCallImpl() local
1293 __ StackOverflowCheck(rcx, rdx, &stack_overflow); in Generate_InterpreterPushArgsThenCallImpl()
1330 __ bind(&stack_overflow); in Generate_InterpreterPushArgsThenCallImpl()
1351 Label stack_overflow; in Generate_InterpreterPushArgsThenConstructImpl() local
1354 __ StackOverflowCheck(rax, r8, &stack_overflow); in Generate_InterpreterPushArgsThenConstructImpl()
1398 __ bind(&stack_overflow); in Generate_InterpreterPushArgsThenConstructImpl()
1880 Label dont_adapt_arguments, stack_overflow; in Generate_ArgumentsAdaptorTrampoline() local
1891 __ StackOverflowCheck(rbx, rcx, &stack_overflow); in Generate_ArgumentsAdaptorTrampoline()
1971 __ bind(&stack_overflow); in Generate_ArgumentsAdaptorTrampoline()
2011 Label stack_overflow; in Generate_CallOrConstructVarargs() local
2012 __ StackOverflowCheck(rcx, r8, &stack_overflow, Label::kNear); in Generate_CallOrConstructVarargs()
2065 __ bind(&stack_overflow); in Generate_CallOrConstructVarargs()
2127 Label stack_done, stack_overflow; in Generate_CallOrConstructForwardVarargs() local
2142 __ StackOverflowCheck(r8, r12, &stack_overflow, Label::kNear); in Generate_CallOrConstructForwardVarargs()
2193 __ bind(&stack_overflow); in Generate_CallOrConstructForwardVarargs()