Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
H A Djs_hclass.h409 static constexpr int MAX_OBJECT_SIZE_IN_WORDS = (1U << OFFSET_MAX_OBJECT_SIZE_IN_WORDS) - 1; member in panda::ecmascript::JSHClass
1918 ASSERT((num / JSTaggedValue::TaggedTypeSize()) <= MAX_OBJECT_SIZE_IN_WORDS); in SetObjectSize()

Completed in 5 milliseconds