7 references to
ILCompiler.ReadyToRun (7)
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\WasmObjectWriter.cs (7)
541PrependCount(_sections[ObjectNodeSection.WasmCodeSection.Name], MethodCount); 1332PrependCount(_sections[WasmObjectNodeSection.FunctionSection.Name], MethodCount); 1333PrependCount(_sections[ObjectNodeSection.WasmTypeSection.Name], _wasmSymbolManager.GetDefinitionCount(WasmIndexSpace.Type)); 1334PrependCount(_sections[WasmObjectNodeSection.ExportSection.Name], _numExports); 1338PrependCount(_sections[WasmObjectNodeSection.ElementSection.Name], _numElements); 1341PrependCount(_sections[WasmObjectNodeSection.ImportSection.Name], _wasmSymbolManager.GetImportCount()); 1342PrependCount(_sections[WasmObjectNodeSection.GlobalSection.Name], _wasmSymbolManager.GetDefinitionCount(WasmIndexSpace.Global));