Home
last modified time | relevance | path

Searched refs:dispatchCell (Results 1 – 3 of 3) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corert/src/Native/Runtime/
H A DCachedInterfaceDispatch.cpp546 COOP_PINVOKE_HELPER(void, RhpSetTLSDispatchCell, (void *dispatchCell))
548 t_TLS_DispatchCell = dispatchCell;
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.CoreLib/src/System/
H A DDelegate.cs224 private void InitializeClosedInstanceToInterface(object firstParameter, IntPtr dispatchCell) in InitializeClosedInstanceToInterface() argument
229 … m_functionPointer = RuntimeImports.RhpResolveInterfaceMethod(firstParameter, dispatchCell); in InitializeClosedInstanceToInterface()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.TypeLoader/src/Internal/Runtime/TypeLoader/
H A Dgenericdictionarycell.cs122 InterfaceCallCell dispatchCell = new InterfaceCallCell(); in CreateInterfaceCallCell()
123 dispatchCell.InterfaceType = interfaceType; in CreateInterfaceCallCell()
124 dispatchCell.Slot = slot; in CreateInterfaceCallCell()
125 return dispatchCell; in CreateInterfaceCallCell()