commit | 83881483515aec1dfaa0c848f1ce876c3f966b43 | [log] [tgz] |
---|---|---|
author | Vladimir Marko <vmarko@google.com> | Thu Jan 07 10:59:54 2021 +0000 |
committer | Vladimir Marko <vmarko@google.com> | Mon Jan 11 13:53:33 2021 +0000 |
tree | 01bfa31dbdef146ec88505378e4829f133a5ab91 | |
parent | 7d4a71ee0ecab7bf65086c786fb5358444dd2a8f [diff] |
Rewrite method matching in UnstartedRuntime. Use the `ArtMethod*` as the key in the maps to avoid the `PrettyMethod()` overhead. Remove ByteOrder.isLittleEndian() implementation from UnstartedRuntime. The Java method has been removed by https://android-review.googlesource.com/151062 . Test: m test-art-host-gtest Test: testrunner.py --host --optimizing Test: boots. Bug: 175869411 Change-Id: I97cf91a0abf2b28f83562d8764d28edafa1a09e2