Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
H A Decma_context.cpp1098 if (lastIndex > MIN_PRIMITIVE_STORAGE_SIZE && currentPrimitiveStorageIndex_ < MIN_PRIMITIVE_STORAGE_SIZE) { in ShrinkPrimitiveStorage()
1099 for (int i = MIN_PRIMITIVE_STORAGE_SIZE; i < lastIndex; i++) { in ShrinkPrimitiveStorage()
H A Decma_context.h755 static constexpr int32_t MIN_PRIMITIVE_STORAGE_SIZE = 2; member in panda::ecmascript::EcmaContext

Completed in 4 milliseconds