OSDN Git Service

ART: Allow oatdump to print vr stack locations
authorRazvan A Lupusoru <razvan.a.lupusoru@intel.com>
Sat, 30 Aug 2014 00:56:46 +0000 (17:56 -0700)
committerIan Rogers <irogers@google.com>
Thu, 4 Sep 2014 15:35:11 +0000 (08:35 -0700)
commitfaf9f0d53573025dc5ae5ff6c4412396030cf1da
treee0beda53198bcfabd24b9a0e11912da4b2c1f16e
parent328c430e923ce8d18532d0fdd26cd233e73763dd
ART: Allow oatdump to print vr stack locations

For both debugging and performance analysis, it is necessary to understand
stack layout. This patch adds capability to oatdump to print out the offsets
of the locals, ins, method*, and out VRs.

Change-Id: I73512f59e4fd2d2b12725a6c76d602182c46ff78
Signed-off-by: Razvan A Lupusoru <razvan.a.lupusoru@intel.com>
oatdump/oatdump.cc