Home | History | Annotate | Download | only in fuzzer

Lines Matching refs:Unit

186   Printf("; base unit: %s\n", Sha1ToString(BaseSha1).c_str());
295 Printf("ALARM: working on the last Unit for %zd seconds\n", Seconds);
417 Vector<Unit> AdditionalCorpus;
447 Printf("Slowest unit: %zd s:\n", TimeOfLongestUnitInSeconds);
448 WriteUnitToFileWithPrefix({Data, Data + Size}, "slow-unit-");
556 // We copy the contents of Unit into a separate heap buffer
584 void Fuzzer::WriteToOutputCorpus(const Unit &U) {
595 void Fuzzer::WriteUnitToFileWithPrefix(const Unit &U, const char *Prefix) {
602 Printf("artifact_prefix='%s'; Test unit written to %s\n",
608 void Fuzzer::PrintStatusForNewUnit(const Unit &U, const char *Text) {
619 void Fuzzer::ReportNewCoverage(InputInfo *II, const Unit &U) {
625 CheckExitOnSrcPosOrItem(); // Check only after the unit is saved to corpus.
682 assert(Size <= MaxInputLen && "Oversized Unit");
702 assert(NewSize > 0 && "Mutator returned empty unit");
703 assert(NewSize <= CurrentMaxMutationLen && "Mutator return oversized unit");
765 Unit U({'\n'}); // Valid ASCII input.
848 void Fuzzer::MinimizeCrashLoop(const Unit &U) {