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/runtime/openjdkjvmti/Android.bp b/runtime/openjdkjvmti/Android.bp index 6105fec..d486380 100644 --- a/runtime/openjdkjvmti/Android.bp +++ b/runtime/openjdkjvmti/Android.bp
@@ -24,6 +24,7 @@ "ti_field.cc", "ti_heap.cc", "ti_method.cc", + "ti_object.cc", "ti_stack.cc", "ti_redefine.cc", "transform.cc"],