diff options
author | Orion Hodson <oth@google.com> | 2017-01-11 18:58:15 +0000 |
---|---|---|
committer | Orion Hodson <oth@google.com> | 2017-01-11 19:17:33 +0000 |
commit | 0fb5af1c8287b1ec85c55c306a1c43820c38a337 (patch) | |
tree | 66239e7f745fae54e1630e91fb44a859bff615d6 /compiler/optimizing/instruction_builder.h | |
parent | 02e3092f8d98f339588e48691db77f227b48ac1e (diff) |
Revert "ART: Compiler support for invoke-polymorphic."
This reverts commit 02e3092f8d98f339588e48691db77f227b48ac1e.
Reasons for revert:
- Breaks MIPS/MIPS64 build.
- Fails under GCStress test on x64.
- Different x64 build configuration doesn't like relocation.
Change-Id: I512555b38165d05f8a07e8aed528f00302061001
Diffstat (limited to 'compiler/optimizing/instruction_builder.h')
-rw-r--r-- | compiler/optimizing/instruction_builder.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/compiler/optimizing/instruction_builder.h b/compiler/optimizing/instruction_builder.h index aef0b94c1f..f29e522040 100644 --- a/compiler/optimizing/instruction_builder.h +++ b/compiler/optimizing/instruction_builder.h @@ -175,17 +175,6 @@ class HInstructionBuilder : public ValueObject { uint32_t* args, uint32_t register_index); - // Builds an invocation node for invoke-polymorphic and returns whether the - // instruction is supported. - bool BuildInvokePolymorphic(const Instruction& instruction, - uint32_t dex_pc, - uint32_t method_idx, - uint32_t proto_idx, - uint32_t number_of_vreg_arguments, - bool is_range, - uint32_t* args, - uint32_t register_index); - // Builds a new array node and the instructions that fill it. void BuildFilledNewArray(uint32_t dex_pc, dex::TypeIndex type_index, |