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/
Djs_hclass.h318 static constexpr int OFFSET_MAX_OBJECT_SIZE_IN_WORDS = variable
320 static constexpr int MAX_OBJECT_SIZE_IN_WORDS = (1U << OFFSET_MAX_OBJECT_SIZE_IN_WORDS) - 1;
328 …SizeInWordsBits = InlinedPropsStartBits::NextField<uint32_t, OFFSET_MAX_OBJECT_SIZE_IN_WORDS>; // …