Home
last modified time | relevance | path

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

/external/rust/crates/libfuzzer-sys/libfuzzer/
DFuzzerTracePC.h85 ValueProfileMap.Reset(); in ResetMaps()
177 ValueBitMap ValueProfileMap; variable
265 ValueProfileMap.ForEach([&](size_t Idx) { in CollectFeatures()
268 FirstFeature += ValueProfileMap.SizeInBits(); in CollectFeatures()
DFuzzerTracePC.cpp125 ValueProfileMap.AddValueModPrime(Idx); in HandleCallerCallee()
376 ValueProfileMap.AddValue(Idx); in AddValueForMemcmp()
391 ValueProfileMap.AddValue(PC * 128 + HammingDistance); in HandleCmp()
392 ValueProfileMap.AddValue(PC * 128 + 64 + AbsoluteDistance); in HandleCmp()