summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorIan Rogers <irogers@google.com>2012-02-29 10:06:46 -0800
committerIan Rogers <irogers@google.com>2012-03-02 15:47:32 -0800
commit3a5c1ce3f11805a3382046f699c8fb1410a602b3 (patch)
tree74d7f28a910d4670de71d9edc2e9af3b56d31636 /build
parent41f05df8aeba13e853a22820a0f4bf094233e2d9 (diff)
downloadart-3a5c1ce3f11805a3382046f699c8fb1410a602b3.zip
art-3a5c1ce3f11805a3382046f699c8fb1410a602b3.tar.gz
art-3a5c1ce3f11805a3382046f699c8fb1410a602b3.tar.bz2
Extra verbosity and disassembler for oatdump
Disassembler for thumb2 instructions. Print outlying methods for ART files. Find oat code methods that require trampolines. Fix accounting of code and which file contains which bytes. Dump oat meta-data. Change-Id: I10f52a4841f57a3f65d61ce0d1bb71bb4eb9f595
Diffstat (limited to 'build')
-rw-r--r--build/Android.common.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/build/Android.common.mk b/build/Android.common.mk
index 05228c7..73c5a00 100644
--- a/build/Android.common.mk
+++ b/build/Android.common.mk
@@ -110,7 +110,9 @@ DEX2OAT_SRC_FILES := \
src/dex2oat.cc
OATDUMP_SRC_FILES := \
- src/oatdump.cc
+ src/oatdump.cc \
+ src/disassembler.cc \
+ src/disassembler_arm.cc
OATEXEC_SRC_FILES := \
src/oatexec.cc