Searched refs:maxStackSize (Results 1 – 1 of 1) sorted by relevance
60 size_t maxStackSize = vm->GetEcmaParamConfiguration().GetMaxStackSize(); in Create() local62 vm->GetNativeAreaAllocator()->Allocate(sizeof(JSTaggedType) * maxStackSize)); in Create()63 jsThread->glueData_.currentFrame_ = jsThread->glueData_.frameBase_ + maxStackSize; in Create()677 size_t maxStackSize = vm_->GetEcmaParamConfiguration().GetMaxStackSize(); in IsLegalThreadSp() local678 uintptr_t top = bottom + maxStackSize; in IsLegalThreadSp()712 size_t maxStackSize = vm_->GetEcmaParamConfiguration().GetMaxStackSize(); in PushContext() local714 vm_->GetNativeAreaAllocator()->Allocate(sizeof(JSTaggedType) * maxStackSize))); in PushContext()715 context->SetFramePointers(context->GetFrameBase() + maxStackSize, nullptr, nullptr); in PushContext()