Home
last modified time | relevance | path

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

/art/dex2oat/
Dcommon_compiler_driver_test.cc48 down_cast<QuickCompilerCallbacks*>(callbacks_.get())->SetVerificationResults( in CompileAll()
53 down_cast<QuickCompilerCallbacks*>(callbacks_.get())->SetVerificationResults( in CompileAll()
104 callbacks->SetVerificationResults(verification_results_.get()); in SetUpRuntimeOptions()
Ddex2oat.cc1766 callbacks_->SetVerificationResults(verification_results_.get()); in Setup()
2186 callbacks_->SetVerificationResults(nullptr); // Should not be needed anymore. in CompileDexFiles()
/art/dex2oat/dex/
Dquick_compiler_callbacks.h49 void SetVerificationResults(VerificationResults* verification_results) { in SetVerificationResults() function
/art/dex2oat/linker/
Dimage_test.h95 new_callbacks->SetVerificationResults(verification_results_.get()); in SetUpRuntimeOptions()
Doat_writer_test.cc98 callbacks_->SetVerificationResults(verification_results_.get()); in SetupCompiler()