From d16da8bd8106452eea82408748dc6b3fd64bcb80 Mon Sep 17 00:00:00 2001 From: Nicolas Geoffray Date: Fri, 3 Feb 2017 10:35:47 +0000 Subject: Revert "Inline across dex files for JIT." Broke hikey build. bug:30933338 This reverts commit f290c01c61f8a2979efa74ffcd2f54c5e426a3d0. Change-Id: I3363d703c54d0f9b69197a29395cc08f60c8b2ac --- compiler/optimizing/nodes.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'compiler/optimizing/nodes.h') diff --git a/compiler/optimizing/nodes.h b/compiler/optimizing/nodes.h index e6842fc5bd..f0ea9e20e6 100644 --- a/compiler/optimizing/nodes.h +++ b/compiler/optimizing/nodes.h @@ -4322,11 +4322,6 @@ class HInvokeInterface FINAL : public HInvoke { return (obj == InputAt(0)) && !GetLocations()->Intrinsified(); } - bool NeedsDexCacheOfDeclaringClass() const OVERRIDE { - // The assembly stub currently needs it. - return true; - } - uint32_t GetImtIndex() const { return imt_index_; } uint32_t GetDexMethodIndex() const { return dex_method_index_; } -- cgit v1.2.3-59-g8ed1b