Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/mem/
H A Ddyn_chunk.h65 return Emit(reinterpret_cast<uint8_t *>(&data), U64_SIZE); in EmitU64()
144 static constexpr size_t U64_SIZE = 8; member in panda::ecmascript::DynChunk
/arkcompiler/runtime_core/static_core/runtime/regexp/ecmascript/mem/
H A Ddyn_chunk.h84 return Emit(reinterpret_cast<uint8_t *>(&data), U64_SIZE); in EmitU64()
152 static constexpr size_t U64_SIZE = 8; member in ark::DynChunk
/arkcompiler/ets_runtime/ecmascript/serializer/
H A Dserialize_data.h212 return RawDataEmit(reinterpret_cast<uint8_t *>(&c), U64_SIZE); in EmitU64()
217 return RawDataEmit(reinterpret_cast<uint8_t *>(&c), U64_SIZE, offset); in EmitU64()
394 static constexpr size_t U64_SIZE = 8;

Completed in 2 milliseconds