6 references to WASM_TABLE_INDEX_I64
ILCompiler.ReadyToRun (6)
Compiler\DependencyAnalysis\ReadyToRun\WasmImportThunkPortableEntrypoint.cs (1)
77RelocType tableIndexPointerRelocType = factory.Target.PointerSize == 4 ? RelocType.WASM_TABLE_INDEX_I32 : RelocType.WASM_TABLE_INDEX_I64;
src\runtime\src\coreclr\tools\Common\Compiler\DependencyAnalysis\Relocation.cs (4)
687case RelocType.WASM_TABLE_INDEX_I64: 734RelocType.WASM_TABLE_INDEX_I64 => 8, 799case RelocType.WASM_TABLE_INDEX_I64: 838case RelocType.WASM_TABLE_INDEX_I64:
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\WasmObjectWriter.cs (1)
962case RelocType.WASM_TABLE_INDEX_I64: