| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ |
| D | stack_info.cpp | 31 size_t stackSize; member 67 size_t stackSize {}; in UpdateStackInfoIfNeeded() local
|
| /arkcompiler/runtime_core/static_core/runtime/regexp/ecmascript/ |
| D | regexp_executor.cpp | 37 uint32_t stackSize = sizeof(uintptr_t) * nStack_; in Execute() local 276 size_t stackSize = sizeof(uintptr_t) * nStack_; in PushRegExpState() local 302 size_t stackSize = sizeof(uintptr_t) * nStack_; in PopRegExpState() local 327 size_t stackSize = stateStackSize_ * stateSize_; in ReAllocStack() local
|
| /arkcompiler/runtime_core/static_core/runtime/tooling/sampler/ |
| D | sample_reader-inl.h | 86 … size_t stackSize = ReadUintptrTBitMisaligned(&buffer_[bufferCounter + SAMPLE_STACK_SIZE_OFFSET]); in SampleReader() local
|
| /arkcompiler/ets_runtime/ecmascript/regexp/ |
| D | regexp_executor.cpp | 34 uint32_t stackSize = sizeof(uintptr_t) * nStack_; in Execute() local 373 auto stackSize = stateStackSize_ * sizeof(RegExpState); in ReAllocStack() local
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/inline_ir/ |
| D | patch_return_handler_stack_adjustment.cpp | 82 auto stackSize = frameInfo.getStackSize(); in runOnMachineFunction() local
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/object_code/ |
| D | code_info_producer.cpp | 100 …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/libpandabase/mem/ |
| D | arena_allocator.cpp | 141 size_t stackSize = buff_.GetOccupiedSize(); in Resize() local
|
| /arkcompiler/runtime_core/static_core/runtime/coroutines/ |
| D | stackful_coroutine.cpp | 66 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 | 170 bool Coroutine::RetrieveStackInfo(void *&stackAddr, size_t &stackSize, size_t &guardSize) in RetrieveStackInfo()
|
| /arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/ |
| D | thread.cpp | 163 int ThreadGetStackInfo(NativeHandleType thread, void **stackAddr, size_t *stackSize, size_t *guardS… in ThreadGetStackInfo()
|
| /arkcompiler/ets_runtime/common_components/heap/collector/ |
| D | finalizer_processor.cpp | 41 size_t stackSize = 1024 * KB; in Start() local
|
| /arkcompiler/ets_runtime/ecmascript/cross_vm/ |
| D | jsnapi_expo_hybrid.cpp | 63 size_t stackSize = stackStart - thread->GetStackLimit(); in GetStackInfo() local
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| D | thread.cpp | 303 bool ManagedThread::RetrieveStackInfo(void *&stackAddr, size_t &stackSize, size_t &guardSize) in RetrieveStackInfo() 316 size_t stackSize; in InitForStackOverflowCheck() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
| D | aarch64_proepilog.cpp | 332 void AArch64GenProEpilog::GenerateFrameTypeSave(SaveInfo& frameTypeInfo, int32 stackSize, int64 fpT… in GenerateFrameTypeSave() 356 void AArch64GenProEpilog::GenerateFunctionSave(SaveInfo& funcInfo, int32 stackSize, int64 fpToSpDis… in GenerateFunctionSave()
|
| /arkcompiler/ets_runtime/ecmascript/base/ |
| D | sort_helper.cpp | 166 const int stackSize = static_cast<int>(pending_.size()); in MergeAt() local
|
| /arkcompiler/ets_runtime/ecmascript/stackmap/llvm/ |
| D | llvm_stackmap_type.h | 135 uint64_t stackSize; member
|
| /arkcompiler/ets_runtime/ecmascript/napi/include/ |
| D | jsnapi_expo.h | 107 size_t stackSize; member
|
| /arkcompiler/toolchain/tooling/dynamic/agent/ |
| D | debugger_impl.cpp | 1983 int32_t stackSize = MAX_CALL_STACK_SIZE_TO_CAPTURE; in GenerateAsyncFrames() local
|