From 69c9ea4f93a688ff50e08060be37bcfd3f3e9910 Mon Sep 17 00:00:00 2001 From: Nicolas Geoffray Date: Thu, 11 Apr 2024 16:13:45 +0000 Subject: Revert "x86_64: Add JIT support for LoadMethodType." This reverts commit 53ca944020bb86199f6f80d8594d5deb1b1d46dd. Bug: 297147201 Reason for revert: Crash on bot Change-Id: Ibf3b53a8fe67aa633686990881a96acb783af9a3 --- compiler/optimizing/sharpening.h | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'compiler/optimizing/sharpening.h') diff --git a/compiler/optimizing/sharpening.h b/compiler/optimizing/sharpening.h index 88d3b2f604..6dfe904f27 100644 --- a/compiler/optimizing/sharpening.h +++ b/compiler/optimizing/sharpening.h @@ -27,7 +27,7 @@ class CodeGenerator; class DexCompilationUnit; // Utility methods that try to improve the way we dispatch methods, and access -// types, strings and method types. +// types and strings. class HSharpening { public: // Used by the builder and InstructionSimplifier. @@ -54,12 +54,6 @@ class HSharpening { CodeGenerator* codegen, const DexCompilationUnit& dex_compilation_unit, VariableSizedHandleScope* handles); - - // Used by the builder. - static void ProcessLoadMethodType(HLoadMethodType* load_method_type, - CodeGenerator* codegen, - const DexCompilationUnit& dex_compilation_unit, - VariableSizedHandleScope* handles); }; } // namespace art -- cgit v1.2.3-59-g8ed1b