Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_thread.h73 static constexpr size_t SizeArch32 = sizeof(uint32_t) * COUNT; member
99 static constexpr size_t SizeArch32 = sizeof(uint32_t) * COUNT; member
120 static constexpr size_t SizeArch32 = sizeof(uint32_t) * COUNT; member
142 static constexpr size_t SizeArch32 = sizeof(uint32_t) * COUNT; member
171 static constexpr size_t SizeArch32 = sizeof(uint32_t) * COUNT; member
Djs_tagged_value.h139 static constexpr size_t SizeArch32 = sizeof(JSTaggedType); variable