Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
H A Decma_context.cpp1046 if (lastIndex > MIN_HANDLE_STORAGE_SIZE && currentHandleStorageIndex_ < MIN_HANDLE_STORAGE_SIZE) { in ShrinkHandleStorage()
1047 for (int i = MIN_HANDLE_STORAGE_SIZE; i < lastIndex; i++) { in ShrinkHandleStorage()
H A Decma_context.h744 static constexpr int32_t MIN_HANDLE_STORAGE_SIZE = 2; member in panda::ecmascript::EcmaContext

Completed in 4 milliseconds