commit | 897df03ac6fa6d744a374cbdd610f36523c73905 | [log] [tgz] |
---|---|---|
author | Aart Bik <ajcbik@google.com> | Wed Feb 07 13:29:11 2018 -0800 |
committer | Aart Bik <ajcbik@google.com> | Wed Feb 07 14:04:38 2018 -0800 |
tree | 8cef5ee731057cb5575235199f1a58201e1da1d7 | |
parent | 129ebeef135c8534b47ebbafa57025dd55f8c723 [diff] |
Added missing return. Rationale: Slightly more efficient to return right after !IsCompilable() (with a single message) than relying on falling into the necessarily true IsMethodUnverified() (with another message). Note that this subtle change cannot be easily tested (since behavior is the same), but e.g. 675-checker-unverified-method at least provides code coverage. Bug: 72957776 Test: test-art-host Change-Id: I7044e60e3c10367a1fa024573dc6dbbb5e9243ad