9 references to GetEntry
Microsoft.Diagnostics.DataContractReader.Contracts (9)
Contracts\CodeNotifications_1.cs (9)
30
Data.JITNotification entry = v.
GetEntry
(foundIndex);
38
while (newLength > 0 && v.
GetEntry
(newLength - 1).IsFree)
51
v.
GetEntry
(existingIndex).WriteState((ushort)flags);
59
if (v.
GetEntry
(i).IsFree)
74
v.
GetEntry
(firstFree).WriteEntry(module, methodToken, (ushort)flags);
91
return (CodeNotificationKind)v.
GetEntry
(foundIndex).State;
109
Data.JITNotification entry = v.
GetEntry
(i);
138
while (newLength > 0 && v.
GetEntry
(newLength - 1).IsFree)
185
Data.JITNotification entry =
GetEntry
(i);