diff options
author | 2017-02-03 10:35:47 +0000 | |
---|---|---|
committer | 2017-02-03 10:35:47 +0000 | |
commit | d16da8bd8106452eea82408748dc6b3fd64bcb80 (patch) | |
tree | 027c5bfdea98ec8726436e695b5eb4d9572bbaf5 /compiler/optimizing/nodes.h | |
parent | f290c01c61f8a2979efa74ffcd2f54c5e426a3d0 (diff) |
Revert "Inline across dex files for JIT."
Broke hikey build.
bug:30933338
This reverts commit f290c01c61f8a2979efa74ffcd2f54c5e426a3d0.
Change-Id: I3363d703c54d0f9b69197a29395cc08f60c8b2ac
Diffstat (limited to 'compiler/optimizing/nodes.h')
-rw-r--r-- | compiler/optimizing/nodes.h | 5 |
1 files changed, 0 insertions, 5 deletions
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_; } |