14 references to TypeThreadStaticIndex
ILCompiler.Compiler (13)
Compiler\DependencyAnalysis\GenericLookupResult.cs (1)
851return factory.TypeThreadStaticIndex(instantiatedType);
Compiler\DependencyAnalysis\ReflectedFieldNode.cs (1)
74dependencies.Add(factory.TypeThreadStaticIndex(_field.OwningType), "Threadstatic base of a reflectable field");
Compiler\DependencyAnalysis\ReflectionFieldMapNode.cs (1)
119staticsNode = factory.TypeThreadStaticIndex(metadataType);
Compiler\DependencyAnalysis\StaticsInfoHashtableNode.cs (2)
63dependencies.Add(factory.TypeThreadStaticIndex(metadataType), "Threadstatics indirection for StaticsInfoHashtable"); 93bag.AppendUnsigned(BagElementKind.ThreadStaticIndex, _nativeStaticsReferences.GetIndex(factory.TypeThreadStaticIndex(metadataType)));
Compiler\DependencyAnalysis\Target_ARM\ARMReadyToRunHelperNode.cs (1)
47encoder.EmitMOV(encoder.TargetRegister.Arg2, factory.TypeThreadStaticIndex(target));
Compiler\DependencyAnalysis\Target_ARM64\ARM64ReadyToRunHelperNode.cs (1)
47ISortableSymbolNode index = factory.TypeThreadStaticIndex(target);
Compiler\DependencyAnalysis\Target_LoongArch64\LoongArch64ReadyToRunHelperNode.cs (1)
48encoder.EmitMOV(encoder.TargetRegister.Arg2, factory.TypeThreadStaticIndex(target));
Compiler\DependencyAnalysis\Target_RiscV64\RiscV64ReadyToRunHelperNode.cs (1)
47encoder.EmitMOV(encoder.TargetRegister.Arg2, factory.TypeThreadStaticIndex(target));
Compiler\DependencyAnalysis\Target_X64\X64ReadyToRunHelperNode.cs (1)
49ISortableSymbolNode index = factory.TypeThreadStaticIndex(target);
Compiler\DependencyAnalysis\Target_X86\X86ReadyToRunHelperNode.cs (1)
46ISortableSymbolNode index = factory.TypeThreadStaticIndex(target);
Compiler\DependencyAnalysis\ThreadStaticsNode.cs (1)
94result.Add(new DependencyListEntry(factory.TypeThreadStaticIndex(type), "ThreadStatic index for debug visualization"));
Compiler\RootingServiceProvider.cs (1)
93_rootAdder(_factory.TypeThreadStaticIndex(metadataType), reason);
ILCompiler.RyuJit (1)
JitInterface\CorInfoImpl.RyuJit.cs (1)
2187ISortableSymbolNode index = _compilation.NodeFactory.TypeThreadStaticIndex(field.OwningType);