2 instantiations of GcTransitionCall
Microsoft.Diagnostics.DataContractReader.Contracts (2)
Contracts\GCInfo\X86\GCArgTable.cs (2)
318transition = new GcTransitionCall((int)curOffs, _header.EbpFrame, regMask, byrefRegMask); 351GcTransitionCall transition = new GcTransitionCall((int)curOffs, _header.EbpFrame, callRegMask, iregMask);
11 references to GcTransitionCall
Microsoft.Diagnostics.DataContractReader.Contracts (11)
Contracts\GCInfo\X86\GCArgTable.cs (4)
214GcTransitionCall? transition; 329transition.PtrArgs.Add(new GcTransitionCall.PtrArg(stkOffs, lowBit)); 351GcTransitionCall transition = new GcTransitionCall((int)curOffs, _header.EbpFrame, callRegMask, iregMask); 359transition.PtrArgs.Add(new GcTransitionCall.PtrArg(pndOffs, 0));
Contracts\GCInfo\X86\GCInfo.cs (7)
296case GcTransitionCall: 524if (transition is GcTransitionCall) 667GcTransitionCall? activeCallSite = null; 708case GcTransitionCall callT when offset == (int)instructionOffset: 717case GcTransitionCall: 753foreach (GcTransitionCall.CallRegister cr in activeCallSite.CallRegisters) 761foreach (GcTransitionCall.PtrArg pa in activeCallSite.PtrArgs)