Home
last modified time | relevance | path

Searched defs:stackSize (Results 1 – 13 of 13) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/regexp/ecmascript/
Dregexp_executor.cpp37 uint32_t stackSize = sizeof(uintptr_t) * nStack_; in Execute() local
275 size_t stackSize = sizeof(uintptr_t) * nStack_; in PushRegExpState() local
301 size_t stackSize = sizeof(uintptr_t) * nStack_; in PopRegExpState() local
326 size_t stackSize = stateStackSize_ * stateSize_; in ReAllocStack() local
/arkcompiler/runtime_core/static_core/runtime/tooling/sampler/
Dsample_reader-inl.h84 … size_t stackSize = ReadUintptrTBitMisaligned(&buffer_[bufferCounter + SAMPLE_STACK_SIZE_OFFSET]); in SampleReader() local
/arkcompiler/ets_runtime/ecmascript/regexp/
Dregexp_executor.cpp34 uint32_t stackSize = sizeof(uintptr_t) * nStack_; in Execute() local
370 auto stackSize = stateStackSize_ * sizeof(RegExpState); in ReAllocStack() local
/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/inline_ir/
Dpatch_return_handler_stack_adjustment.cpp82 auto stackSize = frameInfo.getStackSize(); in runOnMachineFunction() local
/arkcompiler/runtime_core/static_core/libllvmbackend/object_code/
Dcode_info_producer.cpp100 …deInfoProducer::GetArkFrameSlot(const LLVMStackMap::LocationAccessor &location, uint64_t stackSize, in GetArkFrameSlot()
138 …gned CodeInfoProducer::CollectRoots(const LLVMStackMap::RecordAccessor &record, uint64_t stackSize, in CollectRoots()
295 uint64_t stackSize = compilation_->GetMethodStackSize(method); in ConvertStackMaps() local
/arkcompiler/runtime_core/static_core/runtime/coroutines/
Dstackful_coroutine.cpp43 bool StackfulCoroutineContext::RetrieveStackInfo(void *&stackAddr, size_t &stackSize, size_t &guard… in RetrieveStackInfo()
Dthreaded_coroutine.cpp83 bool ThreadedCoroutineContext::RetrieveStackInfo(void *&stackAddr, size_t &stackSize, size_t &guard… in RetrieveStackInfo()
Dcoroutine.cpp127 bool Coroutine::RetrieveStackInfo(void *&stackAddr, size_t &stackSize, size_t &guardSize) in RetrieveStackInfo()
/arkcompiler/runtime_core/static_core/libpandabase/mem/
Darena_allocator.cpp140 size_t stackSize = buff_.GetOccupiedSize(); in Resize() local
/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/
Dthread.cpp168 int ThreadGetStackInfo(NativeHandleType thread, void **stackAddr, size_t *stackSize, size_t *guardS… in ThreadGetStackInfo()
/arkcompiler/runtime_core/static_core/runtime/
Dthread.cpp317 bool ManagedThread::RetrieveStackInfo(void *&stackAddr, size_t &stackSize, size_t &guardSize) in RetrieveStackInfo()
330 size_t stackSize; in InitForStackOverflowCheck() local
/arkcompiler/ets_runtime/ecmascript/stackmap/llvm/
Dllvm_stackmap_type.h128 uint64_t stackSize; member
/arkcompiler/ets_runtime/ecmascript/base/
Dsort_helper.cpp166 const int stackSize = static_cast<int>(pending_.size()); in MergeAt() local