diff options
author | Orion Hodson <oth@google.com> | 2016-09-21 15:41:06 +0100 |
---|---|---|
committer | Orion Hodson <oth@google.com> | 2017-01-19 09:01:02 +0000 |
commit | 6c4921b3a13ab645045dd20e5386daf552a31f41 (patch) | |
tree | 46ff2d2d320a250a1ce6e5094a67632293093a4b /compiler/optimizing/codegen_test_utils.h | |
parent | a6040d4cca09c1030bbfcfdc131e38c7d6da8888 (diff) |
ART: Improve class initializer and constructor verification.
DEX file verifier checks additional properties of class initializers
and constructors:
(i) Names match expected <clinit> / <init>.
(ii) The method descriptor for <clinit> is ()V.
(iii) The return type of <init> is V.
(iV) No other names start with '<'.
Bug: 31313719
Change-Id: I60bffa6561e1bae353f97c42377ea556bfa790af
Test: m test-art-host-gtest-dex_file_verifier_test
Diffstat (limited to 'compiler/optimizing/codegen_test_utils.h')
0 files changed, 0 insertions, 0 deletions