Home
last modified time | relevance | path

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

/art/compiler/driver/
Dcompiler_options.h103 bool IsVerificationEnabled() const { in IsVerificationEnabled() function
Dcompiler_driver.cc626 const bool verification_enabled = compiler_options_->IsVerificationEnabled(); in PreCompile()
1558 if (!compiler_options_->IsVerificationEnabled()) { in IsSafeCast()
/art/runtime/
Druntime.h502 bool IsVerificationEnabled() const { in IsVerificationEnabled() function
Doat_file_assistant.cc717 if (!runtime->IsVerificationEnabled()) { in CopyProfileFile()
Dclass_linker.cc3032 if (!Runtime::Current()->IsVerificationEnabled()) { in VerifyClass()