Home
last modified time | relevance | path

Searched defs:SizeArch32 (Results 1 – 5 of 5) 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_elements_hclass_entries.h30 static constexpr size_t SizeArch32 = sizeof(entries); member
Djs_thread_hclass_entries.h100 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.h95 static constexpr size_t SizeArch32 = sizeof(JSTaggedType); variable