Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_thread.h74 static constexpr size_t SizeArch64 = sizeof(uint64_t) * COUNT; member
100 static constexpr size_t SizeArch64 = sizeof(uint64_t) * COUNT; member
121 static constexpr size_t SizeArch64 = sizeof(uint64_t) * COUNT; member
143 static constexpr size_t SizeArch64 = sizeof(uint64_t) * COUNT; member
172 static constexpr size_t SizeArch64 = sizeof(uint64_t) * COUNT; member
Djs_tagged_value.h141 static constexpr size_t SizeArch64 = sizeof(JSTaggedType); variable