dart-sdk/runtime
Ryan Macnak 877284947b Rename TARGET_OS_* to HOST_OS_*.
Like HOST_ARCH_*, HOST_OS_* describes the OS the VM is running on, which may be different from the OS the VM is generating code for during AOT compilation.

Currently we conflate the two when emitting AOT as assembly, and we get away with it because Flutter only uses assembly for targeting iOS and one can only target iOS from a Mac, but we expect to use assembly for Android as well so native tools can unwind Dart frames.

R=zra@google.com

Review-Url: https://codereview.chromium.org/2750843003 .
2017-03-15 13:11:05 -07:00
..
bin Rename TARGET_OS_* to HOST_OS_*. 2017-03-15 13:11:05 -07:00
include VM: Make use_osr an Isolate flag, similar to how we made use_field_guards. 2017-03-03 19:02:23 +01:00
lib Rename TARGET_OS_* to HOST_OS_*. 2017-03-15 13:11:05 -07:00
observatory Revert "[kernel] offsets on direct property get/set" 2017-03-15 13:54:03 +01:00
platform Rename TARGET_OS_* to HOST_OS_*. 2017-03-15 13:11:05 -07:00
tests/vm Make rewind work on DBC 2017-03-08 13:15:54 -08:00
third_party Format GN files and add a presubmit check that GN is properly formatted 2016-10-26 08:50:54 -07:00
tools Unset GREP_OPTIONS when extracting processor count 2017-02-28 16:00:32 -08:00
vm Rename TARGET_OS_* to HOST_OS_*. 2017-03-15 13:11:05 -07:00
.gitignore
BUILD.gn Reintroducing MallocHooks changes with fix for hooks being called when in execvpe after a fork while the MallocHooks lock is held by a thread that may no longer exist. 2017-01-30 09:55:20 -08:00
codereview.settings Remove trailing slash in codereview.settings to fix review url double slash 2015-10-01 07:27:13 -07:00
CPPLINT.cfg clang-formats remaining files and adds a presubmit check. 2016-11-09 12:43:57 -08:00
dart-runtime.gyp Remove dart_noopt and related parts from the VM. 2017-01-11 16:55:55 -08:00
PRESUBMIT.py VM: Enforce correctly formatted C++ code 2016-11-30 23:52:52 +01:00
runtime_args.gni Created placeholders for MallocHooks implementation and added define DART_USE_TCMALLOC to specifiy when tcmalloc is available. 2017-01-06 12:38:11 -08:00