Home
last modified time | relevance | path

Searched refs:StackOverflowCheck (Results 1 – 25 of 30) sorted by relevance

12

/third_party/node/deps/v8/src/builtins/ia32/
Dbuiltins-ia32.cc117 __ StackOverflowCheck(eax, ecx, &stack_overflow); in Generate_JSBuiltinsConstructStubHelper() local
263 __ StackOverflowCheck(eax, ecx, &stack_overflow); in Generate_JSConstructStubGeneric() local
524 __ StackOverflowCheck(eax, ecx, &stack_overflow); in Generate_JSEntryTrampolineHelper() local
1361 __ StackOverflowCheck(eax, scratch, &stack_overflow, true); in Generate_InterpreterPushArgsThenCallImpl() local
1438 __ StackOverflowCheck(num_args, scratch1, stack_overflow, true); in Generate_InterpreterPushZeroAndArgsAndReturnAddress() local
2229 __ StackOverflowCheck(kArgumentsLength, edx, &stack_overflow); in Generate_CallOrConstructVarargs() local
2332 __ StackOverflowCheck(edx, edi, &stack_overflow); in Generate_CallOrConstructForwardVarargs() local
2503 __ StackOverflowCheck(edx, ecx, &stack_overflow); in Generate_PushBoundArguments() local
/third_party/node/deps/v8/src/builtins/ppc/
Dbuiltins-ppc.cc331 __ StackOverflowCheck(r3, scratch, &stack_overflow); in Generate_JSBuiltinsConstructStubHelper() local
536 __ StackOverflowCheck(r3, r8, &stack_overflow); in Generate_JSConstructStubGeneric() local
1010 __ StackOverflowCheck(r3, r9, &stack_overflow); in Generate_JSEntryTrampolineHelper() local
1728 __ StackOverflowCheck(r6, ip, &stack_overflow); in Generate_InterpreterPushArgsThenCallImpl() local
1772 __ StackOverflowCheck(r3, ip, &stack_overflow); in Generate_InterpreterPushArgsThenConstructImpl() local
2314 __ StackOverflowCheck(r7, scratch, &stack_overflow); in Generate_CallOrConstructVarargs() local
2399 __ StackOverflowCheck(r8, scratch, &stack_overflow); in Generate_CallOrConstructForwardVarargs() local
/third_party/node/deps/v8/src/builtins/s390/
Dbuiltins-s390.cc374 __ StackOverflowCheck(r2, scratch, &stack_overflow); in Generate_JSBuiltinsConstructStubHelper() local
524 __ StackOverflowCheck(r2, r7, &stack_overflow); in Generate_JSConstructStubGeneric() local
1040 __ StackOverflowCheck(r7, r1, &stack_overflow); in Generate_JSEntryTrampolineHelper() local
1787 __ StackOverflowCheck(r5, ip, &stack_overflow); in Generate_InterpreterPushArgsThenCallImpl() local
1831 __ StackOverflowCheck(r2, ip, &stack_overflow); in Generate_InterpreterPushArgsThenConstructImpl() local
2361 __ StackOverflowCheck(r6, scratch, &stack_overflow); in Generate_CallOrConstructVarargs() local
2446 __ StackOverflowCheck(r7, scratch, &stack_overflow); in Generate_CallOrConstructForwardVarargs() local
/third_party/node/deps/v8/src/builtins/arm/
Dbuiltins-arm.cc119 __ StackOverflowCheck(r0, scratch, &stack_overflow); in Generate_JSBuiltinsConstructStubHelper() local
255 __ StackOverflowCheck(r0, r5, &stack_overflow); in Generate_JSConstructStubGeneric() local
761 __ StackOverflowCheck(r6, r5, &stack_overflow); in Generate_JSEntryTrampolineHelper() local
1495 __ StackOverflowCheck(r3, r4, &stack_overflow); in Generate_InterpreterPushArgsThenCallImpl() local
1542 __ StackOverflowCheck(r0, r6, &stack_overflow); in Generate_InterpreterPushArgsThenConstructImpl() local
2104 __ StackOverflowCheck(r4, scratch, &stack_overflow); in Generate_CallOrConstructVarargs() local
2186 __ StackOverflowCheck(r5, scratch, &stack_overflow); in Generate_CallOrConstructForwardVarargs() local
/third_party/node/deps/v8/src/builtins/arm64/
Dbuiltins-arm64.cc96 __ StackOverflowCheck(x0, &stack_overflow); in Generate_JSBuiltinsConstructStubHelper() local
322 __ StackOverflowCheck(x10, &stack_overflow); in Generate_JSConstructStubGeneric() local
894 __ StackOverflowCheck(slots_to_claim, &stack_overflow); in Generate_JSEntryTrampolineHelper() local
1678 __ StackOverflowCheck(slots_to_claim, &stack_overflow); in GenerateInterpreterPushArgs() local
2461 __ StackOverflowCheck(len, &stack_overflow); in Generate_CallOrConstructVarargs() local
2541 __ StackOverflowCheck(len, &stack_overflow); in Generate_CallOrConstructForwardVarargs() local
/third_party/node/deps/v8/src/builtins/riscv64/
Dbuiltins-riscv64.cc256 __ StackOverflowCheck(a0, temps.Acquire(), temps.Acquire(), in Generate_JSConstructStubGeneric() local
1553 __ StackOverflowCheck(a3, a4, t0, &stack_overflow); in Generate_InterpreterPushArgsThenCallImpl() local
1596 __ StackOverflowCheck(a0, a5, t0, &stack_overflow); in Generate_InterpreterPushArgsThenConstructImpl() local
2228 __ StackOverflowCheck(len, kScratchReg, a5, &stack_overflow); in Generate_CallOrConstructVarargs() local
2315 __ StackOverflowCheck(a7, a4, a5, &stack_overflow); in Generate_CallOrConstructForwardVarargs() local
2498 __ StackOverflowCheck(a4, temps.Acquire(), temps.Acquire(), nullptr, in Generate_PushBoundArguments() local
/third_party/node/deps/v8/src/builtins/x64/
Dbuiltins-x64.cc120 __ StackOverflowCheck(rax, &stack_overflow, Label::kFar); in Generate_JSBuiltinsConstructStubHelper() local
260 __ StackOverflowCheck(rax, &stack_overflow); in Generate_JSConstructStubGeneric() local
631 __ StackOverflowCheck(rax, &stack_overflow, Label::kNear); in Generate_JSEntryTrampolineHelper() local
1442 __ StackOverflowCheck(rcx, &stack_overflow); in Generate_InterpreterPushArgsThenCallImpl() local
1498 __ StackOverflowCheck(rax, &stack_overflow); in Generate_InterpreterPushArgsThenConstructImpl() local
2198 __ StackOverflowCheck(rcx, &stack_overflow, Label::kNear); in Generate_CallOrConstructVarargs() local
2281 __ StackOverflowCheck(r8, &stack_overflow, Label::kNear); in Generate_CallOrConstructForwardVarargs() local
/third_party/node/deps/v8/src/builtins/loong64/
Dbuiltins-loong64.cc243 __ StackOverflowCheck(a0, t0, t1, &stack_overflow); in Generate_JSConstructStubGeneric() local
1483 __ StackOverflowCheck(a3, a4, t0, &stack_overflow); in Generate_InterpreterPushArgsThenCallImpl() local
1527 __ StackOverflowCheck(a0, a5, t0, &stack_overflow); in Generate_InterpreterPushArgsThenConstructImpl() local
2122 __ StackOverflowCheck(len, kScratchReg, a5, &stack_overflow); in Generate_CallOrConstructVarargs() local
2198 __ StackOverflowCheck(a7, a4, a5, &stack_overflow); in Generate_CallOrConstructForwardVarargs() local
/third_party/node/deps/v8/src/builtins/mips64/
Dbuiltins-mips64.cc243 __ StackOverflowCheck(a0, t0, t1, &stack_overflow); in Generate_JSConstructStubGeneric() local
1482 __ StackOverflowCheck(a3, a4, t0, &stack_overflow); in Generate_InterpreterPushArgsThenCallImpl() local
1526 __ StackOverflowCheck(a0, a5, t0, &stack_overflow); in Generate_InterpreterPushArgsThenConstructImpl() local
2119 __ StackOverflowCheck(len, kScratchReg, a5, &stack_overflow); in Generate_CallOrConstructVarargs() local
2195 __ StackOverflowCheck(a7, a4, a5, &stack_overflow); in Generate_CallOrConstructForwardVarargs() local
/third_party/node/deps/v8/src/codegen/ia32/
Dmacro-assembler-ia32.h655 void StackOverflowCheck(Register num_args, Register scratch,
Dmacro-assembler-ia32.cc1227 void MacroAssembler::StackOverflowCheck(Register num_args, Register scratch, in CallRecordWriteStub() function in v8::internal::MacroAssembler
1282 StackOverflowCheck(expected_parameter_count, edx, &stack_overflow); in CallRecordWriteStub()
/third_party/node/deps/v8/src/builtins/mips/
Dbuiltins-mips.cc242 __ StackOverflowCheck(a0, t0, t1, &stack_overflow); in Generate_JSConstructStubGeneric() local
1475 __ StackOverflowCheck(t0, t4, t1, &stack_overflow); in Generate_InterpreterPushArgsThenCallImpl() local
1519 __ StackOverflowCheck(a0, t1, t0, &stack_overflow); in Generate_InterpreterPushArgsThenConstructImpl() local
2071 __ StackOverflowCheck(t0, kScratchReg, t1, &stack_overflow); in Generate_CallOrConstructVarargs() local
2142 __ StackOverflowCheck(t2, t0, t1, &stack_overflow); in Generate_CallOrConstructForwardVarargs() local
/third_party/node/deps/v8/src/codegen/x64/
Dmacro-assembler-x64.h903 void StackOverflowCheck(
Dmacro-assembler-x64.cc2604 void MacroAssembler::StackOverflowCheck( in CallRecordWriteStub() function in v8::internal::MacroAssembler
2649 StackOverflowCheck(expected_parameter_count, &stack_overflow); in CallRecordWriteStub()
/third_party/node/deps/v8/src/codegen/arm/
Dmacro-assembler-arm.h825 void StackOverflowCheck(Register num_args, Register scratch,
Dmacro-assembler-arm.cc1573 void MacroAssembler::StackOverflowCheck(Register num_args, Register scratch, in CallRecordWriteStub() function in v8::internal::MacroAssembler
1614 StackOverflowCheck(expected_parameter_count, scratch, &stack_overflow); in CallRecordWriteStub()
/third_party/node/deps/v8/src/codegen/loong64/
Dmacro-assembler-loong64.h1007 void StackOverflowCheck(Register num_args, Register scratch1,
Dmacro-assembler-loong64.cc2962 void MacroAssembler::StackOverflowCheck(Register num_args, Register scratch1, in CallRecordWriteStub() function in v8::internal::MacroAssembler
3007 StackOverflowCheck(expected_parameter_count, t0, t1, &stack_overflow); in CallRecordWriteStub()
/third_party/node/deps/v8/src/codegen/mips64/
Dmacro-assembler-mips64.h1193 void StackOverflowCheck(Register num_args, Register scratch1,
/third_party/node/deps/v8/src/codegen/mips/
Dmacro-assembler-mips.h1106 void StackOverflowCheck(Register num_args, Register scratch1,
/third_party/node/deps/v8/src/codegen/riscv64/
Dmacro-assembler-riscv64.h1248 void StackOverflowCheck(Register num_args, Register scratch1,
/third_party/node/deps/v8/src/codegen/arm64/
Dmacro-assembler-arm64.cc2281 void MacroAssembler::StackOverflowCheck(Register num_args, in StackOverflowCheck() function in v8::internal::MacroAssembler
2355 StackOverflowCheck(slots_to_claim, &stack_overflow); in InvokePrologue()
Dmacro-assembler-arm64.h2054 void StackOverflowCheck(Register num_args, Label* stack_overflow);
/third_party/node/deps/v8/src/codegen/ppc/
Dmacro-assembler-ppc.h1303 void StackOverflowCheck(Register num_args, Register scratch,
Dmacro-assembler-ppc.cc1428 void MacroAssembler::StackOverflowCheck(Register num_args, Register scratch, in CallRecordWriteStub() function in v8::internal::MacroAssembler
1471 StackOverflowCheck(expected_parameter_count, scratch, &stack_overflow); in CallRecordWriteStub()

12