• Home
  • Raw
  • Download

Lines Matching refs:stack_overflow

384   Label stack_overflow;  in Generate_ResumeGeneratorTrampoline()  local
386 __ Branch(&stack_overflow, lo, sp, Operand(kScratchReg)); in Generate_ResumeGeneratorTrampoline()
471 __ bind(&stack_overflow); in Generate_ResumeGeneratorTrampoline()
932 Label* stack_overflow) { in Generate_StackOverflowCheck() argument
943 __ Branch(stack_overflow, le, scratch1, Operand(scratch2)); in Generate_StackOverflowCheck()
977 Label stack_overflow; in Generate_InterpreterPushArgsThenCallImpl() local
987 Generate_StackOverflowCheck(masm, a3, a4, t0, &stack_overflow); in Generate_InterpreterPushArgsThenCallImpl()
1006 __ bind(&stack_overflow); in Generate_InterpreterPushArgsThenCallImpl()
1024 Label stack_overflow; in Generate_InterpreterPushArgsThenConstructImpl() local
1029 Generate_StackOverflowCheck(masm, a0, a5, t0, &stack_overflow); in Generate_InterpreterPushArgsThenConstructImpl()
1058 __ bind(&stack_overflow); in Generate_InterpreterPushArgsThenConstructImpl()
1716 Label stack_done, stack_overflow; in Generate_CallOrConstructForwardVarargs() local
1721 Generate_StackOverflowCheck(masm, a7, a4, a5, &stack_overflow); in Generate_CallOrConstructForwardVarargs()
1738 __ bind(&stack_overflow); in Generate_CallOrConstructForwardVarargs()
2160 Label invoke, dont_adapt_arguments, stack_overflow; in Generate_ArgumentsAdaptorTrampoline() local
2175 Generate_StackOverflowCheck(masm, a2, a5, kScratchReg, &stack_overflow); in Generate_ArgumentsAdaptorTrampoline()
2206 Generate_StackOverflowCheck(masm, a2, a5, kScratchReg, &stack_overflow); in Generate_ArgumentsAdaptorTrampoline()
2280 __ bind(&stack_overflow); in Generate_ArgumentsAdaptorTrampoline()