Home
last modified time | relevance | path

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

/dports/lang/mono/mono-5.10.1.57/mcs/class/PEAPI/
H A DCode.cs354 private static readonly byte maxUByteVal = 255; field in PEAPI.CILInstructions
601 } else if (argNo <= maxUByteVal) { in LoadArg()
616 if (argNo <= maxUByteVal) { in LoadArgAdr()
633 } else if (locNo <= maxUByteVal) { in LoadLocal()
648 if (locNo <= maxUByteVal) { in LoadLocalAdr()
662 if (argNo <= maxUByteVal) { in StoreArg()
679 } else if (locNo <= maxUByteVal) { in StoreLocal()