index
:
art.git
replicant-6.0
Android's art
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
runtime
/
jni_internal.cc
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Compile time performance improvements focusing on interpret-only.
Ian Rogers
2014-09-12
1
-1
/
+1
*
|
Delete pin table
Mathieu Chartier
2014-09-11
1
-8
/
+0
*
|
Remove abuse of mirror::Object* to reference special values.
Ian Rogers
2014-09-03
1
-14
/
+4
*
|
Add native memory accounting through custom allocator.
Mathieu Chartier
2014-08-29
1
-0
/
+1
*
|
Merge "[ART] Move to system/core native bridge library"
Calin Juravle
2014-08-15
1
-1
/
+0
|
\
\
|
*
|
[ART] Move to system/core native bridge library
Calin Juravle
2014-08-15
1
-1
/
+0
*
|
|
Avoid use of std::string where we have const char*.
Ian Rogers
2014-08-12
1
-5
/
+8
|
/
/
*
|
Wire up check JNI force copy mode.
Ian Rogers
2014-08-08
1
-837
/
+69
|
/
*
Fix broken JNI IsAssignableFrom.
Narayan Kamath
2014-08-01
1
-1
/
+3
*
Add GcRoot to clean up and enforce read barriers.
Hiroshi Yamauchi
2014-07-29
1
-6
/
+6
*
Integrate ART with NativeBridge interfaces
Yong WU
2014-07-24
1
-5
/
+53
*
Remove object_utils.h.
Ian Rogers
2014-07-16
1
-1
/
+0
*
Break apart header files.
Ian Rogers
2014-07-15
1
-1
/
+1
*
More checks in JNI RegisterNatives
Sebastien Hertz
2014-07-03
1
-1
/
+23
*
ART: JNI ExceptionDescribe crashes if no exception occurred
Alexei Zavjalov
2014-07-02
1
-0
/
+5
*
Fix JNI ToReflectedMethod for constructor
Sebastien Hertz
2014-06-26
1
-1
/
+6
*
Address comments on change 45d26c86b00580593067ca42091ad66cf7dc4f7c
Brian Carlstrom
2014-06-25
1
-1
/
+1
*
Treat larger than jint capacity in NewDirectByteBuffer as an error
Brian Carlstrom
2014-06-25
1
-2
/
+7
*
Merge "Add more read barriers for JNI roots."
Hiroshi Yamauchi
2014-06-20
1
-5
/
+4
|
\
|
*
Add more read barriers for JNI roots.
Hiroshi Yamauchi
2014-06-20
1
-5
/
+4
*
|
Ensure classes are initialized rather than initializing.
Ian Rogers
2014-06-18
1
-2
/
+1
|
/
*
Fix GetMethodID to find an interface method from a super-interface
Brian Carlstrom
2014-06-18
1
-0
/
+2
*
Fix exception reporting from interpreter
Sebastien Hertz
2014-06-11
1
-0
/
+3
*
Modified functions to return pointers where appropriate
Fred Shih
2014-06-02
1
-14
/
+48
*
Fix GC race condition in visit roots
Serguei Katkov
2014-06-02
1
-1
/
+2
*
Merge "Compaction cleanup for FindArrayClass."
Mathieu Chartier
2014-05-30
1
-1
/
+1
|
\
|
*
Compaction cleanup for FindArrayClass.
Mathieu Chartier
2014-05-30
1
-1
/
+1
*
|
Add read barriers for the weak roots in the JNI weak globals.
Hiroshi Yamauchi
2014-05-29
1
-2
/
+7
|
/
*
Revert "Revert "Fix an outstanding compaction bug in interpreter.""
Mathieu Chartier
2014-05-23
1
-1
/
+1
*
Revert "Fix an outstanding compaction bug in interpreter."
Mathieu Chartier
2014-05-22
1
-1
/
+1
*
Fix an outstanding compaction bug in interpreter.
Mathieu Chartier
2014-05-22
1
-1
/
+1
*
Fix race condition between GCDaemon and DeleteLocalReference
Yevgeny Rouban
2014-05-20
1
-8
/
+13
*
Now we have a proper C++ library, use std::unique_ptr.
Ian Rogers
2014-05-19
1
-1
/
+1
*
Delete ClassHelper and fix compaction bug in GetDirectInterface
Mathieu Chartier
2014-05-18
1
-5
/
+6
*
Compatibility layer to transition from UniquePtr to std::unique_ptr.
Ian Rogers
2014-05-15
1
-1
/
+1
*
Merge "Ensure JNI primitive array type is appropriate."
Ian Rogers
2014-05-14
1
-285
/
+321
|
\
|
*
Ensure JNI primitive array type is appropriate.
Ian Rogers
2014-05-14
1
-285
/
+321
*
|
Add Handle/HandleScope and delete SirtRef.
Mathieu Chartier
2014-05-13
1
-34
/
+41
|
/
*
Add lockless SynchronizedGet for indirect reference table.
Mathieu Chartier
2014-05-05
1
-0
/
+1
*
Force inlining on trivial accessors.
Ian Rogers
2014-04-29
1
-0
/
+1
*
Use __FUNCTION__ in CHECK_NON_NULL_*ARGUMENT.
Mathieu Chartier
2014-04-24
1
-228
/
+230
*
Clean up ScopedThreadStateChange + Get/SetPrimtiveArrayRegion
Mathieu Chartier
2014-04-24
1
-2
/
+2
*
art: fix dlopen error message
Colin Cross
2014-04-23
1
-1
/
+1
*
Remove support for app JNI workarounds.
Ian Rogers
2014-04-22
1
-19
/
+0
*
Allow mixing of thread offsets between 32 and 64bit architectures.
Ian Rogers
2014-04-01
1
-1
/
+1
*
Improvements to Field.get/set.
Ian Rogers
2014-03-21
1
-14
/
+6
*
Refactor reflective method invocation.
Ian Rogers
2014-03-14
1
-131
/
+30
*
Fix tests to pass with VerifyObject.
Mathieu Chartier
2014-03-07
1
-5
/
+1
*
Add more VerifyObject calls.
Mathieu Chartier
2014-03-07
1
-2
/
+8
*
Enable annotalysis on clang ART builds.
Ian Rogers
2014-03-06
1
-4
/
+2
[prev]
[next]