[ARM32] RyuJIT support for profiler ELT callbacks (#16728)
authorSergey Andreenko <seandree@microsoft.com>
Mon, 5 Mar 2018 21:38:31 +0000 (13:38 -0800)
committerGitHub <noreply@github.com>
Mon, 5 Mar 2018 21:38:31 +0000 (13:38 -0800)
commit5763bb4fa31a856a6fc510f46dc059907d6f03af
tree00657373a89cbee4026f086a23331e3a167411a7
parent1affbe5800ab35836e14e3d7fbe133f8762c1779
[ARM32] RyuJIT support for profiler ELT callbacks  (#16728)

* add assert that argReg was PreSpilled

* genProfilingEnterCallback for RyuJit arm

* fix genProfilingLeaveCallback for RyuJit arm

* call genProfilingLeaveCallback for arm from genJmpMethod
src/jit/codegenarmarch.cpp
src/jit/codegencommon.cpp