History log of /external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/instruction/DexBackedInstruction4rcc.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
afc1f1593936326e1c99f8328bbce8b495865000 04-Aug-2016 Narayan Kamath <narayan@google.com> smali/dexlib: deal with invoke-polymorphic / invoke-polymorphic/range.

- Introduces two new instruction formats, 45cc and 4rcc. As the name suggests,
these instructions are similar to 35c and 3rc, expect that they encode an
additional constant pool reference in their 4th byte.

- Introduce two new instructions, invoke-polymorphic and
invoke-polymorphic/range - used to implement signature polymorphism.

- Allow instructions to directly reference the proto_id section of the
dex file. This involves the introduction of a new kind of reference
(MethodProtoReference) and has the side effect of cleaning up a fair
amount of special casing in ProtoPool.

- Disable support for ART version based switches (and remove LambdaTest
which depends on it). Experimental lambda support and support for ART
version based switches will be removed in a follow up change.

Bug: 30550796
Test: test-art
Test: ./gradlew build
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/instruction/DexBackedInstruction4rcc.java