Home
last modified time | relevance | path

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

/ark/js_runtime/ecmascript/
Djs_thread.cpp206 … if (lastIndex > MIN_HANDLE_STORAGE_SIZE && currentHandleStorageIndex_ < MIN_HANDLE_STORAGE_SIZE) { in ShrinkHandleStorage()
207 for (int i = MIN_HANDLE_STORAGE_SIZE; i < lastIndex; i++) { in ShrinkHandleStorage()
Djs_thread.h394 static constexpr int32_t MIN_HANDLE_STORAGE_SIZE = 2; variable