Home
last modified time | relevance | path

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

/art/compiler/driver/
Dcompiler_options.h115 bool IsVerificationEnabled() const { in IsVerificationEnabled() function
Dcompiler_driver.cc610 if (!compiler_options_->IsVerificationEnabled()) { in PreCompile()
1276 if (!compiler_options_->IsVerificationEnabled()) { in IsSafeCast()
/art/runtime/
Druntime.h468 bool IsVerificationEnabled() const { in IsVerificationEnabled() function
Dclass_linker.cc632 if (!Runtime::Current()->IsVerificationEnabled()) { in GenerateOatFile()
3485 if (!Runtime::Current()->IsVerificationEnabled()) { in VerifyClass()