summaryrefslogtreecommitdiff
path: root/compiler/optimizing/graph_visualizer.cc
diff options
context:
space:
mode:
authorJeff Hao <jeffhao@google.com>2015-05-06 17:41:32 -0700
committerJeff Hao <jeffhao@google.com>2015-05-06 18:19:28 -0700
commita412964bf9f8b2aa78e7a4849990381207140850 (patch)
tree8c8395ffb790e6fa235ba0f205a7a43412cd869e /compiler/optimizing/graph_visualizer.cc
parent8771be9a5826ebe12cea0c2feb0fa085df5d60a2 (diff)
In quick compiler, force string init invoke to be fast path.
Was running into an issue where a secondary dex file was falling back on the quick compiler, and IsFastInvoke returned 0 because the referrer_class was nullptr, causing the string init to be slow path. The string init technically does not have to be fast path, but there's no reason to duplicate the logic to call off a thread pointer on the slow path. Bug: 20870917 (cherry picked from commit I47e1524d939eb7e9b1da8186092fafc6e925009e) Change-Id: Ieacd965943759de2b075c30e03cf0a71863f499e
Diffstat (limited to 'compiler/optimizing/graph_visualizer.cc')
0 files changed, 0 insertions, 0 deletions