Home
last modified time | relevance | path

Searched defs:WriteBuffer (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/stackmap/
Dark_stackmap_builder.cpp22 void BinaryBufferWriter::WriteBuffer(const uint8_t *src, uint32_t count, bool flag) in WriteBuffer() function in panda::ecmascript::kungfu::BinaryBufferWriter
/arkcompiler/runtime_core/static_core/runtime/profilesaver/
Dprofile_dump_info.cpp45 static bool WriteBuffer(int fd, const uint8_t *buffer, size_t byteCount) in WriteBuffer() function