Home
last modified time | relevance | path

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

/third_party/json/test/thirdparty/Fuzzer/
DFuzzerTracePC.h56 void SetUseValueProfile(bool VP) { UseValueProfile = VP; } in SetUseValueProfile()
60 return UseValueProfile && MaxValueProfileMap->MergeFrom(ValueProfileMap); in UpdateValueProfileMap()
96 bool UseValueProfile = false; variable
146 if (UseValueProfile) in CollectFeatures()
DFuzzerOptions.h34 bool UseValueProfile = false; member
DFuzzerDriver.cpp404 Options.UseValueProfile = Flags.use_value_profile; in FuzzerDriver()
DFuzzerLoop.cpp189 TPC.SetUseValueProfile(Options.UseValueProfile); in Fuzzer()