Home
last modified time | relevance | path

Searched defs:VerificationOptions (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/verification/
Dverification_options.h30 struct VerificationOptions { struct
32 std::string configFile = "default";
33 VerificationMode mode = VerificationMode::DISABLED;
34 struct {
36 } show;
37 bool verifyRuntimeLibraries = false;
38 bool syncOnClassInitialization = false;
39 size_t verificationThreads = 1;
40 struct {
43 } cache;
[all …]
/arkcompiler/runtime_core/static_core/verification/config/handlers/
Dconfig_handler_options.cpp65 …const struct Section &s, const PandaUnorderedMap<PandaString, StructField<VerificationOptions, boo… in RegisterConfigHandlerOptionsVerifierOptionLine()
82 const PandaUnorderedMap<PandaString, StructField<VerificationOptions, bool>> &sectionFlags, in RegisterConfigHandlerOptionsVerifierForSection()