Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_encoder.cpp181 uint32_t remainingSize = size - PGOProfilerHeader::CHECKSUM_END_OFFSET; in AddChecksum() local
183 while (remainingSize > 0) { in AddChecksum()
184 uint32_t readSize = std::min(STEP_SIZE, remainingSize); in AddChecksum()
185 remainingSize = remainingSize - readSize; in AddChecksum()