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.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add more info for attempting to delete non-JNI local reference
Mathieu Chartier
2015-06-02
1
-1
/
+4
*
Only print IRT remove local warning if CheckJNI is enabled
Mathieu Chartier
2015-04-29
1
-4
/
+10
*
Replace NULL with nullptr
Mathieu Chartier
2015-04-22
1
-10
/
+7
*
Fix valgrind tests
Mathieu Chartier
2015-04-14
1
-1
/
+4
*
ART: IRT refactor
Andreas Gampe
2015-04-09
1
-4
/
+17
*
Fix CC root visiting bug
Mathieu Chartier
2015-04-07
1
-1
/
+1
*
Refactor and improve GC root handling
Mathieu Chartier
2015-04-06
1
-9
/
+3
*
Add support for .bss section in oat files.
Vladimir Marko
2015-03-02
1
-1
/
+1
*
Print more info in MarkSweep::VerifyRoot
Mathieu Chartier
2015-01-15
1
-3
/
+3
*
Trim reference tables when we trim the heap
Mathieu Chartier
2014-11-26
1
-2
/
+8
*
C++11 related clean-up of DISALLOW_..
Ian Rogers
2014-10-22
1
-5
/
+5
*
Reduce IndirectReferenceTable memory usage
Mathieu Chartier
2014-09-25
1
-54
/
+27
*
Address read barrier issue with cl/106467
Hiroshi Yamauchi
2014-09-09
1
-4
/
+11
*
Remove abuse of mirror::Object* to reference special values.
Ian Rogers
2014-09-03
1
-4
/
+0
*
Wire up check JNI force copy mode.
Ian Rogers
2014-08-08
1
-1
/
+2
*
Add GcRoot to clean up and enforce read barriers.
Hiroshi Yamauchi
2014-07-29
1
-16
/
+18
*
Runtime can now be set to require relocation
Alex Light
2014-07-22
1
-0
/
+1
*
Add more read barriers for JNI roots.
Hiroshi Yamauchi
2014-06-20
1
-5
/
+2
*
Add read barriers for the class and the intern tables.
Hiroshi Yamauchi
2014-06-13
1
-1
/
+1
*
Add read barriers for the weak roots in the JNI weak globals.
Hiroshi Yamauchi
2014-05-29
1
-5
/
+16
*
Add Handle/HandleScope and delete SirtRef.
Mathieu Chartier
2014-05-13
1
-4
/
+4
*
Add lockless SynchronizedGet for indirect reference table.
Mathieu Chartier
2014-05-05
1
-100
/
+19
*
Remove support for app JNI workarounds.
Ian Rogers
2014-04-22
1
-11
/
+2
*
Fix tests to pass with VerifyObject.
Mathieu Chartier
2014-03-07
1
-1
/
+3
*
Add more VerifyObject calls.
Mathieu Chartier
2014-03-07
1
-0
/
+9
*
Enable annotalysis on clang ART builds.
Ian Rogers
2014-03-06
1
-0
/
+26
*
Disable compaction for jni workarounds.
Mathieu Chartier
2014-03-06
1
-2
/
+2
*
Change root visitor to use Object**.
Mathieu Chartier
2014-02-18
1
-1
/
+1
*
Add root types and thread id to root visiting.
Mathieu Chartier
2014-02-11
1
-2
/
+3
*
Change IndirectReferenceTable::Add null DCHECK to CHECK.
Mathieu Chartier
2013-12-19
1
-1
/
+1
*
Add support for changing roots through the root visitor callback.
Mathieu Chartier
2013-09-13
1
-7
/
+9
*
Fix up TODO: c++0x, update cpplint.
Mathieu Chartier
2013-08-16
1
-3
/
+2
*
Fix NewLocalRef to use AddLocalReference.
Elliott Hughes
2013-07-29
1
-1
/
+1
*
Fix cpplint whitespace/comments issues
Brian Carlstrom
2013-07-26
1
-1
/
+1
*
Create separate Android.mk for main build targets
Brian Carlstrom
2013-07-12
1
-0
/
+330