Home
last modified time | relevance | path

Searched refs:RepresentsIndirectionCell (Results 1 – 25 of 34) sorted by relevance

12

/dports/lang/mono/mono-5.10.1.57/external/corert/src/ILCompiler.Compiler/src/Compiler/DependencyAnalysis/
H A DImportedThreadStaticsNode.cs16 public override bool RepresentsIndirectionCell => true; field in ILCompiler.DependencyAnalysis.ImportedThreadStaticsIndexNode
26 public override bool RepresentsIndirectionCell => true; field in ILCompiler.DependencyAnalysis.ImportedThreadStaticsOffsetNode
H A DImportedStaticsNode.cs16 public override bool RepresentsIndirectionCell => true; field in ILCompiler.DependencyAnalysis.ImportedGCStaticsNode
26 public override bool RepresentsIndirectionCell => true; field in ILCompiler.DependencyAnalysis.ImportedNonGCStaticsNode
H A DImportedGenericDictionaryNode.cs20 public override bool RepresentsIndirectionCell => true; field in ILCompiler.DependencyAnalysis.ImportedMethodGenericDictionaryNode
34 public override bool RepresentsIndirectionCell => true; field in ILCompiler.DependencyAnalysis.ImportedTypeGenericDictionaryNode
H A DRuntimeDeterminedMethodNode.cs34 public bool RepresentsIndirectionCell => _canonicalMethodNode.RepresentsIndirectionCell; field in ILCompiler.DependencyAnalysis.RuntimeDeterminedMethodNode
H A DShadowConcreteUnboxingThunkNode.cs38 public bool RepresentsIndirectionCell => _canonicalThunk.RepresentsIndirectionCell; field in ILCompiler.DependencyAnalysis.ShadowConcreteUnboxingThunkNode
H A DShadowConcreteMethodNode.cs41 public bool RepresentsIndirectionCell => CanonicalMethodNode.RepresentsIndirectionCell; field in ILCompiler.DependencyAnalysis.ShadowConcreteMethodNode
H A DImportedEETypeSymbolNode.cs25 public override bool RepresentsIndirectionCell => true; field in ILCompiler.DependencyAnalysis.ImportedEETypeSymbolNode
H A DISymbolNode.cs32 bool RepresentsIndirectionCell { get; } property
H A DExternSymbolNode.cs33 public virtual bool RepresentsIndirectionCell => false; field in ILCompiler.DependencyAnalysis.ExternSymbolNode
H A DEmbeddedObjectNode.cs59 public virtual bool RepresentsIndirectionCell => false; field in ILCompiler.DependencyAnalysis.EmbeddedObjectNode
H A DObjectAndOffsetSymbolNode.cs44 public bool RepresentsIndirectionCell => false; field in ILCompiler.DependencyAnalysis.ObjectAndOffsetSymbolNode
H A DObjectNode.cs31 public virtual bool RepresentsIndirectionCell => false; field in ILCompiler.DependencyAnalysis.ObjectNode
H A DScannedMethodNode.cs37 public bool RepresentsIndirectionCell => false; field in ILCompiler.DependencyAnalysis.ScannedMethodNode
H A DFrozenStringNode.cs51 if (stringSymbol.RepresentsIndirectionCell) in GetEETypeNode()
H A DStringAllocatorMethodNode.cs35 public bool RepresentsIndirectionCell => false; field in ILCompiler.DependencyAnalysis.StringAllocatorMethodNode
H A DFrozenArrayNode.cs50 Debug.Assert(!node.RepresentsIndirectionCell); // Array are always local in GetEETypeNode()
H A DInterfaceDispatchCellNode.cs86 if (interfaceType.RepresentsIndirectionCell) in GetData()
H A DExternalReferencesTableNode.cs109 if (symbolAndDelta.Symbol.RepresentsIndirectionCell) in GetData()
H A DNonExternMethodSymbolNode.cs169 public bool RepresentsIndirectionCell => false; field in ILCompiler.DependencyAnalysis.NonExternMethodSymbolNode.FuncletSymbol
/dports/lang/mono/mono-5.10.1.57/external/corert/src/ILCompiler.Compiler/src/Compiler/DependencyAnalysis/Target_ARM/
H A DARMJumpStubNode.cs13 if (!_target.RepresentsIndirectionCell) in EmitCode()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.Jit/src/Internal/Runtime/JitSupport/
H A DExternObjectSymbolNode.cs37 public bool RepresentsIndirectionCell => true; field in Internal.Runtime.JitSupport.ExternObjectSymbolNode
/dports/lang/mono/mono-5.10.1.57/external/corert/src/ILCompiler.CppCodeGen/src/Compiler/DependencyAnalysis/
H A DCppMethodCodeNode.cs60 public bool RepresentsIndirectionCell => false; field in ILCompiler.DependencyAnalysis.CppMethodCodeNode
/dports/lang/mono/mono-5.10.1.57/external/corert/src/ILCompiler.WebAssembly/src/Compiler/DependencyAnalysis/
H A DWebAssemblyMethodCodeNode.cs52 public bool RepresentsIndirectionCell => false; field in ILCompiler.DependencyAnalysis.WebAssemblyMethodCodeNode
/dports/lang/mono/mono-5.10.1.57/external/corert/src/ILCompiler.Compiler/src/Compiler/DependencyAnalysis/Target_ARM64/
H A DARM64Emitter.cs60 if (symbol.RepresentsIndirectionCell) in EmitJMP()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/ILCompiler.Compiler/src/Compiler/DependencyAnalysis/Target_X86/
H A DX86Emitter.cs31 if (symbol.RepresentsIndirectionCell) in EmitJMP()

12