• Home
  • Raw
  • Download

Lines Matching refs:stack_overflow

211     Label enough_stack_space, stack_overflow;  in Generate_JSConstructStubGeneric()  local
212 __ StackOverflowCheck(a0, t0, t1, &stack_overflow); in Generate_JSConstructStubGeneric()
215 __ bind(&stack_overflow); in Generate_JSConstructStubGeneric()
351 Label stack_overflow; in Generate_ResumeGeneratorTrampoline() local
354 __ Branch(&stack_overflow, lo, sp, Operand(kScratchReg)); in Generate_ResumeGeneratorTrampoline()
435 __ bind(&stack_overflow); in Generate_ResumeGeneratorTrampoline()
1068 Label stack_overflow; in Generate_InterpreterEntryTrampoline() local
1077 __ Branch(&stack_overflow, lo, a5, Operand(a2)); in Generate_InterpreterEntryTrampoline()
1204 __ bind(&stack_overflow); in Generate_InterpreterEntryTrampoline()
1237 Label stack_overflow; in Generate_InterpreterPushArgsThenCallImpl() local
1245 __ StackOverflowCheck(a3, a4, t0, &stack_overflow); in Generate_InterpreterPushArgsThenCallImpl()
1275 __ bind(&stack_overflow); in Generate_InterpreterPushArgsThenCallImpl()
1293 Label stack_overflow; in Generate_InterpreterPushArgsThenConstructImpl() local
1295 __ StackOverflowCheck(a6, a5, t0, &stack_overflow); in Generate_InterpreterPushArgsThenConstructImpl()
1334 __ bind(&stack_overflow); in Generate_InterpreterPushArgsThenConstructImpl()
1849 Label stack_overflow; in Generate_CallOrConstructVarargs() local
1850 __ StackOverflowCheck(len, kScratchReg, a5, &stack_overflow); in Generate_CallOrConstructVarargs()
1901 __ bind(&stack_overflow); in Generate_CallOrConstructVarargs()
1964 Label stack_done, stack_overflow; in Generate_CallOrConstructForwardVarargs() local
1969 __ StackOverflowCheck(a7, a4, a5, &stack_overflow); in Generate_CallOrConstructForwardVarargs()
2018 __ bind(&stack_overflow); in Generate_CallOrConstructForwardVarargs()
2407 Label invoke, dont_adapt_arguments, stack_overflow; in Generate_ArgumentsAdaptorTrampoline() local
2422 __ StackOverflowCheck(a2, a5, kScratchReg, &stack_overflow); in Generate_ArgumentsAdaptorTrampoline()
2454 __ StackOverflowCheck(a2, a5, kScratchReg, &stack_overflow); in Generate_ArgumentsAdaptorTrampoline()
2515 __ bind(&stack_overflow); in Generate_ArgumentsAdaptorTrampoline()