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