Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
art
/
a78e3c828f9a701892482909b4d06af74a4fdbd7
/
src
/
dex2oat.cc
60f83e3
More fixes for vm-tests.
by jeffhao
· 13 years ago
f1a5adc
Reduce StringPiece usage a bit.
by Elliott Hughes
· 13 years ago
1e40925
Fix Mac build and make -jN use a total of N threads, not N+1.
by Elliott Hughes
· 13 years ago
a56fcd6
Honor ANDROID_ROOT and ANDROID_DATA
by Brian Carlstrom
· 13 years ago
b12552a
Fix unused variable warning on Mac OS
by Brian Carlstrom
· 13 years ago
97574f4
Disable dex2oat -j thread count on Mac OS
by Brian Carlstrom
· 13 years ago
5523ee0
Add -j to dex2oat.
by Elliott Hughes
· 13 years ago
5b332c8
Fix checksum verification when opening DexFiles from OatFiles
by Brian Carlstrom
· 13 years ago
0d0ba69
A couple of logging changes people have asked for.
by Elliott Hughes
· 13 years ago
2faa5f1
Fix copyright headers.
by Elliott Hughes
· 13 years ago
3bb17a6
Space trim and other unit tests. General space clean up.
by Ian Rogers
· 13 years ago
30fab40
Upgrade to latest dlmalloc. Refactor Heap and related APIs to use STL like naming.
by Ian Rogers
· 13 years ago
bb551fa
Collect and output a few dex2oat statistics.
by Elliott Hughes
· 13 years ago
10037c8
Added pass to verify structure of dex file.
by jeffhao
· 13 years ago
ba8eee1
Remove more lint.
by Elliott Hughes
· 13 years ago
8add92d
Remove the rest of the unordered_ stuff.
by Elliott Hughes
· 13 years ago
fd8cba4
Log the oat_name, not the oat_filename, on failure.
by Elliott Hughes
· 13 years ago
2e3d1b2
Changes to compile with gcc 4.6
by Brian Carlstrom
· 13 years ago
866c862
Minor OatFile ownership and --oat-fd= argument formatting
by Brian Carlstrom
· 13 years ago
a6cc893
Add installd support to dex2oat
by Brian Carlstrom
· 13 years ago
c3b77c7
Avoid copying and strlen(3) in the FindClass path.
by Elliott Hughes
· 13 years ago
29e7ac7
Moving from libdvm to libart (1 of 5)
by Brian Carlstrom
· 13 years ago
9557241
Don't default-construct std::strings and then assign them.
by Elliott Hughes
· 13 years ago
6ef827a
Revert dex2oat file locking
by Brian Carlstrom
· 13 years ago
b001126
Improve dex2oat option defaulting for command line use
by Brian Carlstrom
· 13 years ago
6f1dfe4
Ensure referenced catch block exceptions are in the image.
by Ian Rogers
· 13 years ago
6d4d9fc
Reduce meta-data object sizes, introduce meta-data helper classes.
by Ian Rogers
· 13 years ago
ae82698
Add --image-classes to dex2oat
by Brian Carlstrom
· 13 years ago
254db0f
Pass the classpath to dex2oat.
by Jesse Wilson
· 13 years ago
169c9a7
Remove the use of Method from jni_compiler
by Ian Rogers
· 13 years ago
b1f9f22
Fix a TODO regarding flock(2) and TEMP_FAILURE_RETRY.
by Elliott Hughes
· 13 years ago
9717051
Don't delete oat files when not generating image.
by Ian Rogers
· 13 years ago
234da57
Basic file locking.
by Elliott Hughes
· 13 years ago
5d4bdc2
Various runtime/JNI related fixes.
by Ian Rogers
· 13 years ago
5e863dd
Make dex2oat fail early if it can't write oat file
by Ian Rogers
· 13 years ago
3fe7957
Make dex2oat more chatty with the log.
by Ian Rogers
· 13 years ago
5d84040
Created --runtime-arg switch for dex2oat to pass arguments to runtime.
by jeffhao
· 13 years ago
40381fb
Reuse SIRT for C++ references
by Brian Carlstrom
· 13 years ago
362f9bc
Fix cpplint's whitespace warnings.
by Elliott Hughes
· 13 years ago
f8e0127
Add -verbose to dex2oat, and improve -verbose:monitor output.
by Elliott Hughes
· 13 years ago
5de8fe5
Add internal compiler option to control defaulting of boot.art
by Brian Carlstrom
· 13 years ago
b7bbba4
Add oatopt drop in replacement for dexopt
by Brian Carlstrom
· 13 years ago
47a0d5a
Move art content to /data
by Brian Carlstrom
· 13 years ago
aded5f7
Working ClassLoader
by Brian Carlstrom
· 13 years ago
3320cf4
Move rest of code related blobs from Method to oat
by Brian Carlstrom
· 13 years ago
4f0d07c
Spill possibly reference holding registers for runtime calls.
by Ian Rogers
· 13 years ago
1cb0a1d
Support for resolving unknown direct/static methods.
by Ian Rogers
· 13 years ago
ad25ac5
Static and direct resolution stub.
by Ian Rogers
· 13 years ago
58ae941
Simplify command line arguments
by Brian Carlstrom
· 13 years ago
e24fa61
Separate oat from image
by Brian Carlstrom
· 13 years ago
ff1ed47
Class cast, fill array and interface exception support.
by Ian Rogers
· 13 years ago
27ec961
Adding oat_process
by Brian Carlstrom
· 13 years ago
78128a6
oatdump
by Brian Carlstrom
· 13 years ago
1619286
Add oat file generation and tests to build
by Brian Carlstrom
· 13 years ago
2c8f653
Support for cross compilation.
by Ian Rogers
· 13 years ago
69b15fb
Working dex2oat and oatexec
by Brian Carlstrom
· 13 years ago