Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/mem/
Ddyn_chunk.h64 return Emit(reinterpret_cast<uint8_t *>(&data), U64_SIZE); in EmitU64()
137 static constexpr size_t U64_SIZE = 8; variable