summaryrefslogtreecommitdiff
path: root/src/gc/gchandletableimpl.h
AgeCommit message (Expand)AuthorFilesLines
2017-04-20Rename CompareAndSwap to InterlockedCompareExchange.Aditya Mandaleeka1-1/+1
2017-04-17Move handle manipulation functions to interface.Aditya Mandaleeka1-0/+6
2017-04-14Make HandleStores contain their underlying bucket directly.Aditya Mandaleeka1-6/+1
2017-04-13Rename IGCHandleTable to IGCHandleManager.Aditya Mandaleeka1-1/+1
2017-04-13Make a GCHandleStore class and interface for use by the VM.Aditya Mandaleeka1-13/+29
2017-04-11Rename overloaded "table" to "store" for VM side concept.Aditya Mandaleeka1-9/+9
2017-04-11Hide knowledge of handle table buckets and home heaps from VM side.Aditya Mandaleeka1-0/+8
2017-04-11Add GetNewHandleTable and GetGlobalHandleTable to interface.Aditya Mandaleeka1-0/+4
2017-04-11Remove GetHandleTableForHandle and add CreateDuplicateHandle.Aditya Mandaleeka1-2/+2
2017-04-11Replace GetHandleTableContext with GetHandleContext.Aditya Mandaleeka1-1/+1
2017-04-10Move handle destruction code to IGCHandleTable.Aditya Mandaleeka1-0/+6
2017-04-07Add creation of special handle types to IGCHandleTable.Aditya Mandaleeka1-0/+6
2017-04-05Add handle creation functionality to IGCHandleTable and make VM code use it.Aditya Mandaleeka1-0/+2
2017-03-31Change how VM calls ObjectFromHandle.Aditya Mandaleeka1-2/+2
2017-03-31Add way to get table for handle and ADIndex for handletable.Aditya Mandaleeka1-0/+4
2017-03-29Create a GCHandleTable interface with Init/Shutdown.Aditya Mandaleeka1-0/+18