Home
last modified time | relevance | path

Searched defs:defaultSize (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/platform/common/
Dparameters.cpp24 size_t GetPoolSize(size_t defaultSize) in GetPoolSize()
34 uint64_t GetCMCMaxGarbageCacheSize(uint64_t defaultSize) in GetCMCMaxGarbageCacheSize()
/arkcompiler/ets_runtime/ecmascript/platform/unix/ohos/
Dparameters.cpp33 size_t GetPoolSize(size_t defaultSize) in GetPoolSize()
51 uint64_t GetCMCMaxGarbageCacheSize(uint64_t defaultSize) in GetCMCMaxGarbageCacheSize()
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ani/tests/module_ops/
Dmodule_find_class_test.cpp251 const int32_t defaultSize = 100; in TEST_F() local
/arkcompiler/ets_runtime/ecmascript/
Druntime.cpp184 uint64_t defaultSize = options.GetCMCMaxGarbageCacheSize(); in InitGCConfig() local
/arkcompiler/ets_runtime/ecmascript/jit/
Djit.cpp69 uint32_t defaultSize = 150; in SetJitEnablePostFork() local