Home
last modified time | relevance | path

Searched defs:ARRAY_LENGTH_OFFSET (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Dbyte_array.h58 static constexpr size_t ARRAY_LENGTH_OFFSET = TaggedObjectSize(); variable
/arkcompiler/runtime_core/static_core/runtime/include/coretypes/
Darray.h230 constexpr uint32_t ARRAY_LENGTH_OFFSET = 8U; variable