dart-sdk/runtime/vm
Régis Crelier 85b4c604c5 [VM runtime] Improve type error messages in Dart 2 (fixes #32564).
Hide private class _Future and map it to core lib class Future.
In Dart 2, show dynamic as type argument(s) of raw generic types.

Change-Id: I70b0e1707bc767d04838ac12d16b3ad15623f51f
Reviewed-on: https://dart-review.googlesource.com/48502
Reviewed-by: Siva Annamalai <asiva@google.com>
2018-03-28 17:12:04 +00:00
..
compiler [vm/kernel/aot] Tree shaking based on results of TFA, take 2. 2018-03-27 23:39:24 +00:00
service
allocation.cc [VM] Optimize performance of dart_boostrap in debug-kernel-strong mode. 2018-03-21 10:24:29 +00:00
allocation.h [VM] Optimize performance of dart_boostrap in debug-kernel-strong mode. 2018-03-21 10:24:29 +00:00
allocation_test.cc
assert_test.cc
ast.cc [vm] Move some string utils from runtime/vm to runtime/platform. 2018-03-01 02:07:46 +00:00
ast.h
ast_printer.cc
ast_printer.h
ast_printer_test.cc
ast_test.cc
ast_transformer.cc
ast_transformer.h
atomic.h [VM] Remove locking in code called by signal handler, ensure profiler thread sees valid [Redirection] list 2018-03-07 14:27:29 +00:00
atomic_android.h
atomic_fuchsia.h
atomic_linux.h
atomic_macos.h
atomic_test.cc
atomic_win.h
base_isolate.h
become.cc
become.h
benchmark_test.cc [vm] Move some string utils from runtime/vm to runtime/platform. 2018-03-01 02:07:46 +00:00
benchmark_test.h Create isolate from the platform kernel when running VM tests under dartk. 2018-02-20 22:08:25 +00:00
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
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
BUILD.gn Read patch files in strong mode 2018-02-05 14:35:36 +00:00
class_finalizer.cc [vm/kernel/aot] Tree shaking based on results of TFA, take 2. 2018-03-27 23:39:24 +00:00
class_finalizer.h
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 [kernel/vm] Cleanup NSM forwarding. 2018-03-26 22:34:02 +00:00
clustered_snapshot.h [vm] Move writing snapshot magic value from embedder to VM. 2018-03-19 17:47:55 +00:00
code_descriptors.cc [vm, aot] Further debugging aids for null function encountered when writing DWARF inlining data. 2018-02-16 20:48:59 +00:00
code_descriptors.h
code_descriptors_test.cc [ VM / Dart 2 ] Made StackMapGC test strong-mode clean. Fixes part of 32190. 2018-03-22 19:36:04 +00:00
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 [vm, dbc] Implement lazily-linked natives for DBC and enable AppJIT. 2018-02-23 02:20:12 +00:00
code_patcher_arm.cc
code_patcher_arm64.cc
code_patcher_arm64_test.cc
code_patcher_arm_test.cc
code_patcher_dbc.cc [vm, dbc] Implement lazily-linked natives for DBC and enable AppJIT. 2018-02-23 02:20:12 +00:00
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
constants_arm.h
constants_arm64.h [VM] Reland Support some 32bit instructions in 64bit assemblers. 2018-03-06 10:50:21 +00:00
constants_dbc.h [vm, dbc] Implement lazily-linked natives for DBC and enable AppJIT. 2018-02-23 02:20:12 +00:00
constants_ia32.h
constants_x64.h
constants_x86.h
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 Add a new API function to sniff a snapshot to determine if the 2018-02-14 23:27:38 +00:00
dart.h Add a new API function to sniff a snapshot to determine if the 2018-02-14 23:27:38 +00:00
dart_api_impl.cc [vm] Move writing snapshot magic value from embedder to VM. 2018-03-19 17:47:55 +00:00
dart_api_impl.h [vm, service] Avoid double TLS creating timeline events for API functions. 2018-02-23 01:31:38 +00:00
dart_api_impl_test.cc [ VM / Dart 2 ] Fixed StackOverflow tests. 2018-03-26 23:47:11 +00:00
dart_api_message.cc [vm, isolate] Send large TypedData as ExternalTypedData in isolate messages. 2018-02-21 18:57:14 +00:00
dart_api_message.h [vm, isolate] Send large TypedData as ExternalTypedData in isolate messages. 2018-02-21 18:57:14 +00:00
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.cc [vm] Stream writing snapshots as assembly to reduce peak memory usage. 2018-03-08 19:26:17 +00:00
datastream.h [vm] Stream writing snapshots as assembly to reduce peak memory usage. 2018-03-08 19:26:17 +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
debugger_api_impl_test.cc
debugger_api_impl_test.h
debugger_arm.cc
debugger_arm64.cc
debugger_dbc.cc
debugger_ia32.cc
debugger_x64.cc
deferred_objects.cc
deferred_objects.h
deopt_instructions.cc [vm] Move some string utils from runtime/vm to runtime/platform. 2018-03-01 02:07:46 +00:00
deopt_instructions.h
double_conversion.cc
double_conversion.h
double_internals.h
dwarf.cc [vm] Stream writing snapshots as assembly to reduce peak memory usage. 2018-03-08 19:26:17 +00:00
dwarf.h [vm] Stream writing snapshots as assembly to reduce peak memory usage. 2018-03-08 19:26:17 +00:00
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
finalizable_data.h [vm, isolate] Send large TypedData as ExternalTypedData in isolate messages. 2018-02-21 18:57:14 +00:00
find_code_object_test.cc [vm] Move some string utils from runtime/vm to runtime/platform. 2018-03-01 02:07:46 +00:00
fixed_cache.h
fixed_cache_test.cc
flag_list.h [vm/kernel/aot] Generate list of precompiler entry points during build 2018-02-23 18:30:46 +00:00
flags.cc [vm/compiler] Consolidate compiler passes and share them between JIT and AOT. 2018-03-01 16:43:58 +00:00
flags.h [vm/compiler] Consolidate compiler passes and share them between JIT and AOT. 2018-03-01 16:43:58 +00:00
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
gc_compactor.h
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 runtime] Remove reference to old Bigint class from intrinsics (that will be 2018-02-23 01:23:33 +00:00
growable_array.h
growable_array_test.cc
guard_field_test.cc Create isolate from the platform kernel when running VM tests under dartk. 2018-02-20 22:08:25 +00:00
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] Move some string utils from runtime/vm to runtime/platform. 2018-03-01 02:07:46 +00:00
heap.h
heap_test.cc
image_snapshot.cc [vm] Stream writing snapshots as assembly to reduce peak memory usage. 2018-03-08 19:26:17 +00:00
image_snapshot.h [vm] Stream writing snapshots as assembly to reduce peak memory usage. 2018-03-08 19:26:17 +00:00
instructions.h
instructions_arm.cc
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, dbc] Implement lazily-linked natives for DBC and enable AppJIT. 2018-02-23 02:20:12 +00:00
instructions_dbc.h [vm, dbc] Implement lazily-linked natives for DBC and enable AppJIT. 2018-02-23 02:20:12 +00:00
instructions_ia32.cc
instructions_ia32.h
instructions_ia32_test.cc
instructions_x64.cc
instructions_x64.h
instructions_x64_test.cc
isolate.cc [vm] Add a timeline stream for recording the zone high watermark. 2018-03-16 17:43:27 +00:00
isolate.h [vm, isolate] Refactor isolate message snapshotting to centralize construction of the Message. 2018-02-14 00:28:01 +00:00
isolate_reload.cc [vm] Replace Dart_LoadKernel with Dart_LoadLibrary/ScriptFromKernel. 2018-03-15 23:24:44 +00:00
isolate_reload.h - Removed dead code (pulled from review 36121) 2018-02-07 19:35:39 +00:00
isolate_reload_test.cc [vm, reload] Eagerly assign static field initializers a PatchClass owner. 2018-03-12 21:12:29 +00:00
isolate_test.cc Create isolate from the platform kernel when running VM tests under dartk. 2018-02-20 22:08:25 +00:00
json_stream.cc [vm] Move some string utils from runtime/vm to runtime/platform. 2018-03-01 02:07:46 +00:00
json_stream.h
json_test.cc
json_writer.cc [vm] Move some string utils from runtime/vm to runtime/platform. 2018-03-01 02:07:46 +00:00
json_writer.h
kernel.cc
kernel.h [vm] Replace Dart_LoadKernel with Dart_LoadLibrary/ScriptFromKernel. 2018-03-15 23:24:44 +00:00
kernel_binary.cc [vm] Replace Dart_LoadKernel with Dart_LoadLibrary/ScriptFromKernel. 2018-03-15 23:24:44 +00:00
kernel_binary.h [VM] Optimize performance of dart_boostrap in debug-kernel-strong mode. 2018-03-21 10:24:29 +00:00
kernel_isolate.cc [vm] Fix several kernel-specific memory leaks. 2018-03-20 23:23:49 +00:00
kernel_isolate.h [VM] Hooked up incremental compiler wrapper w/ accept protocol 2018-02-12 17:23:07 +00:00
kernel_loader.cc [kernel/vm] Build NSM forwarders for getters and setters. 2018-03-27 14:40:04 +00:00
kernel_loader.h [vm] Replace Dart_LoadKernel with Dart_LoadLibrary/ScriptFromKernel. 2018-03-15 23:24:44 +00:00
lockers.cc
lockers.h
log.cc [vm] Move some string utils from runtime/vm to runtime/platform. 2018-03-01 02:07:46 +00:00
log.h
log_test.cc [vm] Move some string utils from runtime/vm to runtime/platform. 2018-03-01 02:07:46 +00:00
longjump.cc
longjump.h
longjump_test.cc
malloc_hooks.h
malloc_hooks_arm.cc
malloc_hooks_arm64.cc
malloc_hooks_ia32.cc
malloc_hooks_jemalloc.cc
malloc_hooks_tcmalloc.cc
malloc_hooks_test.cc
malloc_hooks_unsupported.cc
malloc_hooks_x64.cc
megamorphic_cache_table.cc
megamorphic_cache_table.h
memory_region.cc
memory_region.h
memory_region_test.cc
message.cc [vm, isolate] Send large TypedData as ExternalTypedData in isolate messages. 2018-02-21 18:57:14 +00:00
message.h [vm, isolate] Send large TypedData as ExternalTypedData in isolate messages. 2018-02-21 18:57:14 +00:00
message_handler.cc [vm, isolate] Send large TypedData as ExternalTypedData in isolate messages. 2018-02-21 18:57:14 +00:00
message_handler.h Reland: [dart:cli] Adds waitFor(Future) 2018-01-18 16:38:54 +00:00
message_handler_test.cc [vm, isolate] Send large TypedData as ExternalTypedData in isolate messages. 2018-02-21 18:57:14 +00:00
message_test.cc [vm, isolate] Send large TypedData as ExternalTypedData in isolate messages. 2018-02-21 18:57:14 +00:00
metrics.cc
metrics.h
metrics_test.cc Create isolate from the platform kernel when running VM tests under dartk. 2018-02-20 22:08:25 +00:00
mirrors_api_impl.cc
mixin_test.cc [ VM / Dart 2 ] Fixed Mixin_PrivateSuperResolutionCrossLibraryShould fail which was expecting a NoSuchMethod error instead of a compilation error in strong-mode. 2018-03-23 15:43:09 +00:00
native_api_impl.cc [vm, service] Avoid double TLS creating timeline events for API functions. 2018-02-23 01:31:38 +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 [vm, dbc] Implement lazily-linked natives for DBC and enable AppJIT. 2018-02-23 02:20:12 +00:00
native_entry.h [vm, dbc] Implement lazily-linked natives for DBC and enable AppJIT. 2018-02-23 02:20:12 +00:00
native_entry_test.cc
native_entry_test.h
native_message_handler.cc
native_message_handler.h
native_symbol.h
native_symbol_android.cc
native_symbol_fuchsia.cc
native_symbol_linux.cc
native_symbol_macos.cc
native_symbol_win.cc
object.cc [VM runtime] Improve type error messages in Dart 2 (fixes #32564). 2018-03-28 17:12:04 +00:00
object.h [kernel/vm] Cleanup NSM forwarding. 2018-03-26 22:34:02 +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
object_service.cc [vm, dbc] Implement lazily-linked natives for DBC and enable AppJIT. 2018-02-23 02:20:12 +00:00
object_set.h
object_store.cc
object_store.h
object_store_test.cc
object_test.cc Revert "[ VM / Dart 2 ] Fixed StackTraceFormat test to expect file URIs in stacks generated by the Dart frontend." 2018-03-21 20:20:45 +00:00
object_x64_test.cc
os.h [vm] Move some string utils from runtime/vm to runtime/platform. 2018-03-01 02:07:46 +00:00
os_android.cc [vm] Move some string utils from runtime/vm to runtime/platform. 2018-03-01 02:07:46 +00:00
os_fuchsia.cc [fuchsia] Update to the FIDL2 String API 2018-03-12 22:58:29 +00:00
os_linux.cc [vm] Move some string utils from runtime/vm to runtime/platform. 2018-03-01 02:07:46 +00:00
os_macos.cc [vm] Move some string utils from runtime/vm to runtime/platform. 2018-03-01 02:07:46 +00:00
os_test.cc [vm/cleanup] Remove vm/cc/Sleep test. 2018-03-12 17:15:28 +00:00
os_thread.cc [vm] Check for mis-matched thread type in OSThread TLS destructor. 2018-02-16 23:20:37 +00:00
os_thread.h
os_thread_android.cc
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
os_thread_linux.h
os_thread_macos.cc
os_thread_macos.h
os_thread_win.cc
os_thread_win.h
os_win.cc [vm] Move some string utils from runtime/vm to runtime/platform. 2018-03-01 02:07:46 +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 [kernel/vm] Cleanup NSM forwarding. 2018-03-26 22:34:02 +00:00
parser.h [kernel/vm] Cleanup NSM forwarding. 2018-03-26 22:34:02 +00:00
parser_test.cc [vm] Move some string utils from runtime/vm to runtime/platform. 2018-03-01 02:07:46 +00:00
port.cc
port.h
port_test.cc [vm, isolate] Send large TypedData as ExternalTypedData in isolate messages. 2018-02-21 18:57:14 +00:00
proccpuinfo.cc
proccpuinfo.h
profiler.cc [vm] Relax low profile period conditions 2018-03-13 19:58:25 +00:00
profiler.h
profiler_service.cc [vm] Move some string utils from runtime/vm to runtime/platform. 2018-03-01 02:07:46 +00:00
profiler_service.h
profiler_test.cc Avoid patching with redirecting factories in vm-related patches 2018-02-08 14:11:50 +00:00
program_visitor.cc [vm] Avoid using objects in VM isolate heap for de-duplication 2018-03-09 01:53:17 +00:00
program_visitor.h
random.cc
random.h
raw_object.cc
raw_object.h [kernel/vm] Cleanup NSM forwarding. 2018-03-26 22:34:02 +00:00
raw_object_snapshot.cc [kernel/vm] Cleanup NSM forwarding. 2018-03-26 22:34:02 +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
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
resolver.h
resolver_test.cc [vm] Move some string utils from runtime/vm to runtime/platform. 2018-03-01 02:07:46 +00:00
reusable_handles.h
ring_buffer.h
ring_buffer_test.cc
runtime_entry.cc
runtime_entry.h
runtime_entry_arm.cc
runtime_entry_arm64.cc
runtime_entry_dbc.cc
runtime_entry_ia32.cc
runtime_entry_list.h
runtime_entry_x64.cc
safepoint.cc
safepoint.h
scanner.cc [vm] Move some string utils from runtime/vm to runtime/platform. 2018-03-01 02:07:46 +00:00
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
scopes.h [vm/kernel/aot] Infer parameter types in type flow analysis 2018-02-13 01:11:18 +00:00
scopes_test.cc
service.cc [vm, isolate] Send large TypedData as ExternalTypedData in isolate messages. 2018-02-21 18:57:14 +00:00
service.h
service_event.cc
service_event.h
service_isolate.cc [vm, isolate] Refactor isolate message snapshotting to centralize construction of the Message. 2018-02-14 00:28:01 +00:00
service_isolate.h [vm, isolate] Refactor isolate message snapshotting to centralize construction of the Message. 2018-02-14 00:28:01 +00:00
service_test.cc [vm] Move some string utils from runtime/vm to runtime/platform. 2018-03-01 02:07:46 +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 Revert "[vm/simarm] Fix VRECPS/VRSQRTSQS instruction implementation." 2018-03-09 06:09:40 +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] ARM64: Fix tbz instruction for bit positions >= 32 2018-03-13 09:31:50 +00:00
simulator_arm64.h
simulator_dbc.cc [vm, dbc] Implement lazily-linked natives for DBC and enable AppJIT. 2018-02-23 02:20:12 +00:00
simulator_dbc.h
snapshot.cc [vm] Move writing snapshot magic value from embedder to VM. 2018-03-19 17:47:55 +00:00
snapshot.h [vm] Move writing snapshot magic value from embedder to VM. 2018-03-19 17:47:55 +00:00
snapshot_ids.h
snapshot_test.cc [vm] Move writing snapshot magic value from embedder to VM. 2018-03-19 17:47:55 +00:00
snapshot_test.dart
snapshot_test_in.dat
source_report.cc [vm] Skip functions in source reports if their token pos is unknown 2018-02-26 14:35:56 +00:00
source_report.h
source_report_test.cc
spaces.h
stack_frame.cc
stack_frame.h
stack_frame_arm.h
stack_frame_arm64.h
stack_frame_dbc.h
stack_frame_ia32.h
stack_frame_test.cc Create isolate from the platform kernel when running VM tests under dartk. 2018-02-20 22:08:25 +00:00
stack_frame_x64.h
stack_trace.cc
stack_trace.h
store_buffer.cc
store_buffer.h
stub_code.cc
stub_code.h
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
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] Move some string utils from runtime/vm to runtime/platform. 2018-03-01 02:07:46 +00:00
symbols.h [VM runtime] Improve type error messages in Dart 2 (fixes #32564). 2018-03-28 17:12:04 +00:00
tags.cc
tags.h
thread.cc [vm] Add a timeline stream for recording the zone high watermark. 2018-03-16 17:43:27 +00:00
thread.h [vm] Add a timeline stream for recording the zone high watermark. 2018-03-16 17:43:27 +00:00
thread_barrier.h
thread_barrier_test.cc
thread_interrupter.cc
thread_interrupter.h
thread_interrupter_android.cc
thread_interrupter_fuchsia.cc [system api] Update thread state API usage. 2018-02-05 22:19:37 +00:00
thread_interrupter_linux.cc
thread_interrupter_macos.cc
thread_interrupter_win.cc
thread_pool.cc
thread_pool.h
thread_pool_test.cc
thread_registry.cc
thread_registry.h
thread_test.cc [vm] Move some string utils from runtime/vm to runtime/platform. 2018-03-01 02:07:46 +00:00
timeline.cc [vm] Move some string utils from runtime/vm to runtime/platform. 2018-03-01 02:07:46 +00:00
timeline.h [vm] Add a timeline stream for recording the zone high watermark. 2018-03-16 17:43:27 +00:00
timeline_analysis.cc
timeline_analysis.h
timeline_android.cc [vm] Move some string utils from runtime/vm to runtime/platform. 2018-03-01 02:07:46 +00:00
timeline_fuchsia.cc
timeline_linux.cc [vm] Move some string utils from runtime/vm to runtime/platform. 2018-03-01 02:07:46 +00:00
timeline_macos.cc
timeline_test.cc
timeline_win.cc
timer.cc
timer.h
token.cc
token.h
token_position.cc
token_position.h
type_table.h
unibrow-inl.h
unibrow.cc
unibrow.h
unicode.cc
unicode.h
unicode_data.cc
unicode_test.cc
unit_test.cc Reland "[VM / Hot Reload] Fixed IsolateReload tests which were importing"" 2018-02-23 23:22:18 +00:00
unit_test.h Reland "[VM / Hot Reload] Fixed IsolateReload tests which were importing"" 2018-02-23 23:22:18 +00:00
uri.cc [vm] Move some string utils from runtime/vm to runtime/platform. 2018-03-01 02:07:46 +00:00
uri.h
uri_test.cc
utils_test.cc
verified_memory_test.cc
verifier.cc
verifier.h
version.h
version_in.cc
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 [vm] Stream writing snapshots as assembly to reduce peak memory usage. 2018-03-08 19:26:17 +00:00
weak_code.cc
weak_code.h
weak_table.cc
weak_table.h
zone.cc
zone.h
zone_test.cc Create isolate from the platform kernel when running VM tests under dartk. 2018-02-20 22:08:25 +00:00
zone_text_buffer.cc [vm] Move some string utils from runtime/vm to runtime/platform. 2018-03-01 02:07:46 +00:00
zone_text_buffer.h