Skip to content

Commit

Permalink
Merge pull request #5126 from knn-k/aarch64recompHelpers
Browse files Browse the repository at this point in the history
AArch64: Add recompilation helpers to Helpers.inc
  • Loading branch information
0xdaryl authored Apr 27, 2020
2 parents cfd6690 + 315d59d commit baddd6b
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions compiler/runtime/Helpers.inc
Original file line number Diff line number Diff line change
Expand Up @@ -501,12 +501,16 @@ SETVAL(TR_ARM64interpreterSyncDoubleStaticGlue,TR_FSRH+26)
SETVAL(TR_ARM64nativeStaticHelper,TR_FSRH+27)
SETVAL(TR_ARM64interfaceDispatch,TR_FSRH+28)
SETVAL(TR_ARM64countingRecompileMethod,TR_FSRH+29)
SETVAL(TR_ARM64revertToInterpreterGlue,TR_FSRH+30)
SETVAL(TR_ARM64interpreterUnresolvedConstantDynamicGlue, TR_FSRH+31)
SETVAL(TR_ARM64floatRemainder,TR_FSRH+32)
SETVAL(TR_ARM64doubleRemainder,TR_FSRH+33)
SETVAL(TR_ARM64jitCollapseJNIReferenceFrame,TR_FSRH+34)
SETVAL(TR_ARM64numRuntimeHelpers,TR_FSRH+35)
SETVAL(TR_ARM64samplingRecompileMethod,TR_FSRH+30)
SETVAL(TR_ARM64countingPatchCallSite,TR_FSRH+31)
SETVAL(TR_ARM64samplingPatchCallSite,TR_FSRH+32)
SETVAL(TR_ARM64induceRecompilation,TR_FSRH+33)
SETVAL(TR_ARM64revertToInterpreterGlue,TR_FSRH+34)
SETVAL(TR_ARM64interpreterUnresolvedConstantDynamicGlue, TR_FSRH+35)
SETVAL(TR_ARM64floatRemainder,TR_FSRH+36)
SETVAL(TR_ARM64doubleRemainder,TR_FSRH+37)
SETVAL(TR_ARM64jitCollapseJNIReferenceFrame,TR_FSRH+38)
SETVAL(TR_ARM64numRuntimeHelpers,TR_FSRH+39)

SETVAL(TR_S390longDivide,TR_FSRH)
SETVAL(TR_S390interfaceCallHelper,TR_FSRH+1)
Expand Down

0 comments on commit baddd6b

Please sign in to comment.