summaryrefslogtreecommitdiffstats
path: root/vm/IndirectRefTable.h
Commit message (Expand)AuthorAgeFilesLines
* Optimize IndirectRefTable.Jeff Brown2011-10-271-52/+27
* Only allocate slot_data_ as needed.Elliott Hughes2011-07-201-15/+18
* Don't use dvmIsValidObject outside the GC.Elliott Hughes2011-07-191-1/+1
* Fix the jweak implementation.Elliott Hughes2011-07-111-4/+57
* Add JNI app bug workarounds.Elliott Hughes2011-07-101-6/+3
* Don't abort when a weak global's referent is cleared.Elliott Hughes2011-07-061-1/+1
* Clean up IndirectRefTable a bit.Elliott Hughes2011-06-211-183/+130
* Remove incorrect comment.Elliott Hughes2011-06-201-1/+0
* Normalize the include guard style.Carl Shapiro2011-06-141-3/+3
* Get rid of uneeded extern, enum, typedef and struct qualifiers.Carl Shapiro2011-04-271-16/+8
* Compile the garbage collector and heap profiler as C++.Carl Shapiro2011-04-081-0/+9
* Improve JNI indirect ref diagnosticsAndy McFadden2011-04-071-2/+10
* Unify reference table dumpAndy McFadden2011-03-151-0/+2
* Fix implicit conversions, rename reserved works, enable -Wc++-compat.Carl Shapiro2010-12-071-1/+1
* Minor debugging tweaks to IndirectRefTable.Andy McFadden2009-08-311-6/+20
* Progress toward indirect JNI references.Andy McFadden2009-08-201-2/+26
* Indirect reference table implementation.Andy McFadden2009-07-311-0/+344