index
:
art.git
replicant-6.0
Android's art
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
runtime
/
indirect_reference_table.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Intercept JNI invocation of String.<init> methods.
Jeff Hao
2015-05-20
1
-0
/
+11
*
Replace NULL with nullptr
Mathieu Chartier
2015-04-22
1
-2
/
+2
*
ART: IRT refactor
Andreas Gampe
2015-04-09
1
-1
/
+6
*
Refactor and improve GC root handling
Mathieu Chartier
2015-04-06
1
-4
/
+4
*
Avoid unaligned accesses (SIGBUG/BUS_ADRALN) in IRT.
Hiroshi Yamauchi
2015-02-23
1
-1
/
+3
*
Print more info in MarkSweep::VerifyRoot
Mathieu Chartier
2015-01-15
1
-1
/
+3
*
Trim reference tables when we trim the heap
Mathieu Chartier
2014-11-26
1
-0
/
+3
*
Reduce IndirectReferenceTable memory usage
Mathieu Chartier
2014-09-25
1
-41
/
+35
*
Address read barrier issue with cl/106467
Hiroshi Yamauchi
2014-09-09
1
-4
/
+0
*
Remove abuse of mirror::Object* to reference special values.
Ian Rogers
2014-09-03
1
-13
/
+2
*
Wire up check JNI force copy mode.
Ian Rogers
2014-08-08
1
-1
/
+3
*
Add GcRoot to clean up and enforce read barriers.
Hiroshi Yamauchi
2014-07-29
1
-9
/
+14
*
Add more read barriers for JNI roots.
Hiroshi Yamauchi
2014-06-20
1
-4
/
+6
*
Add read barriers for the weak roots in the JNI weak globals.
Hiroshi Yamauchi
2014-05-29
1
-2
/
+6
*
Now we have a proper C++ library, use std::unique_ptr.
Ian Rogers
2014-05-19
1
-2
/
+2
*
Add Handle/HandleScope and delete SirtRef.
Mathieu Chartier
2014-05-13
1
-1
/
+1
*
Add lockless SynchronizedGet for indirect reference table.
Mathieu Chartier
2014-05-05
1
-11
/
+19
*
Add more VerifyObject calls.
Mathieu Chartier
2014-03-07
1
-6
/
+1
*
Enable annotalysis on clang ART builds.
Ian Rogers
2014-03-06
1
-0
/
+1
*
Add root types and thread id to root visiting.
Mathieu Chartier
2014-02-11
1
-2
/
+2
*
Fix 64bit compilation issues with IndirectRef.
Ian Rogers
2014-01-23
1
-3
/
+3
*
Add support for changing roots through the root visitor callback.
Mathieu Chartier
2013-09-13
1
-6
/
+6
*
Fix up TODO: c++0x, update cpplint.
Mathieu Chartier
2013-08-16
1
-6
/
+4
*
Fix cpplint whitespace/comments issues
Brian Carlstrom
2013-07-26
1
-4
/
+4
*
Fix multiple inclusion guards to match new pathnames
Brian Carlstrom
2013-07-17
1
-3
/
+3
*
Create separate Android.mk for main build targets
Brian Carlstrom
2013-07-12
1
-0
/
+381