Home
last modified time | relevance | path

Searched defs:VerificationOptions (Results 1 – 1 of 1) 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 …]