dart-sdk/runtime/platform
Régis Crelier 41fcbd097c [VM runtime] Initial version of Kernel Bytecode interpreter in VM runtime.
Not fully working yet, only x64, no gc, no frame walking, etc...

Change-Id: I4d8357f6d46371bf21c3d54266cfe26163e3c8dc
Reviewed-on: https://dart-review.googlesource.com/50021
Commit-Queue: Régis Crelier <regis@google.com>
Reviewed-by: Zach Anderson <zra@google.com>
Reviewed-by: Alexander Markov <alexmarkov@google.com>
2018-05-09 20:29:27 +00:00
..
address_sanitizer.h
allocation.h
assert.cc [vm] Fix build for gcc 7.3.0. 2018-05-03 17:59:44 +00:00
assert.h [vm] Fix build for gcc 7.3.0. 2018-05-03 17:59:44 +00:00
atomic.h [vm] Remove some bin -> vm includes. 2018-03-28 23:16:09 +00:00
atomic_android.h [vm] Align 64-bit atomic variables for 32-bit iOS. 2018-05-07 18:37:12 +00:00
atomic_fuchsia.h [vm] Remove some bin -> vm includes. 2018-03-28 23:16:09 +00:00
atomic_linux.h [vm] Align 64-bit atomic variables for 32-bit iOS. 2018-05-07 18:37:12 +00:00
atomic_macos.h [vm] Align 64-bit atomic variables for 32-bit iOS. 2018-05-07 18:37:12 +00:00
atomic_win.h [vm] Remove some bin -> vm includes. 2018-03-28 23:16:09 +00:00
BUILD.gn [fuchsia] Add rules to build gen_snapshot targeting Fuchsia 2018-03-28 19:39:49 +00:00
c99_support_win.h
floating_point.h
floating_point_win.cc
floating_point_win.h
globals.h [VM runtime] Initial version of Kernel Bytecode interpreter in VM runtime. 2018-05-09 20:29:27 +00:00
growable_array.h [vm, isolate] Send large TypedData as ExternalTypedData in isolate messages. 2018-02-21 18:57:14 +00:00
hashmap.cc
hashmap.h
inttypes_support_win.h [VM] Use X64 disassembler for IA32 and X64 (reland) 2017-11-22 12:04:18 +00:00
math.h
memory_sanitizer.h
platform_sources.gni [vm] Remove some bin -> vm includes. 2018-03-28 23:16:09 +00:00
safe_stack.h
signal_blocker.h
text_buffer.cc [vm] Move some string utils from runtime/vm to runtime/platform. 2018-03-01 02:07:46 +00:00
text_buffer.h [vm] Move some string utils from runtime/vm to runtime/platform. 2018-03-01 02:07:46 +00:00
utils.cc [vm] Fix build for gcc 7.3.0. 2018-05-03 17:59:44 +00:00
utils.h Revert "[VM] Improve code generation for uint32" 2018-05-01 00:25:01 +00:00
utils_android.cc [vm] Move some string utils from runtime/vm to runtime/platform. 2018-03-01 02:07:46 +00:00
utils_android.h
utils_fuchsia.cc [vm] Move some string utils from runtime/vm to runtime/platform. 2018-03-01 02:07:46 +00:00
utils_fuchsia.h
utils_linux.cc [vm] Move some string utils from runtime/vm to runtime/platform. 2018-03-01 02:07:46 +00:00
utils_linux.h
utils_macos.cc [vm] Move some string utils from runtime/vm to runtime/platform. 2018-03-01 02:07:46 +00:00
utils_macos.h
utils_win.cc [vm] Move some string utils from runtime/vm to runtime/platform. 2018-03-01 02:07:46 +00:00
utils_win.h