Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/mem/
Ddyn_chunk.h65 return Emit(reinterpret_cast<uint8_t *>(&data), U64_SIZE); in EmitU64()
144 static constexpr size_t U64_SIZE = 8; variable
/arkcompiler/runtime_core/static_core/runtime/regexp/ecmascript/mem/
Ddyn_chunk.h84 return Emit(reinterpret_cast<uint8_t *>(&data), U64_SIZE); in EmitU64()
152 static constexpr size_t U64_SIZE = 8; variable
/arkcompiler/ets_runtime/ecmascript/serializer/
Dserialize_data.h178 RawDataEmit(reinterpret_cast<uint8_t *>(&c), U64_SIZE); in EmitU64()
325 static constexpr size_t U64_SIZE = 8; variable