Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
H A Djs_hclass.h407 static constexpr int OFFSET_MAX_OBJECT_SIZE_IN_WORDS = member in panda::ecmascript::JSHClass
409 static constexpr int MAX_OBJECT_SIZE_IN_WORDS = (1U << OFFSET_MAX_OBJECT_SIZE_IN_WORDS) - 1;
414 using ObjectSizeInWordsBits = InlinedPropsStartBits::NextField<uint32_t, OFFSET_MAX_OBJECT_SIZE_IN_WORDS>; // 30

Completed in 5 milliseconds