Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_thread.h66 static constexpr size_t SizeArch64 = sizeof(uint64_t) * COUNT; member
92 static constexpr size_t SizeArch64 = sizeof(uint64_t) * COUNT; member
113 static constexpr size_t SizeArch64 = sizeof(uint64_t) * COUNT; member
135 static constexpr size_t SizeArch64 = sizeof(uint64_t) * COUNT; member
164 static constexpr size_t SizeArch64 = sizeof(uint64_t) * COUNT; member
Djs_tagged_value.h139 static constexpr size_t SizeArch64 = sizeof(JSTaggedType); variable