Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/include/
Druntime_options.h99 bool IsVerifyRuntimeLibraries() const in IsVerifyRuntimeLibraries() function
/arkcompiler/runtime_core/static_core/verification/verifier/
Dverifier.cpp112 bool verifyLibraries = runtime.GetOptions().IsVerifyRuntimeLibraries(); in RunVerifier()
359 runtimeOptions.SetVerifyRuntimeLibraries(cliOptions.IsVerifyRuntimeLibraries()); in Run()
/arkcompiler/runtime_core/static_core/runtime/
Dclass_initializer.cpp398 …bool skipVerification = !opts.IsVerifyRuntimeLibraries() && verifier::IsSystemOrSyntheticClass(kla… in VerifyClass()
Dmethod.cpp501 if (!options.IsVerifyRuntimeLibraries() && verifier::IsSystemClass(GetClass())) { in Verify()