7 references to IsValueType
ILCompiler.ReadyToRun (7)
Compiler\DependencyAnalysis\ReadyToRun\ArgIterator.cs (4)
1589if (IsValueType() && !IsVarArg && _argTypeHandle.IsHomogeneousAggregate()) 1707stackElemSize = _transitionBlock.StackElemSize(GetArgSize(), IsValueType(), IsFloatHfa()); 1851pLoc.m_byteStackSize = _transitionBlock.StackElemSize(byteArgSize, IsValueType(), IsFloatHfa()); 1902pLoc.m_byteStackSize = _transitionBlock.StackElemSize(byteArgSize, IsValueType(), IsFloatHfa());
Compiler\DependencyAnalysis\ReadyToRun\WasmImportThunk.cs (1)
138isIndirectStructArg[argIndex] = argit.IsArgPassedByRef() && argit.IsValueType();
Compiler\DependencyAnalysis\ReadyToRun\WasmInterpreterToR2RThunkNode.cs (1)
105isIndirectStructArg[argIndex] = argit.IsArgPassedByRef() && argit.IsValueType();
Compiler\DependencyAnalysis\ReadyToRun\WasmR2RToInterpreterThunkNode.cs (1)
110isIndirectStructArg[argIndex] = argit.IsArgPassedByRef() && argit.IsValueType();