mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 10:49:00 +00:00
c3e0d770dd
This refactoring introduces FUNCTION_REG constant for a register containing target function object when calling Dart functions in JIT mode. This register is similar to CODE_REG and ARGS_DESC_REG registers which are also a part of Dart calling conventions. Hardcoded registers are replaced with new constant where appropriate. Also, ARGS_DESC_REG and IC_DATA_REG are used instead of hardcoded registers in more places. TEST=ci (pure refactoring) Change-Id: I9e71022d7bca8d4e555b9e4f22558f388073495f Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/243681 Reviewed-by: Ryan Macnak <rmacnak@google.com> Commit-Queue: Alexander Markov <alexmarkov@google.com> |
||
---|---|---|
.. | ||
bin | ||
docs | ||
include | ||
lib | ||
observatory | ||
observatory_2 | ||
platform | ||
tests | ||
third_party | ||
tools | ||
vm | ||
.clang-tidy | ||
.gitignore | ||
BUILD.gn | ||
codereview.settings | ||
configs.gni | ||
CPPLINT.cfg | ||
OWNERS | ||
PRESUBMIT.py | ||
runtime_args.gni |