Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_art
/
885c3bd4d7adcc7f60f656b4f7247e7065feadf3
/
src
/
thread.cc
4873d46
Move static field storage to end of Class instance
by Brian Carlstrom
· 14 years ago
9cff8e1
Convert Class::descriptor_ from StringPiece to String (as part of image loading)
by Brian Carlstrom
· 14 years ago
f4c21c9
Initialize classes in GetFieldID/GetMethodID.
by Elliott Hughes
· 14 years ago
a8cd9f4
Support for local references allocated in SHBs.
by Ian Rogers
· 14 years ago
bfaadc8
Replace a dangerous function with the convenience function callers actually want.
by Elliott Hughes
· 14 years ago
c5f7c91
Switch to indirect references rather than direct pointers.
by Elliott Hughes
· 14 years ago
4a289ed
Work on heap and space initialization to support image loading
by Brian Carlstrom
· 14 years ago
b765be0
Alloc stack using MemMap and -Xss
by Brian Carlstrom
· 14 years ago
f734cf5
Add ParsedOptions test (and migrate RuntimeTest to CommonTest)
by Brian Carlstrom
· 14 years ago
0af5543
Code for loading shared libraries and calling JNI_OnLoad.
by Elliott Hughes
· 14 years ago
515a5bc
Add the -Xcheck:jni option.
by Elliott Hughes
· 14 years ago
bbd7671
Add the two ReferenceTables.
by Elliott Hughes
· 14 years ago
710a0cb
Extra tests (and a bug fix).
by Elliott Hughes
· 14 years ago
a5b897e
Add semi-functional exception throwing.
by Elliott Hughes
· 14 years ago
53b6131
Use the UNIMPLEMENTED macro everywhere.
by Elliott Hughes
· 14 years ago
330304d
Create JNIEnv*s on the right threads.
by Elliott Hughes
· 14 years ago
b0460ea
Add support for opening classes.dex file from zip, jar, apk
by Brian Carlstrom
· 14 years ago
7a90959
Make the RuntimeTest use Runtime instances instead of its constituents.
by Carl Shapiro
· 14 years ago
578bbdc
Move DexFiles to be allocated on the heap
by Brian Carlstrom
· 14 years ago
176f59c
Fix build breakage.
by Ian Rogers
· 14 years ago
b033c75
x86 JNI compiler and unit tests.
by Ian Rogers
· 14 years ago
1f359b0
Improve CHECK_<op> logging.
by Elliott Hughes
· 14 years ago
a5780da
Fix class_linker_test.
by Elliott Hughes
· 14 years ago
eb4f614
Flesh out the logging implementation.
by Elliott Hughes
· 14 years ago
61e019d
Initialize runtime constituents on runtime construction.
by Carl Shapiro
· 14 years ago
b557353
Add more functionality to the thread and mutex implementation.
by Carl Shapiro
· 14 years ago