Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_art
/
5fe594f576225dd7d333835e39c448a71ea9b433
/
src
/
runtime.cc
5fe594f
A bit further along the track of multiple threads.
by Elliott Hughes
· 13 years ago
02b48d1
Sketch out detaching threads (with partial implementation).
by Elliott Hughes
· 13 years ago
dcc2474
A little bit more of the threads implementation.
by Elliott Hughes
· 13 years ago
69b15fb
Working dex2oat and oatexec
by Brian Carlstrom
· 13 years ago
42ee142
Log line-at-a-time to work around Android logging lossage.
by Elliott Hughes
· 13 years ago
d92bec4
More SIGQUIT handling, various Thread fixes.
by Elliott Hughes
· 13 years ago
a095764
Add back the dalvik-style JNI logging and tracing.
by Elliott Hughes
· 13 years ago
410c0c8
Mark more roots.
by Elliott Hughes
· 13 years ago
cf4c6c4
Fully implement string interning.
by Elliott Hughes
· 13 years ago
bf86d04
Start adding implementations for runtime-provided native methods.
by Elliott Hughes
· 13 years ago
ad7c2a3
Add infrastructure for registering built-in native methods.
by Elliott Hughes
· 13 years ago
1f87008
Add HeapTest and make GC work enough to pass it
by Brian Carlstrom
· 13 years ago
90a3369
Switch to UniquePtr.
by Elliott Hughes
· 13 years ago
3402380
Remove uses of scoped_ptr_malloc.
by Elliott Hughes
· 13 years ago
9f30b38
Externalize test code
by Brian Carlstrom
· 13 years ago
e27955c
Add the signal catcher (for SIGQUIT and SIGUSR1).
by Elliott Hughes
· 13 years ago
c1674ed
Make valgrind happier and stop us leaking so much we can can't run the tests on a device.
by Elliott Hughes
· 13 years ago
9ea1cb1
First pass of compiler wrapping class
by Brian Carlstrom
· 13 years ago
7577075
Finish off the new JNI implementation.
by Elliott Hughes
· 13 years ago
5174fe6
Add the condition variable to System.loadLibrary and implement UnregisterNatives.
by Elliott Hughes
· 13 years ago
a663ea5
Initialize ClassLinker from image
by Brian Carlstrom
· 13 years ago
18c0753
Initialize the rest of libcore's native code.
by Elliott Hughes
· 13 years ago
c5f7c91
Switch to indirect references rather than direct pointers.
by Elliott Hughes
· 13 years ago
4a289ed
Work on heap and space initialization to support image loading
by Brian Carlstrom
· 13 years ago
b765be0
Alloc stack using MemMap and -Xss
by Brian Carlstrom
· 13 years ago
f734cf5
Add ParsedOptions test (and migrate RuntimeTest to CommonTest)
by Brian Carlstrom
· 13 years ago
0af5543
Code for loading shared libraries and calling JNI_OnLoad.
by Elliott Hughes
· 13 years ago
515a5bc
Add the -Xcheck:jni option.
by Elliott Hughes
· 13 years ago
bbd7671
Add the two ReferenceTables.
by Elliott Hughes
· 13 years ago
6ea095a
Parse required options
by Brian Carlstrom
· 13 years ago
8a43659
Work on option parsing as prelude to image loading
by Brian Carlstrom
· 13 years ago
f2682d5
Fix the invocation interface.
by Elliott Hughes
· 13 years ago
53b6131
Use the UNIMPLEMENTED macro everywhere.
by Elliott Hughes
· 13 years ago
40ef99e
Start implementing JNI.
by Elliott Hughes
· 13 years ago
b0460ea
Add support for opening classes.dex file from zip, jar, apk
by Brian Carlstrom
· 13 years ago
d3c1575
Address post review comments regarding ParseClassPath.
by Carl Shapiro
· 13 years ago
fc322c7
Initialize the bootstrap class path from standard sources.
by Carl Shapiro
· 13 years ago
4acf464
Clear out the Runtime singleton when destructing a Runtime instance.
by Carl Shapiro
· 13 years ago
2ed144c
Preliminary implementation of the JNI invocation interface.
by Carl Shapiro
· 13 years ago
f615a61
Rename RawDexFile to DexFile
by Brian Carlstrom
· 13 years ago
578bbdc
Move DexFiles to be allocated on the heap
by Brian Carlstrom
· 13 years ago
69759ea
Add allocation and garbage collection infrastructure.
by Carl Shapiro
· 13 years ago
b033c75
x86 JNI compiler and unit tests.
by Ian Rogers
· 13 years ago
ffe6736
Implement Runtime::Abort and switch LOG(FATAL) over to it.
by Elliott Hughes
· 14 years ago
61e019d
Initialize runtime constituents on runtime construction.
by Carl Shapiro
· 14 years ago
1fb8620
Add class loading infrastructure.
by Carl Shapiro
· 14 years ago