Home
last modified time | relevance | path

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

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