From 79f9e3647b601a33f5db3d1b95e434617e2bad93 Mon Sep 17 00:00:00 2001 From: Vladimir Marko Date: Thu, 29 Feb 2024 16:21:32 +0100 Subject: Remove obsolete quickening-related TODO comments. Test: N/A (Comments only) Bug: 289199192 Change-Id: I1c632febe3a5ef41ac57292d7062d6e2142583e4 --- compiler/dex/inline_method_analyser.cc | 8 -------- 1 file changed, 8 deletions(-) (limited to 'compiler/dex/inline_method_analyser.cc') diff --git a/compiler/dex/inline_method_analyser.cc b/compiler/dex/inline_method_analyser.cc index 43e984b5cb..91944b01c0 100644 --- a/compiler/dex/inline_method_analyser.cc +++ b/compiler/dex/inline_method_analyser.cc @@ -467,10 +467,6 @@ bool InlineMethodAnalyser::AnalyseMethodCode(ArtMethod* method, case Instruction::IGET_CHAR: case Instruction::IGET_SHORT: case Instruction::IGET_WIDE: - // TODO: Add handling for JIT. - // case Instruction::IGET_QUICK: - // case Instruction::IGET_WIDE_QUICK: - // case Instruction::IGET_OBJECT_QUICK: return AnalyseIGetMethod(method, code_item, result); case Instruction::IPUT: case Instruction::IPUT_OBJECT: @@ -479,10 +475,6 @@ bool InlineMethodAnalyser::AnalyseMethodCode(ArtMethod* method, case Instruction::IPUT_CHAR: case Instruction::IPUT_SHORT: case Instruction::IPUT_WIDE: - // TODO: Add handling for JIT. - // case Instruction::IPUT_QUICK: - // case Instruction::IPUT_WIDE_QUICK: - // case Instruction::IPUT_OBJECT_QUICK: return AnalyseIPutMethod(method, code_item, result); default: return false; -- cgit v1.2.3-59-g8ed1b