Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/mem/
Ddyn_chunk.h59 return Emit(reinterpret_cast<uint8_t *>(&data), U32_SIZE); in EmitU32()
136 static constexpr size_t U32_SIZE = 4; variable