Home
last modified time | relevance | path

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

12

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/codegen/s390/
H A Dregister-s390.h103 const int kNumRequiredStackFrameSlots = 20; variable
118 const int kNumRequiredStackFrameSlots = 24; variable
H A Dmacro-assembler-s390.cc1218 lay(sp, MemOperand(sp, -kNumRequiredStackFrameSlots * kSystemPointerSize)); in EnterExitFrame()
1874 int stack_space = kNumRequiredStackFrameSlots; in PrepareCallCFunction()
1989 int stack_space = kNumRequiredStackFrameSlots + stack_passed_arguments; in CallCFunctionHelper()
/dports/lang/v8/v8-9.6.180.12/src/codegen/s390/
H A Dregister-s390.h103 const int kNumRequiredStackFrameSlots = 20; variable
118 const int kNumRequiredStackFrameSlots = 24; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/codegen/s390/
H A Dregister-s390.h103 const int kNumRequiredStackFrameSlots = 20; variable
118 const int kNumRequiredStackFrameSlots = 24; variable
H A Dmacro-assembler-s390.cc1241 lay(sp, MemOperand(sp, -kNumRequiredStackFrameSlots * kSystemPointerSize)); in EnterExitFrame()
1896 int stack_space = kNumRequiredStackFrameSlots; in PrepareCallCFunction()
2011 int stack_space = kNumRequiredStackFrameSlots + stack_passed_arguments; in CallCFunctionHelper()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/codegen/ppc/
H A Dregister-ppc.h155 const int kNumRequiredStackFrameSlots = 12; variable
170 const int kNumRequiredStackFrameSlots = 14; variable
H A Dmacro-assembler-ppc.cc1066 StorePU(r0, MemOperand(sp, -kNumRequiredStackFrameSlots * kPointerSize)); in EnterExitFrame()
1822 int stack_space = kNumRequiredStackFrameSlots; in PrepareCallCFunction()
1965 int stack_space = kNumRequiredStackFrameSlots + stack_passed_arguments; in CallCFunctionHelper()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/codegen/ppc/
H A Dregister-ppc.h155 const int kNumRequiredStackFrameSlots = 12; variable
170 const int kNumRequiredStackFrameSlots = 14; variable
H A Dmacro-assembler-ppc.cc1221 MemOperand(sp, -kNumRequiredStackFrameSlots * kSystemPointerSize)); in EnterExitFrame()
1981 int stack_space = kNumRequiredStackFrameSlots; in PrepareCallCFunction()
2126 int stack_space = kNumRequiredStackFrameSlots + stack_passed_arguments; in CallCFunctionHelper()
/dports/lang/v8/v8-9.6.180.12/src/codegen/ppc/
H A Dregister-ppc.h159 const int kNumRequiredStackFrameSlots = 12; variable
174 const int kNumRequiredStackFrameSlots = 14; variable
H A Dmacro-assembler-ppc.cc1357 r0, MemOperand(sp, -kNumRequiredStackFrameSlots * kSystemPointerSize)); in CallRecordWriteStub()
2245 int stack_space = kNumRequiredStackFrameSlots; in CallRecordWriteStub()
2391 int stack_space = kNumRequiredStackFrameSlots + stack_passed_arguments; in CallRecordWriteStub()
/dports/lang/v8/v8-9.6.180.12/src/regexp/s390/
H A Dregexp-macro-assembler-s390.cc1186 sp, MemOperand(sp, (kNumRequiredStackFrameSlots * kSystemPointerSize))); in CallCheckStackGuardState()
1189 MemOperand(sp, (kNumRequiredStackFrameSlots * kSystemPointerSize))); in CallCheckStackGuardState()
1332 sp, MemOperand(sp, (kNumRequiredStackFrameSlots * kSystemPointerSize))); in CallCFunctionUsingStub()
1335 MemOperand(sp, (kNumRequiredStackFrameSlots * kSystemPointerSize))); in CallCFunctionUsingStub()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/regexp/s390/
H A Dregexp-macro-assembler-s390.cc1116 sp, MemOperand(sp, (kNumRequiredStackFrameSlots * kSystemPointerSize))); in CallCheckStackGuardState()
1119 MemOperand(sp, (kNumRequiredStackFrameSlots * kSystemPointerSize))); in CallCheckStackGuardState()
1262 sp, MemOperand(sp, (kNumRequiredStackFrameSlots * kSystemPointerSize))); in CallCFunctionUsingStub()
1265 MemOperand(sp, (kNumRequiredStackFrameSlots * kSystemPointerSize))); in CallCFunctionUsingStub()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/regexp/s390/
H A Dregexp-macro-assembler-s390.cc1112 sp, MemOperand(sp, (kNumRequiredStackFrameSlots * kSystemPointerSize))); in CallCheckStackGuardState()
1115 MemOperand(sp, (kNumRequiredStackFrameSlots * kSystemPointerSize))); in CallCheckStackGuardState()
1258 sp, MemOperand(sp, (kNumRequiredStackFrameSlots * kSystemPointerSize))); in CallCFunctionUsingStub()
1261 MemOperand(sp, (kNumRequiredStackFrameSlots * kSystemPointerSize))); in CallCFunctionUsingStub()
/dports/www/node10/node-v10.24.1/deps/v8/src/ppc/
H A Dassembler-ppc.h230 const int kNumRequiredStackFrameSlots = 12; variable
246 const int kNumRequiredStackFrameSlots = 14; variable
248 const int kNumRequiredStackFrameSlots = 16; variable
257 const int kNumRequiredStackFrameSlots = 4; variable
H A Dcode-stubs-ppc.cc311 __ StorePU(r0, MemOperand(sp, -kNumRequiredStackFrameSlots * kPointerSize)); in Generate()
315 __ addi(sp, sp, Operand(kNumRequiredStackFrameSlots * kPointerSize)); in Generate()
H A Dmacro-assembler-ppc.cc1094 StorePU(r0, MemOperand(sp, -kNumRequiredStackFrameSlots * kPointerSize)); in EnterExitFrame()
1970 int stack_space = kNumRequiredStackFrameSlots; in PrepareCallCFunction()
2058 int stack_space = kNumRequiredStackFrameSlots + stack_passed_arguments; in CallCFunctionHelper()
/dports/www/node10/node-v10.24.1/deps/v8/src/s390/
H A Dcode-stubs-s390.cc340 kNumRequiredStackFrameSlots * kPointerSize)); in Generate()
357 kNumRequiredStackFrameSlots * kPointerSize)); in Generate()
H A Dassembler-s390.h211 const int kNumRequiredStackFrameSlots = 20; variable
226 const int kNumRequiredStackFrameSlots = 24; variable
H A Dmacro-assembler-s390.cc1118 lay(sp, MemOperand(sp, -kNumRequiredStackFrameSlots * kPointerSize)); in EnterExitFrame()
1867 int stack_space = kNumRequiredStackFrameSlots; in PrepareCallCFunction()
1943 int stack_space = kNumRequiredStackFrameSlots + stack_passed_arguments; in CallCFunctionHelper()
/dports/www/node10/node-v10.24.1/deps/v8/src/regexp/s390/
H A Dregexp-macro-assembler-s390.cc1220 __ LoadP(sp, MemOperand(sp, (kNumRequiredStackFrameSlots * kPointerSize))); in CallCFunctionUsingStub()
1222 __ la(sp, MemOperand(sp, (kNumRequiredStackFrameSlots * kPointerSize))); in CallCFunctionUsingStub()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/regexp/ppc/
H A Dregexp-macro-assembler-ppc.cc1119 int stack_space = kNumRequiredStackFrameSlots; in CallCheckStackGuardState()
1161 stack_space = kNumRequiredStackFrameSlots + stack_passed_arguments; in CallCheckStackGuardState()
/dports/www/node10/node-v10.24.1/deps/v8/src/regexp/ppc/
H A Dregexp-macro-assembler-ppc.cc1100 int stack_space = kNumRequiredStackFrameSlots; in CallCheckStackGuardState()
1137 stack_space = kNumRequiredStackFrameSlots + stack_passed_arguments; in CallCheckStackGuardState()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/regexp/ppc/
H A Dregexp-macro-assembler-ppc.cc1118 int stack_space = kNumRequiredStackFrameSlots; in CallCheckStackGuardState()
1161 stack_space = kNumRequiredStackFrameSlots + stack_passed_arguments; in CallCheckStackGuardState()
/dports/lang/v8/v8-9.6.180.12/src/regexp/ppc/
H A Dregexp-macro-assembler-ppc.cc1179 int stack_space = kNumRequiredStackFrameSlots; in CallCheckStackGuardState()
1222 stack_space = kNumRequiredStackFrameSlots + stack_passed_arguments; in CallCheckStackGuardState()

12