History log of /dalvik/dx/src/com/android/dx/io/instructions/InvokePolymorphicDecodedInstruction.java
Revision Date Author Comments
9dbd802c8c96c3a66873bc600bc7d1374a1d08e5 31-Aug-2017 Orion Hodson <oth@google.com> dx: Minor code clean-up

A few automated code clean-ups:
- Insert missing @Override annotations.
- Make fields final where possible.
- Use StringBuilder rather StringBuffer for local use.
- Clean-up imports.

Bug: 65231722
Test: dx/tests/run-all-tests
Change-Id: I49810f1d43cb53ad32636a66eda2fadc538ba249
ebf02b65aed5b5e5f9b1e1e9ab345fea82dc2341 22-Jun-2017 Liam Miller-Cushon <cushon@google.com> Add dex 38 support to dexmerger

Including invoke-polymorphic and invoke-custom instructions,
and call site and method handle data items.

Test: manual
Bug: 36641082

Change-Id: Ie8ffde9eb52259b7392bd0544c86b1e05fdd020a