5 references to IsValueType
ILCompiler.ReadyToRun (5)
Compiler\DependencyAnalysis\ReadyToRun\ArgIterator.cs (4)
1555
if (
IsValueType
() && !IsVarArg && _argTypeHandle.IsHomogeneousAggregate())
1673
stackElemSize = _transitionBlock.StackElemSize(GetArgSize(),
IsValueType
(), IsFloatHfa());
1817
pLoc.m_byteStackSize = _transitionBlock.StackElemSize(byteArgSize,
IsValueType
(), IsFloatHfa());
1868
pLoc.m_byteStackSize = _transitionBlock.StackElemSize(byteArgSize,
IsValueType
(), IsFloatHfa());
JitInterface\WasmLowering.ReadyToRun.cs (1)
19
if (argit.
IsValueType
())