summaryrefslogtreecommitdiff
path: root/compiler/optimizing/nodes.h
diff options
context:
space:
mode:
author Orion Hodson <oth@google.com> 2017-01-11 19:18:51 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2017-01-11 19:18:51 +0000
commitdcf52765ab5886abdd85a4436fa0358b2a31341d (patch)
treeb68ee975792a5bf488ed93cfbe09a37f80008288 /compiler/optimizing/nodes.h
parenta28ddf5140cd1f4a2ae93dbf8be2f200b1552003 (diff)
parent0fb5af1c8287b1ec85c55c306a1c43820c38a337 (diff)
Merge "Revert "ART: Compiler support for invoke-polymorphic.""
Diffstat (limited to 'compiler/optimizing/nodes.h')
-rw-r--r--compiler/optimizing/nodes.h23
1 files changed, 0 insertions, 23 deletions
diff --git a/compiler/optimizing/nodes.h b/compiler/optimizing/nodes.h
index 064e119c38..ea9a94c420 100644
--- a/compiler/optimizing/nodes.h
+++ b/compiler/optimizing/nodes.h
@@ -1291,7 +1291,6 @@ class HLoopInformationOutwardIterator : public ValueObject {
M(InvokeInterface, Invoke) \
M(InvokeStaticOrDirect, Invoke) \
M(InvokeVirtual, Invoke) \
- M(InvokePolymorphic, Invoke) \
M(LessThan, Condition) \
M(LessThanOrEqual, Condition) \
M(LoadClass, Instruction) \
@@ -3984,28 +3983,6 @@ class HInvokeUnresolved FINAL : public HInvoke {
DISALLOW_COPY_AND_ASSIGN(HInvokeUnresolved);
};
-class HInvokePolymorphic FINAL : public HInvoke {
- public:
- HInvokePolymorphic(ArenaAllocator* arena,
- uint32_t number_of_arguments,
- Primitive::Type return_type,
- uint32_t dex_pc,
- uint32_t dex_method_index)
- : HInvoke(arena,
- number_of_arguments,
- 0u /* number_of_other_inputs */,
- return_type,
- dex_pc,
- dex_method_index,
- nullptr,
- kVirtual) {}
-
- DECLARE_INSTRUCTION(InvokePolymorphic);
-
- private:
- DISALLOW_COPY_AND_ASSIGN(HInvokePolymorphic);
-};
-
class HInvokeStaticOrDirect FINAL : public HInvoke {
public:
// Requirements of this method call regarding the class