dart-sdk/runtime/vm
Johnni Winther 5b626c2a40 Revert "[vm, isolate] Send large TypedData as ExternalTypedData in isolate messages."
This reverts commit ddafb88794.

Change-Id: I5bf56c82e4f6ad43ab9460220bc17476596a0530
Reviewed-on: https://dart-review.googlesource.com/37760
Reviewed-by: Johnni Winther <johnniwinther@google.com>
Commit-Queue: Johnni Winther <johnniwinther@google.com>
2018-01-31 10:22:35 +00:00
..
compiler [VM] Improve AssertAssignable/InstanceOf by having a fast case for non-generic, instantiated types 2018-01-25 07:13:42 +00:00
service
allocation.cc
allocation.h
allocation_test.cc
assert_test.cc
ast.cc
ast.h [VM, JIT] Lower CloneContext into AllocateUninitializedContext. 2017-10-25 11:09:29 +00:00
ast_printer.cc
ast_printer.h
ast_printer_test.cc
ast_test.cc
ast_transformer.cc
ast_transformer.h
atomic.h
atomic_android.h
atomic_fuchsia.h
atomic_linux.h
atomic_macos.h
atomic_test.cc
atomic_win.h
base_isolate.h
become.cc [vm] Split out become refactoring from "Add a simple compactor". 2017-10-20 21:15:03 +00:00
become.h [vm] Split out become refactoring from "Add a simple compactor". 2017-10-20 21:15:03 +00:00
benchmark_test.cc Reland: [dart:cli] Adds waitFor(Future) 2018-01-18 16:38:54 +00:00
benchmark_test.h
bigint_test.cc
bit_set.h
bit_set_test.cc
bit_vector.cc
bit_vector.h
bit_vector_test.cc
bitfield.h
bitfield_test.cc
bitmap.cc
bitmap.h
bitmap_test.cc
boolfield.h
boolfield_test.cc
bootstrap.cc [vm] Don't disregard KernelLoader::LoadProgram result when bootstrapping 2017-12-08 21:51:40 +00:00
bootstrap.h
bootstrap_natives.cc
bootstrap_natives.h [VM runtime] Implement support for _extractTypeArguments in the VM (fixes #31805). 2018-01-12 21:32:20 +00:00
bootstrap_nocore.cc [vm] Don't disregard KernelLoader::LoadProgram result when bootstrapping 2017-12-08 21:51:40 +00:00
BUILD.gn Reland: [dart:cli] Adds waitFor(Future) 2018-01-18 16:38:54 +00:00
class_finalizer.cc [VM] Ignore flag --error-on-bad-override in strong mode (fixes #31646). 2018-01-03 15:40:36 +00:00
class_finalizer.h Load class members lazily when loading from kernel. 2017-10-31 19:19:25 +00:00
class_finalizer_test.cc
class_table.cc [VM] Improve AssertAssignable/InstanceOf by having a fast case for non-generic, instantiated types 2018-01-25 07:13:42 +00:00
class_table.h [VM] Improve AssertAssignable/InstanceOf by having a fast case for non-generic, instantiated types 2018-01-25 07:13:42 +00:00
clustered_snapshot.cc [vm] Shunt kernel data to the VM isolate when creating core snapshots. 2018-01-29 23:23:25 +00:00
clustered_snapshot.h [vm] Toward deterministic builds. 2017-11-23 00:07:56 +00:00
code_descriptors.cc
code_descriptors.h
code_descriptors_test.cc
code_observers.cc
code_observers.h
code_patcher.cc Report errno on mprotect failure. 2018-01-10 01:37:49 +00:00
code_patcher.h
code_patcher_arm.cc
code_patcher_arm64.cc
code_patcher_arm64_test.cc
code_patcher_arm_test.cc
code_patcher_dbc.cc
code_patcher_ia32.cc
code_patcher_ia32_test.cc
code_patcher_x64.cc
code_patcher_x64_test.cc
compilation_trace.cc
compilation_trace.h
compiler_stats.cc
compiler_stats.h
compiler_test.cc [vm, gc] Ensure BackgroundCompiler can't be deleted during a safepoint. 2017-11-30 22:59:51 +00:00
constants_arm.h
constants_arm64.h Reapply "[vm, arm64] Add assembler support for tbz and use it for BranchIfSmi." 2017-11-21 23:38:05 +00:00
constants_dbc.h [VM] Fix various issues in the VM, mainly simdbc64 related 2017-12-19 14:49:52 +00:00
constants_ia32.h [VM] Make x64 assembler more regular 2017-12-12 14:14:45 +00:00
constants_x64.h [VM] Make x64 assembler more regular 2017-12-12 14:14:45 +00:00
constants_x86.h [VM] Make x64 assembler more regular 2017-12-12 14:14:45 +00:00
cpu.h
cpu_arm.cc
cpu_arm.h
cpu_arm64.cc
cpu_arm64.h
cpu_dbc.cc
cpu_dbc.h
cpu_ia32.cc
cpu_ia32.h
cpu_test.cc
cpu_x64.cc
cpu_x64.h
cpuid.cc
cpuid.h
cpuinfo.h
cpuinfo_android.cc
cpuinfo_fuchsia.cc
cpuinfo_linux.cc
cpuinfo_macos.cc
cpuinfo_test.cc
cpuinfo_win.cc
custom_isolate_test.cc
dart.cc Idle notification for isolates running on the thread pool. 2018-01-17 22:01:28 +00:00
dart.h
dart_api_impl.cc Reland: [dart:cli] Adds waitFor(Future) 2018-01-18 16:38:54 +00:00
dart_api_impl.h
dart_api_impl_test.cc [VM] Remove obsolete flag ignore_patch_signature_mismatch. 2018-01-19 22:02:09 +00:00
dart_api_message.cc Revert "[vm, isolate] Send large TypedData as ExternalTypedData in isolate messages." 2018-01-31 10:22:35 +00:00
dart_api_message.h
dart_api_state.cc
dart_api_state.h
dart_entry.cc Reland: [dart:cli] Adds waitFor(Future) 2018-01-18 16:38:54 +00:00
dart_entry.h Reland: [dart:cli] Adds waitFor(Future) 2018-01-18 16:38:54 +00:00
dart_entry_test.cc
datastream.h [vm] Toward deterministic builds. 2017-11-23 00:07:56 +00:00
debugger.cc [kernel] Fix vm crash when trying to break on default constructor 2017-12-20 13:02:12 +00:00
debugger.h Revert "Revert "1. Remove unused dart debugger API entrypoints which are not used anymore"" 2017-10-04 20:19:22 +00:00
debugger_api_impl_test.cc Revert "Revert "1. Remove unused dart debugger API entrypoints which are not used anymore"" 2017-10-04 20:19:22 +00:00
debugger_api_impl_test.h Revert "Revert "1. Remove unused dart debugger API entrypoints which are not used anymore"" 2017-10-04 20:19:22 +00:00
debugger_arm.cc
debugger_arm64.cc
debugger_dbc.cc
debugger_ia32.cc
debugger_x64.cc
deferred_objects.cc [vm] Don't let the optimizer mislead coverage data. 2017-11-10 22:35:48 +00:00
deferred_objects.h
deopt_instructions.cc
deopt_instructions.h
double_conversion.cc
double_conversion.h
double_internals.h
dwarf.cc
dwarf.h
exceptions.cc Reland: [dart:cli] Adds waitFor(Future) 2018-01-18 16:38:54 +00:00
exceptions.h Reland: [dart:cli] Adds waitFor(Future) 2018-01-18 16:38:54 +00:00
exceptions_test.cc
find_code_object_test.cc [vm] Align old-space pages. 2017-10-30 22:02:20 +00:00
fixed_cache.h
fixed_cache_test.cc
flag_list.h Idle notification for isolates running on the thread pool. 2018-01-17 22:01:28 +00:00
flags.cc
flags.h
flags_test.cc
freelist.cc Report errno on mprotect failure. 2018-01-10 01:37:49 +00:00
freelist.h
freelist_test.cc Report errno on mprotect failure. 2018-01-10 01:37:49 +00:00
gc_compactor.cc Parallel compaction. 2017-12-15 01:38:42 +00:00
gc_compactor.h Parallel compaction. 2017-12-15 01:38:42 +00:00
gc_marker.cc
gc_marker.h
gc_sweeper.cc Use OOB messages to schedule compaction for Dart_NotifyLowMemory. 2017-12-19 22:38:34 +00:00
gc_sweeper.h
gdb_helpers.cc
globals.h [vm] Check for stack headroom before starting a hot reload. 2017-12-08 18:07:31 +00:00
growable_array.h
growable_array_test.cc
guard_field_test.cc
handles.cc
handles.h
handles_impl.h
handles_test.cc
hash_map.h
hash_map_test.cc
hash_table.h [VM] Reland 'Use quadratic probing in hash_table.h' 2018-01-22 22:54:45 +00:00
hash_table_test.cc
heap.cc [vm, gc] Remove time component from growth policy. 2018-01-18 18:17:15 +00:00
heap.h [vm, gc] Add Dart_NotifyLowMemory. 2017-12-06 22:45:31 +00:00
heap_test.cc [vm] Forward all weak table entries during become, not just the identity hash. 2017-10-05 23:58:26 +00:00
image_snapshot.cc [vm] Include the content of image pages into --print-snapshot-sizes-verbose. 2017-11-11 00:19:18 +00:00
image_snapshot.h [vm] Include the content of image pages into --print-snapshot-sizes-verbose. 2017-11-11 00:19:18 +00:00
instructions.h
instructions_arm.cc [vm] Move the info_array for ObjectPool inline. 2017-12-08 20:42:51 +00:00
instructions_arm.h
instructions_arm64.cc [vm, armv6] Fix pool pointer offset used for large immediates. 2018-01-16 21:15:13 +00:00
instructions_arm64.h [vm, armv6] Fix pool pointer offset used for large immediates. 2018-01-16 21:15:13 +00:00
instructions_arm64_test.cc
instructions_arm_test.cc
instructions_dbc.cc [vm] Move the info_array for ObjectPool inline. 2017-12-08 20:42:51 +00:00
instructions_dbc.h
instructions_ia32.cc
instructions_ia32.h
instructions_ia32_test.cc
instructions_x64.cc [vm] Move the info_array for ObjectPool inline. 2017-12-08 20:42:51 +00:00
instructions_x64.h
instructions_x64_test.cc
isolate.cc [VM] Improve AssertAssignable/InstanceOf by having a fast case for non-generic, instantiated types 2018-01-25 07:13:42 +00:00
isolate.h [VM] Improve AssertAssignable/InstanceOf by having a fast case for non-generic, instantiated types 2018-01-25 07:13:42 +00:00
isolate_reload.cc Fixed incorrect condition in FileModifiedCallback which reported all libs as being modified since last reload. 2018-01-12 00:04:31 +00:00
isolate_reload.h Fixed incorrect condition in FileModifiedCallback which reported all libs as being modified since last reload. 2018-01-12 00:04:31 +00:00
isolate_reload_test.cc [VM] Remove support for deprecated tear off syntax in the VM. 2017-10-18 01:11:00 +00:00
isolate_test.cc [vm] Document ownership of Dart_CreateIsolate's error message. 2017-11-03 18:10:53 +00:00
json_stream.cc [VM] Extract simple JSON writer out of VM service-specific JSONStream 2017-11-03 18:31:50 +00:00
json_stream.h [VM] Extract simple JSON writer out of VM service-specific JSONStream 2017-11-03 18:31:50 +00:00
json_test.cc
json_writer.cc [VM] Extract simple JSON writer out of VM service-specific JSONStream 2017-11-03 18:31:50 +00:00
json_writer.h [VM] Extract simple JSON writer out of VM service-specific JSONStream 2017-11-03 18:31:50 +00:00
kernel.cc [kernel] In strong mode, change covariant parameter types to Object in the 2017-12-01 18:00:16 +00:00
kernel.h [kernel] Implement correct semantics of forwarding stubs in VM 2018-01-10 07:39:31 +00:00
kernel_binary.cc [kernel] Add kernel2kernel constant evaluation, binary format as well as vm support 2017-11-16 11:08:02 +00:00
kernel_binary.h Change handling of Kernel static errors 2018-01-04 11:00:25 +00:00
kernel_isolate.cc Added flag --suppress_cfe_warnings to suppress warnings generated by the common front end. Fixes issue #31552. 2017-12-20 19:01:02 +00:00
kernel_isolate.h
kernel_loader.cc [kernel] Support native extensions in the VM through Kernel. 2018-01-29 14:04:35 +00:00
kernel_loader.h [kernel] Support native extensions in the VM through Kernel. 2018-01-29 14:04:35 +00:00
lockers.cc [vm] Remove some unnecessary OFFSET_OF. 2017-11-09 22:20:02 +00:00
lockers.h
log.cc
log.h
log_test.cc
longjump.cc [vm] Check for stack headroom before starting a hot reload. 2017-12-08 18:07:31 +00:00
longjump.h
longjump_test.cc
malloc_hooks.h
malloc_hooks_arm.cc
malloc_hooks_arm64.cc
malloc_hooks_ia32.cc [infra] Use Clang for ia32 and arm64. Use the dl'd sysroots by default. 2017-12-02 06:19:33 +00:00
malloc_hooks_jemalloc.cc
malloc_hooks_tcmalloc.cc
malloc_hooks_test.cc Reapply "[vm] Prefer stack bounds from the system thread library for overflow checks." 2017-10-18 21:15:49 +00:00
malloc_hooks_unsupported.cc
malloc_hooks_x64.cc
megamorphic_cache_table.cc
megamorphic_cache_table.h
memory_region.cc
memory_region.h [vm] Align old-space pages. 2017-10-30 22:02:20 +00:00
memory_region_test.cc
message.cc
message.h
message_handler.cc Reland: [dart:cli] Adds waitFor(Future) 2018-01-18 16:38:54 +00:00
message_handler.h Reland: [dart:cli] Adds waitFor(Future) 2018-01-18 16:38:54 +00:00
message_handler_test.cc
message_test.cc
metrics.cc
metrics.h
metrics_test.cc
mirrors_api_impl.cc
mixin_test.cc Reland "Route all messages through Loader." 2017-12-01 22:47:06 +00:00
native_api_impl.cc Misc missing API errors for AOT runtime. 2017-12-07 17:49:39 +00:00
native_arguments.h [VM runtime] Implement support for _extractTypeArguments in the VM (fixes #31805). 2018-01-12 21:32:20 +00:00
native_entry.cc
native_entry.h
native_entry_test.cc
native_entry_test.h
native_message_handler.cc
native_message_handler.h
native_symbol.h
native_symbol_android.cc [android] Override __cxa_demangle() in PRODUCT mode 2017-10-05 16:56:16 +00:00
native_symbol_fuchsia.cc
native_symbol_linux.cc
native_symbol_macos.cc
native_symbol_win.cc
object.cc [VM] Remove obsolete flag ignore_patch_signature_mismatch. 2018-01-19 22:02:09 +00:00
object.h [kernel] Support for partial tearoff type application operator in the VM, take 3. 2018-01-15 11:24:11 +00:00
object_arm64_test.cc
object_arm_test.cc
object_dbc_test.cc
object_graph.cc
object_graph.h
object_graph_test.cc
object_ia32_test.cc
object_id_ring.cc
object_id_ring.h
object_id_ring_test.cc
object_reload.cc [vm] Move the info_array for ObjectPool inline. 2017-12-08 20:42:51 +00:00
object_service.cc [vm] Move the info_array for ObjectPool inline. 2017-12-08 20:42:51 +00:00
object_set.h
object_store.cc [VM] Fix DEBUG mode builds broken by 4985165e76 2017-10-24 12:55:25 +00:00
object_store.h [vm] Toward deterministic builds. 2017-11-23 00:07:56 +00:00
object_store_test.cc
object_test.cc [VM] Replace hand-written assembly prologues with IR 2017-12-13 16:04:34 +00:00
object_x64_test.cc
os.h
os_android.cc [VM] Relax constraints for integer literals according to int64 spec 2017-11-09 16:58:38 +00:00
os_fuchsia.cc [fuchsia] Update FIDL1 C++ bindings to match FIDL2 interface 2018-01-30 21:39:52 +00:00
os_linux.cc [VM] Relax constraints for integer literals according to int64 spec 2017-11-09 16:58:38 +00:00
os_macos.cc [vm] Don't collect thread CPU time for timeline events on iOS. 2017-11-21 17:13:39 +00:00
os_test.cc
os_thread.cc [vm] Check for stack headroom before starting a hot reload. 2017-12-08 18:07:31 +00:00
os_thread.h [vm] Check for stack headroom before starting a hot reload. 2017-12-08 18:07:31 +00:00
os_thread_android.cc [Fuchsia] Safestack fix for exceptions 2017-11-22 19:27:54 +00:00
os_thread_android.h
os_thread_fuchsia.cc [fuchsia] Migrate from zx_time_get to zx_clock_get 2018-01-22 22:46:35 +00:00
os_thread_fuchsia.h
os_thread_linux.cc [Fuchsia] Safestack fix for exceptions 2017-11-22 19:27:54 +00:00
os_thread_linux.h
os_thread_macos.cc [Fuchsia] Safestack fix for exceptions 2017-11-22 19:27:54 +00:00
os_thread_macos.h
os_thread_win.cc [Fuchsia] Safestack fix for exceptions 2017-11-22 19:27:54 +00:00
os_thread_win.h
os_win.cc [VM] Relax constraints for integer literals according to int64 spec 2017-11-09 16:58:38 +00:00
pages.cc [vm, gc] Remove time component from growth policy. 2018-01-18 18:17:15 +00:00
pages.h [vm, gc] Extend idle GC logic to compaction. 2018-01-11 19:44:30 +00:00
pages_test.cc
parser.cc [VM parser] Complete support for generalized void (fixes #30516). 2018-01-31 00:56:41 +00:00
parser.h [kernel] Implement correct semantics of forwarding stubs in VM 2018-01-10 07:39:31 +00:00
parser_test.cc [VM] Replace hand-written assembly prologues with IR 2017-12-13 16:04:34 +00:00
port.cc
port.h
port_test.cc
proccpuinfo.cc
proccpuinfo.h
profiler.cc [vm] Check for stack headroom before starting a hot reload. 2017-12-08 18:07:31 +00:00
profiler.h
profiler_service.cc [observatory] Omit VM and User tags and the trie root from profile data added to the timeline. 2018-01-19 21:39:36 +00:00
profiler_service.h
profiler_test.cc
program_visitor.cc Don't use heap iteration order when seeding the VM isolate. 2017-12-06 22:24:25 +00:00
program_visitor.h [vm] Deduplicate catch entry state maps. 2017-11-14 23:06:05 +00:00
random.cc [vm] Toward deterministic builds. 2017-11-23 00:07:56 +00:00
random.h [vm] Toward deterministic builds. 2017-11-23 00:07:56 +00:00
raw_object.cc Nits for "[vm] Move the info_array for ObjectPool inline." 2017-12-12 01:11:53 +00:00
raw_object.h [VM] Use new Write barrier filters. 2017-12-21 09:59:03 +00:00
raw_object_snapshot.cc Revert "[vm, isolate] Send large TypedData as ExternalTypedData in isolate messages." 2018-01-31 10:22:35 +00:00
regexp.cc [VM] Stop treating 0x180e as whitespace 2018-01-18 10:37:15 +00:00
regexp.h
regexp_assembler.cc
regexp_assembler.h
regexp_assembler_bytecode.cc
regexp_assembler_bytecode.h
regexp_assembler_bytecode_inl.h
regexp_assembler_ir.cc [VM] Fix RegExp_ExecuteMatch to return List<int> instead of List<dynamic>. 2017-11-14 18:13:04 +00:00
regexp_assembler_ir.h
regexp_ast.cc
regexp_ast.h
regexp_bytecodes.h
regexp_interpreter.cc
regexp_interpreter.h
regexp_parser.cc
regexp_parser.h
regexp_test.cc
report.cc
report.h
resolver.cc [VM] Remove support for deprecated tear off syntax in the VM. 2017-10-18 01:11:00 +00:00
resolver.h
resolver_test.cc
reusable_handles.h
ring_buffer.h
ring_buffer_test.cc
runtime_entry.cc [VM] Fix various issues in the VM, mainly simdbc64 related 2017-12-19 14:49:52 +00:00
runtime_entry.h
runtime_entry_arm.cc
runtime_entry_arm64.cc
runtime_entry_dbc.cc
runtime_entry_ia32.cc
runtime_entry_list.h [kernel] Check bounds of type arguments in strong mode. 2017-12-01 14:55:56 +00:00
runtime_entry_x64.cc
safepoint.cc
safepoint.h
scanner.cc
scanner.h
scanner_test.cc
scavenger.cc [vm, gc] Extend idle GC logic to compaction. 2018-01-11 19:44:30 +00:00
scavenger.h
scavenger_test.cc
scope_timer.h
scopes.cc [VM] Replace hand-written assembly prologues with IR 2017-12-13 16:04:34 +00:00
scopes.h [VM] Replace hand-written assembly prologues with IR 2017-12-13 16:04:34 +00:00
scopes_test.cc
service.cc Make the compactor invokable from Observatory's heap map page. 2017-11-30 22:55:56 +00:00
service.h
service_event.cc
service_event.h
service_isolate.cc [VM] Emit type checks for incoming function arguments in strong mode. 2017-11-18 00:31:35 +00:00
service_isolate.h
service_test.cc Revert "Revert "1. Remove unused dart debugger API entrypoints which are not used anymore"" 2017-10-04 20:19:22 +00:00
signal_handler.h
signal_handler_android.cc
signal_handler_fuchsia.cc
signal_handler_linux.cc
signal_handler_macos.cc
signal_handler_win.cc
simulator.h
simulator_arm.cc [vm] Optimize ARM simulator by forcing inlining of hot functions. 2018-01-02 13:29:03 +00:00
simulator_arm.h [vm] Optimize ARM simulator by forcing inlining of hot functions. 2018-01-02 13:29:03 +00:00
simulator_arm64.cc [vm] Check for stack headroom before starting a hot reload. 2017-12-08 18:07:31 +00:00
simulator_arm64.h Reapply "[vm] Prefer stack bounds from the system thread library for overflow checks." 2017-10-18 21:15:49 +00:00
simulator_dbc.cc [VM] Make noSuchMethod handling on simdbc work for closure calls with generic type arguments 2018-01-15 13:44:31 +00:00
simulator_dbc.h [VM] Replace hand-written assembly prologues with IR 2017-12-13 16:04:34 +00:00
snapshot.cc [vm] Factor out the image snapshot code. 2017-11-02 00:57:42 +00:00
snapshot.h Revert "[vm, isolate] Send large TypedData as ExternalTypedData in isolate messages." 2018-01-31 10:22:35 +00:00
snapshot_ids.h
snapshot_test.cc [vm] Verify canonical objects before taking a snapshot or shutting down. 2017-11-20 18:54:56 +00:00
snapshot_test.dart
snapshot_test_in.dat
source_report.cc [vm] Don't let the optimizer mislead coverage data. 2017-11-10 22:35:48 +00:00
source_report.h
source_report_test.cc [vm] Report a coverage tick for the function as a whole. 2017-10-26 16:50:30 +00:00
spaces.h
stack_frame.cc [vm] Begin a sliding compactor. 2017-10-25 21:57:08 +00:00
stack_frame.h [vm] Begin a sliding compactor. 2017-10-25 21:57:08 +00:00
stack_frame_arm.h [vm] Visit the pool pointer slot of optimized frames; visit the object slots of exit frames. 2017-10-12 03:47:15 +00:00
stack_frame_arm64.h [vm] Visit the pool pointer slot of optimized frames; visit the object slots of exit frames. 2017-10-12 03:47:15 +00:00
stack_frame_dbc.h [vm] Visit the pool pointer slot of optimized frames; visit the object slots of exit frames. 2017-10-12 03:47:15 +00:00
stack_frame_ia32.h [vm] Visit the pool pointer slot of optimized frames; visit the object slots of exit frames. 2017-10-12 03:47:15 +00:00
stack_frame_test.cc
stack_frame_x64.h [vm] Visit the pool pointer slot of optimized frames; visit the object slots of exit frames. 2017-10-12 03:47:15 +00:00
stack_trace.cc
stack_trace.h
store_buffer.cc [vm] Begin a sliding compactor. 2017-10-25 21:57:08 +00:00
store_buffer.h [vm] Begin a sliding compactor. 2017-10-25 21:57:08 +00:00
stub_code.cc Remove dead per-isolate stub initialization. 2017-12-06 01:29:06 +00:00
stub_code.h [VM] Replace hand-written assembly prologues with IR 2017-12-13 16:04:34 +00:00
stub_code_arm.cc [VM runtime] Implement support for _extractTypeArguments in the VM (fixes #31805). 2018-01-12 21:32:20 +00:00
stub_code_arm64.cc [VM runtime] Implement support for _extractTypeArguments in the VM (fixes #31805). 2018-01-12 21:32:20 +00:00
stub_code_arm64_test.cc
stub_code_arm_test.cc
stub_code_dbc.cc [VM] Replace hand-written assembly prologues with IR 2017-12-13 16:04:34 +00:00
stub_code_ia32.cc [VM runtime] Implement support for _extractTypeArguments in the VM (fixes #31805). 2018-01-12 21:32:20 +00:00
stub_code_ia32_test.cc
stub_code_x64.cc [VM] Optimize hand-written assembly for the implementation [AssertAssignableInstr] 2018-01-17 15:35:47 +00:00
stub_code_x64_test.cc
symbols.cc [vm, gc] Ensure BackgroundCompiler can't be deleted during a safepoint. 2017-11-30 22:59:51 +00:00
symbols.h Reland: [dart:cli] Adds waitFor(Future) 2018-01-18 16:38:54 +00:00
tags.cc
tags.h
thread.cc [VM] Improve AssertAssignable/InstanceOf by having a fast case for non-generic, instantiated types 2018-01-25 07:13:42 +00:00
thread.h [VM] Improve AssertAssignable/InstanceOf by having a fast case for non-generic, instantiated types 2018-01-25 07:13:42 +00:00
thread_barrier.h
thread_barrier_test.cc
thread_interrupter.cc Make OOB messages and the profiler thread easier to identify. 2017-12-01 22:30:15 +00:00
thread_interrupter.h
thread_interrupter_android.cc
thread_interrupter_fuchsia.cc printf format checking is a compiler feature, not a platform feature. 2017-10-09 22:26:01 +00:00
thread_interrupter_linux.cc
thread_interrupter_macos.cc
thread_interrupter_win.cc
thread_pool.cc [vm] Check for stack headroom before starting a hot reload. 2017-12-08 18:07:31 +00:00
thread_pool.h
thread_pool_test.cc
thread_registry.cc
thread_registry.h Delete code related to FLAG_i_like_slow_isolate_spawn which was only used in dartium. 2017-10-05 00:56:43 +00:00
thread_test.cc
timeline.cc [vm] Align old-space pages. 2017-10-30 22:02:20 +00:00
timeline.h
timeline_analysis.cc
timeline_analysis.h
timeline_android.cc
timeline_fuchsia.cc
timeline_linux.cc
timeline_macos.cc
timeline_test.cc
timeline_win.cc
timer.cc
timer.h
token.cc
token.h [VM] Treat 'deferred' as a built-in identifier (fixes #31267 and #25732). 2017-11-09 23:29:52 +00:00
token_position.cc
token_position.h
type_table.h
unibrow-inl.h
unibrow.cc
unibrow.h
unicode.cc VM: Speed up output of UTF8 for 1-byte strings. 2017-10-23 10:43:59 +00:00
unicode.h
unicode_data.cc
unicode_test.cc VM: Speed up output of UTF8 for 1-byte strings. 2017-10-23 10:43:59 +00:00
unit_test.cc Reland: [dart:cli] Adds waitFor(Future) 2018-01-18 16:38:54 +00:00
unit_test.h [VM] Use X64 disassembler for IA32 and X64 (reland) 2017-11-22 12:04:18 +00:00
uri.cc
uri.h
uri_test.cc
utils_test.cc Reapply "[vm] Popcount via compiler intrinsics." 2017-11-03 17:39:16 +00:00
verified_memory_test.cc
verifier.cc
verifier.h
version.h
version_in.cc [vm] Toward deterministic builds. 2017-11-23 00:07:56 +00:00
virtual_memory.cc Allocate from the root VMAR on Fuchsia. 2017-12-19 21:47:44 +00:00
virtual_memory.h Report errno on mprotect failure. 2018-01-10 01:37:49 +00:00
virtual_memory_android.cc Report errno on mprotect failure. 2018-01-10 01:37:49 +00:00
virtual_memory_fuchsia.cc [fuchsia] Don't attempt to free an empty region. 2018-01-10 21:30:48 +00:00
virtual_memory_linux.cc Report errno on mprotect failure. 2018-01-10 01:37:49 +00:00
virtual_memory_macos.cc Report errno on mprotect failure. 2018-01-10 01:37:49 +00:00
virtual_memory_test.cc Report errno on munmap failure. 2018-01-09 20:03:49 +00:00
virtual_memory_win.cc Report errno on mprotect failure. 2018-01-10 01:37:49 +00:00
visitor.h
vm_sources.gni Remove unused Dart_SaveJITFeedback. 2018-01-10 01:29:39 +00:00
weak_code.cc
weak_code.h
weak_table.cc [vm] Forward weak table entries in bulk. 2017-11-22 01:37:37 +00:00
weak_table.h [vm] Forward weak table entries in bulk. 2017-11-22 01:37:37 +00:00
zone.cc
zone.h
zone_test.cc
zone_text_buffer.cc
zone_text_buffer.h