Searched defs:stackSize (Results 1 – 11 of 11) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/regexp/ |
| D | regexp_executor.cpp | 40 uint32_t stackSize = sizeof(uintptr_t) * nStack_; in Execute() local 309 size_t stackSize = sizeof(uintptr_t) * nStack_; in PushRegExpState() local 335 size_t stackSize = sizeof(uintptr_t) * nStack_; in PopRegExpState() local 361 auto stackSize = stateStackSize_ * stateSize_; in ReAllocStack() local
|
| /arkcompiler/runtime_core/static_core/runtime/regexp/ecmascript/ |
| D | regexp_executor.cpp | 37 uint32_t stackSize = sizeof(uintptr_t) * nStack_; in Execute() local 273 size_t stackSize = sizeof(uintptr_t) * nStack_; in PushRegExpState() local 299 size_t stackSize = sizeof(uintptr_t) * nStack_; in PopRegExpState() local 324 size_t stackSize = stateStackSize_ * stateSize_; in ReAllocStack() local
|
| /arkcompiler/runtime_core/static_core/runtime/tooling/sampler/ |
| D | sample_reader-inl.h | 84 … size_t stackSize = ReadUintptrTBitMisaligned(&buffer_[bufferCounter + SAMPLE_STACK_SIZE_OFFSET]); in SampleReader() local
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/inline_ir/ |
| D | patch_return_handler_stack_adjustment.cpp | 80 auto stackSize = frameInfo.getStackSize(); in runOnMachineFunction() local
|
| /arkcompiler/runtime_core/static_core/libpandabase/mem/ |
| D | arena_allocator.cpp | 140 size_t stackSize = buff_.GetOccupiedSize(); in Resize() local
|
| /arkcompiler/runtime_core/static_core/runtime/coroutines/ |
| D | stackful_coroutine.cpp | 43 bool StackfulCoroutineContext::RetrieveStackInfo(void *&stackAddr, size_t &stackSize, size_t &guard… in RetrieveStackInfo()
|
| D | threaded_coroutine.cpp | 83 bool ThreadedCoroutineContext::RetrieveStackInfo(void *&stackAddr, size_t &stackSize, size_t &guard… in RetrieveStackInfo()
|
| D | coroutine.cpp | 122 bool Coroutine::RetrieveStackInfo(void *&stackAddr, size_t &stackSize, size_t &guardSize) in RetrieveStackInfo()
|
| /arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/ |
| D | thread.cpp | 124 int ThreadGetStackInfo(NativeHandleType thread, void **stackAddr, size_t *stackSize, size_t *guardS… in ThreadGetStackInfo()
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| D | thread.cpp | 301 bool ManagedThread::RetrieveStackInfo(void *&stackAddr, size_t &stackSize, size_t &guardSize) in RetrieveStackInfo() 314 size_t stackSize; in InitForStackOverflowCheck() local
|
| /arkcompiler/ets_runtime/ecmascript/stackmap/ |
| D | llvm_stackmap_type.h | 128 uint64_t stackSize; member
|