Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_thread.h65 static constexpr size_t SizeArch32 = sizeof(uint32_t) * COUNT; member
91 static constexpr size_t SizeArch32 = sizeof(uint32_t) * COUNT; member
112 static constexpr size_t SizeArch32 = sizeof(uint32_t) * COUNT; member
134 static constexpr size_t SizeArch32 = sizeof(uint32_t) * COUNT; member
163 static constexpr size_t SizeArch32 = sizeof(uint32_t) * COUNT; member
Djs_tagged_value.h137 static constexpr size_t SizeArch32 = sizeof(JSTaggedType); variable