Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/mem/
H A Ddyn_chunk.h60 return Emit(reinterpret_cast<uint8_t *>(&data), U32_SIZE); in EmitU32()
143 static constexpr size_t U32_SIZE = 4; member in panda::ecmascript::DynChunk
/arkcompiler/runtime_core/static_core/runtime/regexp/ecmascript/mem/
H A Ddyn_chunk.h79 return Emit(reinterpret_cast<uint8_t *>(&data), U32_SIZE); in EmitU32()
151 static constexpr size_t U32_SIZE = 4; member in ark::DynChunk
/arkcompiler/ets_runtime/ecmascript/serializer/
H A Dserialize_data.h238 RawDataEmit(reinterpret_cast<uint8_t *>(&data), U32_SIZE);
393 static constexpr size_t U32_SIZE = 4;

Completed in 2 milliseconds