summaryrefslogtreecommitdiff
path: root/src/gc/objecthandle.h
AgeCommit message (Expand)AuthorFilesLines
2017-06-23[Local GC] Remove a number of inclusions of handle table private headers from...Sean Gillespie1-2/+0
2017-06-01[Local GC] Add async pinned handle methods to the handle interface (#11569)Sean Gillespie1-1/+1
2017-04-19Move ResetOBJECTHANDLE and the associated holder to the VM side.Aditya Mandaleeka1-11/+0
2017-04-17Move handle manipulation functions to interface.Aditya Mandaleeka1-11/+1
2017-04-14Make HandleStores contain their underlying bucket directly.Aditya Mandaleeka1-1/+2
2017-04-11Delete Ref_ContainHandle and ContainsOBJECTHANDLE.Aditya Mandaleeka1-1/+0
2017-04-11Merge pull request #10877 from adityamandaleeka/handle_table_local_gc_nullchecksAditya Mandaleeka1-2/+0
2017-04-10Move handle null checks to VM side.Aditya Mandaleeka1-2/+0
2017-04-10Move handle destruction code to IGCHandleTable.Aditya Mandaleeka1-225/+0
2017-04-09Move variable handle creation.Aditya Mandaleeka1-2/+0
2017-04-07Add creation of special handle types to IGCHandleTable.Aditya Mandaleeka1-73/+0
2017-04-05Add handle creation functionality to IGCHandleTable and make VM code use it.Aditya Mandaleeka1-71/+0
2017-03-31Change how VM calls ObjectFromHandle.Aditya Mandaleeka1-2/+1
2017-03-28[Local GC] Use standard C++ types (bool) and consistent types (void*) on the ...Sean Gillespie1-2/+0
2017-03-13Replace HNDTYPE defines with enum in gcinterface header.Aditya Mandaleeka1-160/+0
2016-11-22This is to separate the diagnostics code out from gc.cpp (exceptMaoni01-3/+4
2016-01-27Update license headersdotnet-bot1-4/+3
2015-11-19Update GC from CoreRTJan Kotas1-0/+3
2015-11-19Some formatting cleanupJan Vorlicek1-2/+2
2015-11-19Replaced remaining typesJan Vorlicek1-8/+8
2015-11-18Replace most windows style types by c++ typesJan Vorlicek1-25/+25
2015-10-15Cleanup GC-EE InterfaceJan Kotas1-3/+5
2015-09-12Use NULL for consistencyJan Kotas1-1/+1
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot1-0/+682