OSDN Git Service

ART: Add method code item functions
authorAndreas Gampe <agampe@google.com>
Mon, 9 Jan 2017 19:38:04 +0000 (11:38 -0800)
committerAndreas Gampe <agampe@google.com>
Mon, 9 Jan 2017 21:26:22 +0000 (13:26 -0800)
commitf71832ec285844273db42cab2d883882d56fc739
tree407ee164f4f261a927f269e3f604d471654e3fbe
parent0d0bfae492741fd84037f4f3099f789763482a70
ART: Add method code item functions

Add support for GetArgumentsSize, GetMaxLocals and GetMethodLocation
support. Add tests.

Bug: 34163329
Test: m test-art-host-run-test-910-methods
Change-Id: I14b5d02bf0513dc5a8d3f4ea17c849ab08b8554a
runtime/openjdkjvmti/OpenjdkJvmTi.cc
runtime/openjdkjvmti/ti_method.cc
runtime/openjdkjvmti/ti_method.h
test/910-methods/expected.txt
test/910-methods/methods.cc
test/910-methods/src/Main.java