From d46716b7fae296d48dff663ced83889a7e2a9a11 Mon Sep 17 00:00:00 2001 From: Vladimir Marko Date: Tue, 27 Sep 2022 14:47:22 +0200 Subject: Move `VerificationResults` to dex2oat/. Test: m test-art-host-gtest Test: testrunner.py --host --optimizing Change-Id: Iff62c9b8c6e553113cbd12765bf0f691bbe24227 --- compiler/driver/compiler_options.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'compiler/driver/compiler_options.h') diff --git a/compiler/driver/compiler_options.h b/compiler/driver/compiler_options.h index 20f54bdecd..1afa2c5d34 100644 --- a/compiler/driver/compiler_options.h +++ b/compiler/driver/compiler_options.h @@ -49,7 +49,6 @@ class DexFile; enum class InstructionSet; class InstructionSetFeatures; class ProfileCompilationInfo; -class VerificationResults; // Enum for CheckProfileMethodsCompiled. Outside CompilerOptions so it can be forward-declared. enum class ProfileMethodsCheck : uint8_t { @@ -305,8 +304,6 @@ class CompilerOptions final { // classes. `pretty_descriptor` should be the result of calling `PrettyDescriptor`. bool IsPreloadedClass(const char* pretty_descriptor) const; - const VerificationResults* GetVerificationResults() const; - bool ParseCompilerOptions(const std::vector& options, bool ignore_unrecognized, std::string* error_msg); @@ -423,9 +420,6 @@ class CompilerOptions final { // boot image extension compilation. HashSet preloaded_classes_; - // Results of AOT verification. - const VerificationResults* verification_results_; - CompilerType compiler_type_; ImageType image_type_; bool multi_image_; -- cgit v1.2.3-59-g8ed1b