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