Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_thread_stub_entries.h35 static constexpr size_t SizeArch32 = sizeof(uint32_t) * COUNT; member
61 static constexpr size_t SizeArch32 = sizeof(uint32_t) * COUNT; member
82 static constexpr size_t SizeArch32 = sizeof(uint32_t) * COUNT; member
104 static constexpr size_t SizeArch32 = sizeof(uint32_t) * COUNT; member
133 static constexpr size_t SizeArch32 = sizeof(uint32_t) * COUNT; member
153 static constexpr size_t SizeArch32 = sizeof(uint32_t) * COUNT; member
Djs_thread_hclass_entries.h98 static constexpr size_t SizeArch32 = sizeof(entries); member
Dbuiltin_entries.h111 static constexpr size_t SizeArch32 = sizeof(uint64_t) * 2 * COUNT; member
Djs_tagged_value.h89 static constexpr size_t SizeArch32 = sizeof(JSTaggedType); variable