4 references to GetArm64Rel12
ILCompiler.ReadyToRun (4)
src\runtime\src\coreclr\tools\Common\Compiler\DependencyAnalysis\Relocation.cs (4)
331
Debug.Assert(
GetArm64Rel12
(pCode) == imm12);
353
Debug.Assert(
GetArm64Rel12
(pCode) == imm12);
769
return
GetArm64Rel12
((uint*)location);
777
Debug.Assert((
GetArm64Rel12
((uint*)location) & 0xFF) == 0);