Home
last modified time | relevance | path

Searched refs:SizeofUint32v (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/wasm/
Dwasm-macro-gen.h219 size_t size = SizeofUint32v(static_cast<uint32_t>(local_decls.size())); in Size()
220 for (auto p : local_decls) size += 1 + SizeofUint32v(p.first); in Size()
233 size_t SizeofUint32v(uint32_t val) const { in SizeofUint32v() function