Home
last modified time | relevance | path

Searched refs:stackSpace (Results 1 – 25 of 59) sorted by relevance

123

/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/src/qml/jsruntime/
H A Dqv4stackframe_p.h117 void setupJSFrame(Value *stackSpace, const Value &function, const Heap::ExecutionContext *scope,
119 setupJSFrame(stackSpace, function, scope, thisObject, newTarget,
122 void setupJSFrame(Value *stackSpace, const Value &function, const Heap::ExecutionContext *scope, in setupJSFrame()
125 jsFrame = reinterpret_cast<CallData *>(stackSpace); in setupJSFrame()
145 const Value * tdzEnd = stackSpace + firstDeadZoneRegister + registerDeadZoneSize; in setupJSFrame()
146 for (Value *v = stackSpace + firstDeadZoneRegister; v < tdzEnd; ++v) in setupJSFrame()
/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/src/qml/jsruntime/
H A Dqv4stackframe_p.h117 void setupJSFrame(Value *stackSpace, const Value &function, const Heap::ExecutionContext *scope,
119 setupJSFrame(stackSpace, function, scope, thisObject, newTarget,
122 void setupJSFrame(Value *stackSpace, const Value &function, const Heap::ExecutionContext *scope, in setupJSFrame()
125 jsFrame = reinterpret_cast<CallData *>(stackSpace); in setupJSFrame()
145 const Value * tdzEnd = stackSpace + firstDeadZoneRegister + registerDeadZoneSize; in setupJSFrame()
146 for (Value *v = stackSpace + firstDeadZoneRegister; v < tdzEnd; ++v) in setupJSFrame()
/dports/lang/gnustep-base/libs-base-base-1_27_0/Source/Additions/
H A DGSTypeEncoding.c187 unsigned stackSpace; member
221 state.stackSpace = sizeof(ParserStackElement) * ParserInitialStackSize; in GSObjCParseTypeSpecification()
223 state.stack = malloc(state.stackSpace + state.bufferSpace); in GSObjCParseTypeSpecification()
224 state.buffer = (void *)state.stack + state.stackSpace; in GSObjCParseTypeSpecification()
332 unsigned stackSpace; in GSObjCParseTypeSpecification() local
337 stackSpace = sizeof(ParserStackElement) * state.allocated; in GSObjCParseTypeSpecification()
339 data = malloc(stackSpace + bufferSpace); in GSObjCParseTypeSpecification()
340 memcpy(data, state.stack, state.stackSpace); in GSObjCParseTypeSpecification()
341 memcpy(data + stackSpace, state.buffer, state.bufferSpace); in GSObjCParseTypeSpecification()
344 state.buffer = (void *)data + stackSpace; in GSObjCParseTypeSpecification()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Runtime.Numerics/src/System/Numerics/
H A DBigNumber.cs521 Span<char> stackSpace = stackalloc char[128]; // each byte is typically two chars in FormatBigIntegerToHex()
522 var sb = new ValueStringBuilder(stackSpace); in FormatBigIntegerToHex()
731 Span<char> stackSpace = stackalloc char[128]; // arbitrary stack cut-off in FormatBigInteger()
732 var sb = new ValueStringBuilder(stackSpace); in FormatBigInteger()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/tests/Tests/System/Text/
H A DValueStringBuilderTests.cs233 Span<char> stackSpace = stackalloc char[Text2.Length]; in Length_Growing_SetsNulls()
234 var vsb2 = new ValueStringBuilder(stackSpace); in Length_Growing_SetsNulls()
237 …Assert.True(Text2.AsReadOnlySpan().SequenceEqual(stackSpace), "existing stack buffer should have b… in Length_Growing_SetsNulls()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.IO.FileSystem/src/System/IO/
H A DDosMatcher.cs29 Span<char> stackSpace = stackalloc char[expression.Length]; in TranslateExpression()
30 ValueStringBuilder sb = new ValueStringBuilder(stackSpace); in TranslateExpression()
/dports/security/xray-core/Xray-core-1.5.0/vendor/go.starlark.net/starlark/
H A Dprofile.go161 ev.stack = ev.stackSpace[:0]
178 stackSpace [8]profFrame // initial space for stack member
/dports/net/v2ray/v2ray-core-4.36.2/vendor/go.starlark.net/starlark/
H A Dprofile.go161 ev.stack = ev.stackSpace[:0]
178 stackSpace [8]profFrame // initial space for stack member
/dports/sysutils/kubectl/kubernetes-1.22.2/vendor/go.starlark.net/starlark/
H A Dprofile.go161 ev.stack = ev.stackSpace[:0]
178 stackSpace [8]profFrame // initial space for stack member
/dports/devel/bazel-buildtools/buildtools-3.2.1/vendor/go.starlark.net/starlark/
H A Dprofile.go161 ev.stack = ev.stackSpace[:0]
178 stackSpace [8]profFrame // initial space for stack member
/dports/www/kf5-kjs/kjs-5.89.0/src/kjs/
H A Dfunction.cpp161 LocalStorageEntry *stackSpace = nullptr; in callAsFunction() local
166 stackSpace = (LocalStorageEntry *)exec->dynamicInterpreter()->stackAlloc(stackSize); in callAsFunction()
169 activation->setup(&newExec, this, &args, stackSpace); in callAsFunction()
172 newExec.initLocalStorage(stackSpace, regs); in callAsFunction()
H A Dfunction.h191 LocalStorageEntry *stackSpace);
/dports/lang/polyml/polyml-5.8.2/mlsource/MLCompiler/CodeTree/X86Code/
H A DX86FOREIGNCALL.sml175 val stackSpace = value
682 val stackSpace = Word.toInt(resultOffset + resultSize) value
685 val align = stackSpace mod 16
692 val stackToAllocate = stackSpace + (if align = 0 then 0 else 16-align) + 4
1461 | moveSysV64Args(arg::args, stackSpace, argOffset, gRegs, fpRegs, moveFromStack) =
1473 … moveSysV64Args(args, stackSpace, newArgOffset+size, gRegs', fpRegs', moveFromStack)
1478 … moveSysV64Args(args, stackSpace, newArgOffset+size, gRegs', fpRegs', moveFromStack)
1484 … moveSysV64Args(args, stackSpace, newArgOffset+size, gRegs', fpRegs', moveFromStack)
1490 … moveSysV64Args(args, stackSpace, newArgOffset+size, gRegs', fpRegs', moveFromStack)
1496 … moveSysV64Args(args, stackSpace, newArgOffset+size, gRegs', fpRegs', moveFromStack)
[all …]
/dports/lang/polyml/polyml-5.8.2/libpolyml/
H A Dmemmgr.cpp1282 uintptr_t stackSpace = 0; in ReportHeapSizes() local
1285 stackSpace += (*s)->spaceSize(); in ReportHeapSizes()
1287 Log("Heap: Stack area: total "); LogSize(stackSpace); Log("\n"); in ReportHeapSizes()
/dports/lang/gnustep-base/libs-base-base-1_27_0/Source/
H A DGSTimSort.m552 NSUInteger stackSpace = 0;
583 stackSpace = (sortLength < 120 ? 5 :
586 runStack = malloc(sizeof(NSRange) * stackSpace);
/dports/databases/sqlcipher/sqlcipher-3.4.2/ext/misc/
H A Dspellfix.c918 unsigned int stackSpace[SQLITE_SPELLFIX_STACKALLOC_SZ/sizeof(unsigned int)]; in editDist3Core() local
924 if( nByte<=sizeof(stackSpace) ){ in editDist3Core()
925 m = stackSpace; in editDist3Core()
/dports/databases/sqlite3/sqlite-src-3350500/ext/misc/
H A Dspellfix.c1008 unsigned int stackSpace[SQLITE_SPELLFIX_STACKALLOC_SZ/sizeof(unsigned int)]; in editDist3Core() local
1014 if( nByte<=sizeof(stackSpace) ){ in editDist3Core()
1015 m = stackSpace; in editDist3Core()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/ext/misc/
H A Dspellfix.c1008 unsigned int stackSpace[SQLITE_SPELLFIX_STACKALLOC_SZ/sizeof(unsigned int)]; in editDist3Core() local
1014 if( nByte<=sizeof(stackSpace) ){ in editDist3Core()
1015 m = stackSpace; in editDist3Core()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/ext/misc/
H A Dspellfix.c1008 unsigned int stackSpace[SQLITE_SPELLFIX_STACKALLOC_SZ/sizeof(unsigned int)]; in editDist3Core() local
1014 if( nByte<=sizeof(stackSpace) ){ in editDist3Core()
1015 m = stackSpace; in editDist3Core()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/jit/x86-shared/
H A DCodeGenerator-x86-shared.cpp2524 unsigned stackSpace = Simd128DataSize * (numVectors + 1); in visitSimdGeneralShuffle() local
2525 masm.reserveStack(stackSpace); in visitSimdGeneralShuffle()
2559 masm.freeStack(stackSpace); in visitSimdGeneralShuffle()
2564 masm.setFramePushed(masm.framePushed() + stackSpace); in visitSimdGeneralShuffle()
2565 masm.freeStack(stackSpace); in visitSimdGeneralShuffle()
/dports/databases/percona56-client/percona-server-5.6.51-91.0/storage/ndb/include/ndbapi/
H A DNdbOperation.hpp1247 Uint32* stackSpace,
/dports/databases/percona56-server/percona-server-5.6.51-91.0/storage/ndb/include/ndbapi/
H A DNdbOperation.hpp1247 Uint32* stackSpace,
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/storage/ndb/include/ndbapi/
H A DNdbOperation.hpp1247 Uint32* stackSpace,
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/storage/ndb/include/ndbapi/
H A DNdbOperation.hpp1268 Uint32* stackSpace,
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/ndb/include/ndbapi/
H A DNdbOperation.hpp1276 Uint32* stackSpace,

123