Home
last modified time | relevance | path

Searched refs:GetDefalutStackSize (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Decma_param_configuration.h161 static size_t GetDefalutStackSize() in GetDefalutStackSize() function
Djs_thread.cpp505 size_t result = GetCurrentStackPosition() - EcmaParamConfiguration::GetDefalutStackSize(); in GetAsmStackLimit()