Searched refs:NextValidByte (Results 1 – 1 of 1) sorted by relevance
78 uint64_t NextValidByte = 0; // offset of the byte past the last patch in runOnFunctions() local81 if (Offset < NextValidByte) { in runOnFunctions()91 NextValidByte = Offset + PatchSize; in runOnFunctions()92 if (NextValidByte > Function.getMaxSize()) { in runOnFunctions()