index
:
art.git
replicant-6.0
Android's art
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
jni_internal.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make CheckJNI and JNI workarounds mutually exclusive...
Elliott Hughes
2012-03-15
1
-2
/
+2
*
Allocate small arg arrays on the stack
Ian Rogers
2012-02-29
1
-1
/
+1
*
Fix copyright headers.
Elliott Hughes
2012-01-30
1
-1
/
+15
*
You can't call initCause on a ClassNotFoundException.
Elliott Hughes
2012-01-24
1
-0
/
+1
*
Wire up work_around_app_jni_bugs.
Elliott Hughes
2012-01-17
1
-1
/
+0
*
Clean up verbose logging.
Elliott Hughes
2011-12-13
1
-2
/
+0
*
Implement JDWP InvokeMethod and breakpoints on exception throwing.
Elliott Hughes
2011-12-07
1
-0
/
+1
*
Refactor the use of Method by the compiler.
Ian Rogers
2011-11-13
1
-0
/
+1
*
Implement the zygote debug options (late-enabling -Xcheck:jni and so on).
Elliott Hughes
2011-10-24
1
-0
/
+4
*
Implement -Xjnigreflimit.
Elliott Hughes
2011-10-18
1
-0
/
+1
*
Add missing 'explicit's on single-argument constructors.
Elliott Hughes
2011-10-17
1
-1
/
+1
*
Implement EnsureCapacity, PushLocalFrame, and PopLocalFrame.
Elliott Hughes
2011-10-17
1
-1
/
+9
*
Proxy invocation stub.
Ian Rogers
2011-10-11
1
-0
/
+20
*
Support for JNI local reference cookie.
Ian Rogers
2011-09-27
1
-3
/
+10
*
Implement reflective method invocation.
Elliott Hughes
2011-09-23
1
-0
/
+3
*
Save/restore local table state on down calls.
Ian Rogers
2011-09-23
1
-0
/
+5
*
Adding JNI code for dalvik.system.DexFile and java.lang.Class
Brian Carlstrom
2011-09-22
1
-0
/
+14
*
Implement as much of VMDebug as we can reasonably do right now.
Elliott Hughes
2011-09-19
1
-0
/
+4
*
Add packing to class Thread.
Elliott Hughes
2011-09-16
1
-1
/
+1
*
Implement sun.misc.Unsafe and fix the jfieldID/jmethodID leak.
Elliott Hughes
2011-09-14
1
-0
/
+17
*
Generating stub code for registering a jni function at runtime.
Shih-wei Liao
2011-09-12
1
-0
/
+1
*
More threads work.
Elliott Hughes
2011-09-11
1
-5
/
+5
*
Sketch out detaching threads (with partial implementation).
Elliott Hughes
2011-09-07
1
-1
/
+1
*
Add back the dalvik-style JNI logging and tracing.
Elliott Hughes
2011-09-02
1
-3
/
+8
*
Mark more roots.
Elliott Hughes
2011-09-01
1
-0
/
+3
*
Fully implement string interning.
Elliott Hughes
2011-09-01
1
-1
/
+1
*
Start adding implementations for runtime-provided native methods.
Elliott Hughes
2011-09-01
1
-0
/
+3
*
Add back the work-arounds for broken apps that assume JNI uses direct referen...
Elliott Hughes
2011-08-30
1
-0
/
+5
*
Add -Xcheck:jni.
Elliott Hughes
2011-08-29
1
-2
/
+17
*
Make valgrind happier and stop us leaking so much we can can't run the tests ...
Elliott Hughes
2011-08-25
1
-0
/
+1
*
Add the runtime lookup of native method implementations.
Elliott Hughes
2011-08-25
1
-3
/
+10
*
Finish off the new JNI implementation.
Elliott Hughes
2011-08-24
1
-17
/
+8
*
Implement the direct ByteBuffer JNI functions, GetObjectRefType, and the stri...
Elliott Hughes
2011-08-24
1
-0
/
+2
*
If JNIEnvExt is-a JNIEnv, we can lose a bunch of reinterpret_casts.
Elliott Hughes
2011-08-24
1
-8
/
+2
*
Add some missing JNI string functions, GetObjectArrayElement, and all the pri...
Elliott Hughes
2011-08-23
1
-1
/
+2
*
Clean up mutexes on shutdown.
Elliott Hughes
2011-08-18
1
-0
/
+1
*
Initialize the rest of libcore's native code.
Elliott Hughes
2011-08-18
1
-4
/
+4
*
Switch to indirect references rather than direct pointers.
Elliott Hughes
2011-08-18
1
-1
/
+3
*
Code for loading shared libraries and calling JNI_OnLoad.
Elliott Hughes
2011-08-17
1
-1
/
+27
*
Add IndirectReferenceTable and initialize all the instances.
Elliott Hughes
2011-08-17
1
-1
/
+11
*
Issue 5177609: remove Monitor(Enter|Exit)Helper
Ian Rogers
2011-08-17
1
-5
/
+0
*
Add the -Xcheck:jni option.
Elliott Hughes
2011-08-17
1
-2
/
+6
*
Add the two ReferenceTables.
Elliott Hughes
2011-08-17
1
-3
/
+11
*
Fix the invocation interface.
Elliott Hughes
2011-08-15
1
-18
/
+11
*
Start implementing JNI.
Elliott Hughes
2011-08-11
1
-847
/
+11
*
Add stub implementations for the JNI native and invoke interfaces.
Carl Shapiro
2011-08-01
1
-12
/
+842
*
Preliminary implementation of the JNI invocation interface.
Carl Shapiro
2011-07-26
1
-0
/
+23
*
Move DexFiles to be allocated on the heap
Brian Carlstrom
2011-07-22
1
-2
/
+3
*
Support for synchronized native methods.
Ian Rogers
2011-07-21
1
-0
/
+32