Home
last modified time | relevance | path

Searched defs:runtimeAssembly (Results 1 – 6 of 6) sorted by relevance

/dports/lang/solidity/solidity_0.8.11/libsolidity/codegen/
H A DCompiler.h56 evmasm::Assembly const& runtimeAssembly() const { return m_context.assembly().sub(m_runtimeSub); } in runtimeAssembly() function
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.Reflection.Core/src/System/Reflection/Runtime/General/
H A DDispensers.cs123 …GetNativeFormatRuntimeAssembly(AssemblyBindResult bindResult, ref RuntimeAssembly runtimeAssembly); in GetNativeFormatRuntimeAssembly()
124 …al void GetEcmaRuntimeAssembly(AssemblyBindResult bindResult, ref RuntimeAssembly runtimeAssembly); in GetEcmaRuntimeAssembly()
H A DDispensers.Ecma.cs36 …ial void GetEcmaRuntimeAssembly(AssemblyBindResult bindResult, ref RuntimeAssembly runtimeAssembly) in GetEcmaRuntimeAssembly()
H A DDispensers.NativeFormat.cs36 … GetNativeFormatRuntimeAssembly(AssemblyBindResult bindResult, ref RuntimeAssembly runtimeAssembly) in GetNativeFormatRuntimeAssembly()
/dports/lang/solidity/solidity_0.8.11/libyul/
H A DAssemblyStack.cpp310 evmasm::Assembly& runtimeAssembly = assembly.sub(*subIndex); in assembleEVMWithDeployed() local
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.Reflection.Core/src/System/Reflection/Runtime/Assemblies/
H A DRuntimeAssembly.cs316 public CaseSensitiveTypeCache(RuntimeAssembly runtimeAssembly) in CaseSensitiveTypeCache()