Home
last modified time | relevance | path

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

/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()
97 size_t byteCount = ptrEnd_ - ptrCurrent_; in FillFromFd() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/src/
Dprofile.cpp277 size_t byteCount = static_cast<size_t>(in.tellg()); in DeCompress() local