2 references to GetWasmVirtualIP
ILCompiler.ReadyToRun (2)
Compiler\DependencyAnalysis\ReadyToRun\ExceptionInfoLookupTableNode.cs (1)
129
exceptionInfoLookupBuilder.EmitUInt(factory.RuntimeFunctionsTable.
GetWasmVirtualIP
(_methodNodes[index], 0));
Compiler\DependencyAnalysis\ReadyToRun\RuntimeFunctionsTableNode.cs (1)
186
runtimeFunctionsBuilder.EmitUInt(
GetWasmVirtualIP
(method, frameIndex) | (frameIndex != 0 ? 0x80000000 : 0));