Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
art
/
bffb15585b8fd43d3ca534ddbb85e7f591595951
/
src
/
thread.h
bffb155
Convert CompilerTest over to use Compiler
by Brian Carlstrom
· 13 years ago
79082e3
Add the runtime lookup of native method implementations.
by Elliott Hughes
· 13 years ago
69f5bc6
If JNIEnvExt is-a JNIEnv, we can lose a bunch of reinterpret_casts.
by Elliott Hughes
· 13 years ago
408f79a
Add validate object, clean up stack indirect reference table.
by Ian Rogers
· 13 years ago
5433072
Added support for 64-bit shifts, fix const-wide
by buzbee
· 13 years ago
3ea4ec5
Misc fixes, new compiler unit tests
by buzbee
· 13 years ago
5174fe6
Add the condition variable to System.loadLibrary and implement UnregisterNatives.
by Elliott Hughes
· 13 years ago
e5b0dc8
Add "class Throwable" and rewrite exception throwing to use JNI.
by Elliott Hughes
· 13 years ago
1a18c8c
Initial implementation of throw+unwind+Frame.
by Shih-wei Liao
· 13 years ago
37f7a40
Implement more of the exception/object/class JNI functions.
by Elliott Hughes
· 13 years ago
edcc09c
Cleanup.
by Elliott Hughes
· 13 years ago
c143c55
Updating the compiler to use the new-world model
by buzbee
· 13 years ago
a8cd9f4
Support for local references allocated in SHBs.
by Ian Rogers
· 13 years ago
6de0860
Record thread data when making reentrant transitions.
by Ian Rogers
· 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
b765be0
Alloc stack using MemMap and -Xss
by Brian Carlstrom
· 13 years ago
515a5bc
Add the -Xcheck:jni option.
by Elliott Hughes
· 13 years ago
a5b897e
Add semi-functional exception throwing.
by Elliott Hughes
· 13 years ago
ad107ab
Remove author attributions.
by Carl Shapiro
· 13 years ago
b20a554
Implement a few of the easy JNI functions.
by Elliott Hughes
· 13 years ago
330304d
Create JNIEnv*s on the right threads.
by Elliott Hughes
· 13 years ago
40ef99e
Start implementing JNI.
by Elliott Hughes
· 13 years ago
a40f9bc
Add ObjectArray::CopyOf
by Brian Carlstrom
· 13 years ago
578bbdc
Move DexFiles to be allocated on the heap
by Brian Carlstrom
· 13 years ago
45a76cb
Exception and suspend count polling on JNI bridge return.
by Ian Rogers
· 13 years ago
69759ea
Add allocation and garbage collection infrastructure.
by Carl Shapiro
· 13 years ago
df20fe0
Support for synchronized native methods.
by Ian Rogers
· 13 years ago
b033c75
x86 JNI compiler and unit tests.
by Ian Rogers
· 13 years ago
d0e7e77
Use a TLS value to retrieve the current thread.
by Carl Shapiro
· 13 years ago
61e019d
Initialize runtime constituents on runtime construction.
by Carl Shapiro
· 13 years ago
b557353
Add more functionality to the thread and mutex implementation.
by Carl Shapiro
· 13 years ago
0e5d75d
Add support for linking classes.
by Carl Shapiro
· 13 years ago