OSDN Git Service

Quick: Inline synthetic accessors generated by jack.
authorVladimir Marko <vmarko@google.com>
Wed, 6 May 2015 13:09:04 +0000 (14:09 +0100)
committerVladimir Marko <vmarko@google.com>
Wed, 6 May 2015 16:51:37 +0000 (17:51 +0100)
commitf7083ed806da454ba6a50ddef34799559f863fd4
treecd9f1d02af86f35c95df3c284aa2b7fc020e6f2e
parent529c147b6ce15fd4ac8b2500c7e7a5749e98396b
Quick: Inline synthetic accessors generated by jack.

While javac names synthetic accessors "access$nnn", jack
names them "-getN", "-putN" and "-wrapN". For simplicity,
treat all methods starting with "-" as synthetic accessors.

Bug: 20873367

(cherry picked from commit d5f1005da7599f149b1332402c9791ef2acb8c42)

Change-Id: Ifcc77fc3c5dd44797a48632c8e16416fbc273a93
runtime/quick/inline_method_analyser.cc