Home
last modified time | relevance | path

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

/art/compiler/driver/
Dcompiler_options.h118 bool IsVerificationEnabled() const { in IsVerificationEnabled() function
Dcompiler_driver.cc613 if (!compiler_options_->IsVerificationEnabled()) { in PreCompile()
1351 if (!compiler_options_->IsVerificationEnabled()) { in IsSafeCast()
/art/runtime/
Druntime.h476 bool IsVerificationEnabled() const { in IsVerificationEnabled() function
Dclass_linker.cc641 if (!Runtime::Current()->IsVerificationEnabled()) { in GenerateOatFile()
3534 if (!Runtime::Current()->IsVerificationEnabled()) { in VerifyClass()