Home
last modified time | relevance | path

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

/dports/lang/mono/mono-5.10.1.57/external/corert/src/Runtime.Base/src/System/Runtime/
H A DThunkPool.cs70 internal IntPtr _blockBaseAddress; field in System.Runtime.ThunksHeap.AllocatedBlock
125 _allocatedBlocks._blockBaseAddress = thunkStubsBlock; in ThunksHeap()
183 newBlockInfo._blockBaseAddress = thunkStubsBlock; in ExpandHeap()
272 if (thunkAddressValue >= (nuint)currentBlock._blockBaseAddress && in IsThunkInHeap()
273 …thunkAddressValue < (nuint)currentBlock._blockBaseAddress + (nuint)(Constants.NumThunksPerBlock * … in IsThunkInHeap()