Home
last modified time | relevance | path

Searched refs:builtin_exit_frame (Results 1 – 25 of 36) sorted by relevance

12

/third_party/node/deps/v8/src/compiler/
Djs-graph.cc22 ArgvMode argv_mode, bool builtin_exit_frame) { in CEntryStubConstant() argument
26 if (!builtin_exit_frame) { in CEntryStubConstant()
38 argv_mode, builtin_exit_frame))); in CEntryStubConstant()
40 Node** ptr = builtin_exit_frame ? &CEntryStub1WithBuiltinExitFrameConstant_ in CEntryStubConstant()
44 argv_mode, builtin_exit_frame))); in CEntryStubConstant()
47 argv_mode, builtin_exit_frame)); in CEntryStubConstant()
Djs-graph.h43 ArgvMode argv_mode = ArgvMode::kStack, bool builtin_exit_frame = false);
/third_party/node/deps/v8/src/codegen/
Dcode-factory.h34 ArgvMode argv_mode = ArgvMode::kStack, bool builtin_exit_frame = false);
Dcode-factory.cc27 ArgvMode argv_mode, bool builtin_exit_frame) { in CEntry() argument
32 const bool be = builtin_exit_frame; in CEntry()
/third_party/node/deps/v8/src/builtins/
Dbuiltins.h231 bool builtin_exit_frame);
Dbuiltins-internal-gen.cc1074 const bool builtin_exit_frame = true; in TF_BUILTIN() local
1077 ArgvMode::kStack, builtin_exit_frame)); in TF_BUILTIN()
/third_party/node/deps/v8/src/codegen/ia32/
Dmacro-assembler-ia32.h622 bool builtin_exit_frame = false);
Dmacro-assembler-ia32.cc1198 bool builtin_exit_frame) { in CallRecordWriteStub() argument
1203 ArgvMode::kStack, builtin_exit_frame); in CallRecordWriteStub()
/third_party/node/deps/v8/src/codegen/x64/
Dmacro-assembler-x64.h885 bool builtin_exit_frame = false);
Dmacro-assembler-x64.cc777 bool builtin_exit_frame) { in CallRecordWriteStub() argument
783 ArgvMode::kStack, builtin_exit_frame); in CallRecordWriteStub()
/third_party/node/deps/v8/src/codegen/arm/
Dmacro-assembler-arm.h795 bool builtin_exit_frame = false);
Dmacro-assembler-arm.cc1966 bool builtin_exit_frame) { in CallRecordWriteStub() argument
1973 ArgvMode::kStack, builtin_exit_frame); in CallRecordWriteStub()
/third_party/node/deps/v8/src/codegen/loong64/
Dmacro-assembler-loong64.h975 bool builtin_exit_frame = false);
/third_party/node/deps/v8/src/builtins/ia32/
Dbuiltins-ia32.cc2989 bool builtin_exit_frame) { in Generate_CEntry() argument
3019 DCHECK(!builtin_exit_frame); in Generate_CEntry()
3028 builtin_exit_frame ? StackFrame::BUILTIN_EXIT : StackFrame::EXIT); in Generate_CEntry()
/third_party/node/deps/v8/src/codegen/mips64/
Dmacro-assembler-mips64.h1161 bool builtin_exit_frame = false);
/third_party/node/deps/v8/src/codegen/mips/
Dmacro-assembler-mips.h1074 bool builtin_exit_frame = false);
/third_party/node/deps/v8/src/builtins/x64/
Dbuiltins-x64.cc4209 bool builtin_exit_frame) { in Generate_CEntry() argument
4249 DCHECK(!builtin_exit_frame); in Generate_CEntry()
4256 builtin_exit_frame ? StackFrame::BUILTIN_EXIT : StackFrame::EXIT); in Generate_CEntry()
/third_party/node/deps/v8/src/codegen/riscv64/
Dmacro-assembler-riscv64.h1216 bool builtin_exit_frame = false);
/third_party/node/deps/v8/src/codegen/arm64/
Dmacro-assembler-arm64.cc1690 bool builtin_exit_frame) { in JumpToExternalReference() argument
1695 ArgvMode::kStack, builtin_exit_frame); in JumpToExternalReference()
/third_party/node/deps/v8/src/codegen/ppc/
Dmacro-assembler-ppc.h1273 bool builtin_exit_frame = false);
/third_party/node/deps/v8/src/builtins/ppc/
Dbuiltins-ppc.cc2956 bool builtin_exit_frame) { in Generate_CEntry() argument
2994 builtin_exit_frame ? StackFrame::BUILTIN_EXIT : StackFrame::EXIT); in Generate_CEntry()
/third_party/node/deps/v8/src/builtins/s390/
Dbuiltins-s390.cc2991 bool builtin_exit_frame) { in Generate_CEntry() argument
3033 builtin_exit_frame ? StackFrame::BUILTIN_EXIT : StackFrame::EXIT); in Generate_CEntry()
/third_party/node/deps/v8/src/builtins/loong64/
Dbuiltins-loong64.cc2776 bool builtin_exit_frame) { in Generate_CEntry() argument
2800 builtin_exit_frame ? StackFrame::BUILTIN_EXIT : StackFrame::EXIT); in Generate_CEntry()
/third_party/node/deps/v8/src/builtins/arm/
Dbuiltins-arm.cc2738 bool builtin_exit_frame) { in Generate_CEntry() argument
2764 builtin_exit_frame ? StackFrame::BUILTIN_EXIT : StackFrame::EXIT); in Generate_CEntry()
/third_party/node/deps/v8/src/builtins/arm64/
Dbuiltins-arm64.cc3144 bool builtin_exit_frame) { in Generate_CEntry() argument
3201 builtin_exit_frame ? StackFrame::BUILTIN_EXIT : StackFrame::EXIT); in Generate_CEntry()

12