Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_runtime_options.h446 size_t MaxNonmovableSpaceCapacity() const in MaxNonmovableSpaceCapacity() function
/arkcompiler/ets_runtime/ecmascript/mem/
Dheap.cpp74 nonmovableSpaceCapacity = ecmaVm_->GetJSOptions().MaxNonmovableSpaceCapacity(); in Initialize()