From 9e050ab1a061d9660eb0c1daa01a823ad75b0f05 Mon Sep 17 00:00:00 2001 From: Nicolas Geoffray Date: Wed, 14 Jul 2021 14:59:25 +0100 Subject: Remove the need of VerifiedMethod in the compiler. The compiler only needs to know if a method is compilable or not. So just record a set of uncompilable methods (in some cases, we cannot have an ArtMethod, but the method can still be compiled). Test: test.py Bug: 28313047 Change-Id: Ic4235bc8160ec91daa5ebf6504741089b43e99cb --- compiler/optimizing/code_generator.cc | 1 - 1 file changed, 1 deletion(-) (limited to 'compiler/optimizing/code_generator.cc') diff --git a/compiler/optimizing/code_generator.cc b/compiler/optimizing/code_generator.cc index a096338ee2..ca35d99f24 100644 --- a/compiler/optimizing/code_generator.cc +++ b/compiler/optimizing/code_generator.cc @@ -42,7 +42,6 @@ #include "compiled_method.h" #include "dex/bytecode_utils.h" #include "dex/code_item_accessors-inl.h" -#include "dex/verified_method.h" #include "graph_visualizer.h" #include "image.h" #include "gc/space/image_space.h" -- cgit v1.2.3-59-g8ed1b