commit | 50a4e4964bd66993e19768fc3af5b960653df8ed | [log] [tgz] |
---|---|---|
author | Andreas Gampe <agampe@google.com> | Fri Jan 06 18:00:20 2017 -0800 |
committer | Andreas Gampe <agampe@google.com> | Fri Jan 06 18:30:37 2017 -0800 |
tree | 8139a92be6e97b3eef171615bf6fbcac84a778ee | |
parent | dd5a42753de9fe6d29ddd772971b8ab3c2ba68aa [diff] [blame] |
ART: Add GetObjectSize and GetObjectHashCode Add support for these two functions. Add tests. Bug: 31684578 Test: m test-art-host-run-test-920-objects Change-Id: If5dfb5aedddee47e5d739b0c56c7d264ba6e2d51
diff --git a/test/Android.bp b/test/Android.bp index 26c4f93..5a8f43e 100644 --- a/test/Android.bp +++ b/test/Android.bp
@@ -261,6 +261,7 @@ "912-classes/classes.cc", "913-heaps/heaps.cc", "918-fields/fields.cc", + "920-objects/objects.cc", ], shared_libs: [ "libbase",