diff options
| author | 2017-01-11 19:18:51 +0000 | |
|---|---|---|
| committer | 2017-01-11 19:18:51 +0000 | |
| commit | dcf52765ab5886abdd85a4436fa0358b2a31341d (patch) | |
| tree | b68ee975792a5bf488ed93cfbe09a37f80008288 /compiler/optimizing/instruction_builder.h | |
| parent | a28ddf5140cd1f4a2ae93dbf8be2f200b1552003 (diff) | |
| parent | 0fb5af1c8287b1ec85c55c306a1c43820c38a337 (diff) | |
Merge "Revert "ART: Compiler support for invoke-polymorphic.""
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, |