.. |
compiler
|
[VM] ARM64: Add unboxed 64 bit integers
|
2018-03-09 09:09:18 +00:00 |
service
|
Specify sentinels in the return type for evaluateInFrame.
|
2017-08-16 15:14:27 -07:00 |
allocation.cc
|
VM: Re-format to use at most one newline between functions
|
2017-07-13 08:08:37 -07:00 |
allocation.h
|
VM: Re-format to use at most one newline between functions
|
2017-07-13 08:08:37 -07:00 |
allocation_test.cc
|
VM: Re-format to use at most one newline between functions
|
2017-07-13 08:08:37 -07:00 |
assert_test.cc
|
VM: Re-format to use at most one newline between functions
|
2017-07-13 08:08:37 -07:00 |
ast.cc
|
[vm] Move some string utils from runtime/vm to runtime/platform.
|
2018-03-01 02:07:46 +00:00 |
ast.h
|
[VM, JIT] Lower CloneContext into AllocateUninitializedContext.
|
2017-10-25 11:09:29 +00:00 |
ast_printer.cc
|
Revised "Eliminate dependencies on assemblers and code stubs in precompiled runtime."
|
2017-09-04 13:13:26 +02:00 |
ast_printer.h
|
Improve --print-ast printing of LetNode.
|
2017-06-20 16:49:10 +02:00 |
ast_printer_test.cc
|
VM: Re-format to use at most one newline between functions
|
2017-07-13 08:08:37 -07:00 |
ast_test.cc
|
VM: Re-format to use at most one newline between functions
|
2017-07-13 08:08:37 -07:00 |
ast_transformer.cc
|
Revert "Revert "Introduce StaticCallNode::kNoRebind and use that in implicit closures.""
|
2017-09-28 19:43:32 +00:00 |
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
|
[vm] Implement more efficient CAS in simarm/simarm64 modes, v.2
|
2017-08-14 11:10:29 -07:00 |
atomic_fuchsia.h
|
[vm] Implement more efficient CAS in simarm/simarm64 modes, v.2
|
2017-08-14 11:10:29 -07:00 |
atomic_linux.h
|
[vm] Implement more efficient CAS in simarm/simarm64 modes, v.2
|
2017-08-14 11:10:29 -07:00 |
atomic_macos.h
|
[vm] Implement more efficient CAS in simarm/simarm64 modes, v.2
|
2017-08-14 11:10:29 -07:00 |
atomic_test.cc
|
VM: Re-format to use at most one newline between functions
|
2017-07-13 08:08:37 -07:00 |
atomic_win.h
|
[vm] Fix Windows build after improving CAS
|
2017-08-14 12:33:57 -07:00 |
base_isolate.h
|
Renames the isolate's mutator_thread_ to scheduled_mutator_thread_
|
2017-08-07 15:54:49 -07:00 |
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
|
[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
|
Reapply CL "Option to truncate integers to 64 bits, part 2"
|
2017-07-17 12:20:17 -07:00 |
bit_set.h
|
|
|
bit_set_test.cc
|
VM: Re-format to use at most one newline between functions
|
2017-07-13 08:08:37 -07:00 |
bit_vector.cc
|
VM: Re-format to use at most one newline between functions
|
2017-07-13 08:08:37 -07:00 |
bit_vector.h
|
|
|
bit_vector_test.cc
|
VM: Re-format to use at most one newline between functions
|
2017-07-13 08:08:37 -07:00 |
bitfield.h
|
VM: Re-format to use at most one newline between functions
|
2017-07-13 08:08:37 -07:00 |
bitfield_test.cc
|
VM: Re-format to use at most one newline between functions
|
2017-07-13 08:08:37 -07:00 |
bitmap.cc
|
VM: Re-format to use at most one newline between functions
|
2017-07-13 08:08:37 -07:00 |
bitmap.h
|
VM: Re-format to use at most one newline between functions
|
2017-07-13 08:08:37 -07:00 |
bitmap_test.cc
|
VM: Re-format to use at most one newline between functions
|
2017-07-13 08:08:37 -07:00 |
boolfield.h
|
VM: Re-format to use at most one newline between functions
|
2017-07-13 08:08:37 -07:00 |
boolfield_test.cc
|
VM: Re-format to use at most one newline between functions
|
2017-07-13 08:08:37 -07:00 |
bootstrap.cc
|
[vm] Don't disregard KernelLoader::LoadProgram result when bootstrapping
|
2017-12-08 21:51:40 +00:00 |
bootstrap.h
|
|
|
bootstrap_natives.cc
|
VM: Re-format to use at most one newline between functions
|
2017-07-13 08:08:37 -07:00 |
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
|
Read patch files in strong mode
|
2018-02-05 14:35:36 +00:00 |
class_finalizer.cc
|
[VM / Kernel ] Fixed issue where enum classes were not being marked as such in the VM. Enum class fields are now eagerly initialized.
|
2018-03-08 01:11:45 +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
|
VM: Re-format to use at most one newline between functions
|
2017-07-13 08:08:37 -07:00 |
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] Move some string utils from runtime/vm to runtime/platform.
|
2018-03-01 02:07:46 +00:00 |
clustered_snapshot.h
|
Add a new API function to sniff a snapshot to determine if the
|
2018-02-14 23:27:38 +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
|
VM: Re-format to use at most one newline between functions
|
2017-07-13 08:08:37 -07:00 |
code_descriptors_test.cc
|
[VM, Compiler] Move compiler to a separate folder.
|
2017-09-04 15:15:18 +00:00 |
code_observers.cc
|
VM: Re-format to use at most one newline between functions
|
2017-07-13 08:08:37 -07:00 |
code_observers.h
|
VM: Re-format to use at most one newline between functions
|
2017-07-13 08:08:37 -07:00 |
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
|
[VM, Compiler] Move compiler to a separate folder.
|
2017-09-04 15:15:18 +00:00 |
code_patcher_arm64.cc
|
VM: Re-format to use at most one newline between functions
|
2017-07-13 08:08:37 -07:00 |
code_patcher_arm64_test.cc
|
Revert "Revert "Introduce StaticCallNode::kNoRebind and use that in implicit closures.""
|
2017-09-28 19:43:32 +00:00 |
code_patcher_arm_test.cc
|
Revert "Revert "Introduce StaticCallNode::kNoRebind and use that in implicit closures.""
|
2017-09-28 19:43:32 +00:00 |
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
|
[VM, Compiler] Move compiler to a separate folder.
|
2017-09-04 15:15:18 +00:00 |
code_patcher_ia32_test.cc
|
Revert "Revert "Introduce StaticCallNode::kNoRebind and use that in implicit closures.""
|
2017-09-28 19:43:32 +00:00 |
code_patcher_x64.cc
|
[VM, Compiler] Move compiler to a separate folder.
|
2017-09-04 15:15:18 +00:00 |
code_patcher_x64_test.cc
|
Revert "Revert "Introduce StaticCallNode::kNoRebind and use that in implicit closures.""
|
2017-09-28 19:43:32 +00:00 |
compilation_trace.cc
|
VM: Re-format to use at most one newline between functions
|
2017-07-13 08:08:37 -07:00 |
compilation_trace.h
|
[VM, Compiler] Move compiler to a separate folder.
|
2017-09-04 15:15:18 +00:00 |
compiler_stats.cc
|
Refactor Isolate name format, storage and log
|
2017-08-25 18:07:03 -07:00 |
compiler_stats.h
|
VM: Re-format to use at most one newline between functions
|
2017-07-13 08:08:37 -07:00 |
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
|
[VM, Compiler] Add initial implementation of check null instruction
|
2017-09-12 19:25:43 +00:00 |
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
|
[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
|
VM: Re-format to use at most one newline between functions
|
2017-07-13 08:08:37 -07:00 |
cpu_arm.cc
|
[VM, Compiler] Move compiler to a separate folder.
|
2017-09-04 15:15:18 +00:00 |
cpu_arm.h
|
|
|
cpu_arm64.cc
|
Rename Magenta to Zircon, along with related abbreviations
|
2017-09-15 14:54:18 +00:00 |
cpu_arm64.h
|
|
|
cpu_dbc.cc
|
VM: Re-format to use at most one newline between functions
|
2017-07-13 08:08:37 -07:00 |
cpu_dbc.h
|
|
|
cpu_ia32.cc
|
[VM, Compiler] Move compiler to a separate folder.
|
2017-09-04 15:15:18 +00:00 |
cpu_ia32.h
|
|
|
cpu_test.cc
|
VM: Re-format to use at most one newline between functions
|
2017-07-13 08:08:37 -07:00 |
cpu_x64.cc
|
[VM, Compiler] Move compiler to a separate folder.
|
2017-09-04 15:15:18 +00:00 |
cpu_x64.h
|
|
|
cpuid.cc
|
VM: Re-format to use at most one newline between functions
|
2017-07-13 08:08:37 -07:00 |
cpuid.h
|
Rename TARGET_OS_* to HOST_OS_*.
|
2017-03-15 13:11:05 -07:00 |
cpuinfo.h
|
|
|
cpuinfo_android.cc
|
VM: Re-format to use at most one newline between functions
|
2017-07-13 08:08:37 -07:00 |
cpuinfo_fuchsia.cc
|
VM: Re-format to use at most one newline between functions
|
2017-07-13 08:08:37 -07:00 |
cpuinfo_linux.cc
|
VM: Re-format to use at most one newline between functions
|
2017-07-13 08:08:37 -07:00 |
cpuinfo_macos.cc
|
VM: Re-format to use at most one newline between functions
|
2017-07-13 08:08:37 -07:00 |
cpuinfo_test.cc
|
VM: Re-format to use at most one newline between functions
|
2017-07-13 08:08:37 -07:00 |
cpuinfo_win.cc
|
VM: Re-format to use at most one newline between functions
|
2017-07-13 08:08:37 -07:00 |
custom_isolate_test.cc
|
1. Correctly set root_library based on the application script URI instead of looking for the library that has the 'main' method.
|
2017-07-19 18:09:19 -07:00 |
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] Stream writing snapshots as assembly to reduce peak memory usage.
|
2018-03-08 19:26:17 +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] Move some string utils from runtime/vm to runtime/platform.
|
2018-03-01 02:07:46 +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
|
Remove background finalization.
|
2017-04-11 09:54:25 -07:00 |
dart_api_state.h
|
[vm-service] Include external sizes in the allocation table.
|
2017-09-25 18:33:07 +00:00 |
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
|
[VM, Compiler] Move compiler to a separate folder.
|
2017-09-04 15:15:18 +00:00 |
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
|
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
|
VM: Re-format to use at most one newline between functions
|
2017-07-13 08:08:37 -07:00 |
debugger_arm64.cc
|
VM: Re-format to use at most one newline between functions
|
2017-07-13 08:08:37 -07:00 |
debugger_dbc.cc
|
VM: Re-format to use at most one newline between functions
|
2017-07-13 08:08:37 -07:00 |
debugger_ia32.cc
|
[VM, Compiler] Move compiler to a separate folder.
|
2017-09-04 15:15:18 +00:00 |
debugger_x64.cc
|
[VM, Compiler] Move compiler to a separate folder.
|
2017-09-04 15:15:18 +00:00 |
deferred_objects.cc
|
[vm] Don't let the optimizer mislead coverage data.
|
2017-11-10 22:35:48 +00:00 |
deferred_objects.h
|
VM: Re-format to use at most one newline between functions
|
2017-07-13 08:08:37 -07:00 |
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
|
[VM, Compiler] Move compiler to a separate folder.
|
2017-09-04 15:15:18 +00:00 |
double_conversion.cc
|
VM: Re-format to use at most one newline between functions
|
2017-07-13 08:08:37 -07:00 |
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
|
VM: Re-format to use at most one newline between functions
|
2017-07-13 08:08:37 -07:00 |
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
|
VM: Re-format to use at most one newline between functions
|
2017-07-13 08:08:37 -07:00 |
fixed_cache_test.cc
|
VM: Re-format to use at most one newline between functions
|
2017-07-13 08:08:37 -07:00 |
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
|
VM: Re-format to use at most one newline between functions
|
2017-07-13 08:08:37 -07:00 |
freelist.cc
|
Report errno on mprotect failure.
|
2018-01-10 01:37:49 +00:00 |
freelist.h
|
VM: Re-format to use at most one newline between functions
|
2017-07-13 08:08:37 -07:00 |
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
|
[vm-service] Include external sizes in the allocation table.
|
2017-09-25 18:33:07 +00:00 |
gc_marker.h
|
Remove GC prologue and epilogue callbacks.
|
2017-08-22 11:19:54 -07:00 |
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
|
VM: Re-format to use at most one newline between functions
|
2017-07-13 08:08:37 -07:00 |
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
|
VM: Re-format to use at most one newline between functions
|
2017-07-13 08:08:37 -07:00 |
growable_array_test.cc
|
VM: Re-format to use at most one newline between functions
|
2017-07-13 08:08:37 -07:00 |
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
|
VM: Re-format to use at most one newline between functions
|
2017-07-13 08:08:37 -07:00 |
handles.h
|
VM: Re-format to use at most one newline between functions
|
2017-07-13 08:08:37 -07:00 |
handles_impl.h
|
VM: Re-format to use at most one newline between functions
|
2017-07-13 08:08:37 -07:00 |
handles_test.cc
|
VM: Re-format to use at most one newline between functions
|
2017-07-13 08:08:37 -07:00 |
hash_map.h
|
VM: Re-format to use at most one newline between functions
|
2017-07-13 08:08:37 -07:00 |
hash_map_test.cc
|
VM: Re-format to use at most one newline between functions
|
2017-07-13 08:08:37 -07:00 |
hash_table.h
|
[VM] Reland 'Use quadratic probing in hash_table.h'
|
2018-01-22 22:54:45 +00:00 |
hash_table_test.cc
|
VM: Re-format to use at most one newline between functions
|
2017-07-13 08:08:37 -07:00 |
heap.cc
|
[vm] Move some string utils from runtime/vm to runtime/platform.
|
2018-03-01 02:07:46 +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] 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
|
Remove MIPS support
|
2017-06-22 08:49:22 -07:00 |
instructions_arm.cc
|
[vm] Move the info_array for ObjectPool inline.
|
2017-12-08 20:42:51 +00:00 |
instructions_arm.h
|
VM: Re-format to use at most one newline between functions
|
2017-07-13 08:08:37 -07:00 |
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
|
[VM, Compiler] Move compiler to a separate folder.
|
2017-09-04 15:15:18 +00:00 |
instructions_arm_test.cc
|
[VM, Compiler] Move compiler to a separate folder.
|
2017-09-04 15:15:18 +00:00 |
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
|
VM: Re-format to use at most one newline between functions
|
2017-07-13 08:08:37 -07:00 |
instructions_ia32_test.cc
|
[VM, Compiler] Move compiler to a separate folder.
|
2017-09-04 15:15:18 +00:00 |
instructions_x64.cc
|
[vm] Move the info_array for ObjectPool inline.
|
2017-12-08 20:42:51 +00:00 |
instructions_x64.h
|
VM: Re-format to use at most one newline between functions
|
2017-07-13 08:08:37 -07:00 |
instructions_x64_test.cc
|
[VM, Compiler] Move compiler to a separate folder.
|
2017-09-04 15:15:18 +00:00 |
isolate.cc
|
[vm, isolate] Send large TypedData as ExternalTypedData in isolate messages.
|
2018-02-21 18:57:14 +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] Fix field initialization during isolate reload in kernel mode
|
2018-02-23 17:44:24 +00:00 |
isolate_reload.h
|
- Removed dead code (pulled from review 36121)
|
2018-02-07 19:35:39 +00:00 |
isolate_reload_test.cc
|
Reland "[VM / Hot Reload] Fixed IsolateReload tests which were importing""
|
2018-02-23 23:22:18 +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
|
[VM] Extract simple JSON writer out of VM service-specific JSONStream
|
2017-11-03 18:31:50 +00:00 |
json_test.cc
|
Limit preserialized JSON for timeline events from Dart code to the arguments.
|
2017-09-19 23:29:55 +00:00 |
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
|
[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
|
[vm] Fix field initialization during isolate reload in kernel mode
|
2018-02-23 17:44:24 +00:00 |
kernel_binary.cc
|
[VM] Fixed ReadPrecompiledKernelFromFile passing NULL instead of a handle to Library::null() to the LibraryTagHandler.
|
2018-02-14 01:44:18 +00:00 |
kernel_binary.h
|
Workaround deferred library limitation.
|
2018-02-22 20:34:39 +00:00 |
kernel_isolate.cc
|
[VM] Hooked up incremental compiler wrapper w/ accept protocol
|
2018-02-12 17:23:07 +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
|
[VM / Kernel ] Fixed issue where enum classes were not being marked as such in the VM. Enum class fields are now eagerly initialized.
|
2018-03-08 01:11:45 +00:00 |
kernel_loader.h
|
[kernel/vm] Initial obfuscate support for kernel pipeline
|
2018-02-27 10:11:17 +00:00 |
lockers.cc
|
[vm] Remove some unnecessary OFFSET_OF.
|
2017-11-09 22:20:02 +00:00 |
lockers.h
|
VM: Re-format to use at most one newline between functions
|
2017-07-13 08:08:37 -07:00 |
log.cc
|
[vm] Move some string utils from runtime/vm to runtime/platform.
|
2018-03-01 02:07:46 +00:00 |
log.h
|
[VM logging] Fix nesting of log blocker (second attempt).
|
2017-08-14 08:38:52 -07:00 |
log_test.cc
|
[vm] Move some string utils from runtime/vm to runtime/platform.
|
2018-03-01 02:07:46 +00:00 |
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
|
VM: Re-format to use at most one newline between functions
|
2017-07-13 08:08:37 -07:00 |
malloc_hooks.h
|
Resubmission of native memory allocation info surfacing in Observatory. Fixed crashing tests and stack trace collection skip counts for different configurations.
|
2017-03-27 13:25:26 -07:00 |
malloc_hooks_arm.cc
|
When collecting traces for native allocation, we depend on the architecture the native code is running, not the Dart code.
|
2017-04-21 13:34:51 -07:00 |
malloc_hooks_arm64.cc
|
When collecting traces for native allocation, we depend on the architecture the native code is running, not the Dart code.
|
2017-04-21 13:34:51 -07:00 |
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
|
VM: Re-format to use at most one newline between functions
|
2017-07-13 08:08:37 -07:00 |
malloc_hooks_tcmalloc.cc
|
VM: Re-format to use at most one newline between functions
|
2017-07-13 08:08:37 -07:00 |
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
|
VM: Re-format to use at most one newline between functions
|
2017-07-13 08:08:37 -07:00 |
malloc_hooks_x64.cc
|
When collecting traces for native allocation, we depend on the architecture the native code is running, not the Dart code.
|
2017-04-21 13:34:51 -07:00 |
megamorphic_cache_table.cc
|
Revised "Eliminate dependencies on assemblers and code stubs in precompiled runtime."
|
2017-09-04 13:13:26 +02:00 |
megamorphic_cache_table.h
|
Revised "Eliminate dependencies on assemblers and code stubs in precompiled runtime."
|
2017-09-04 13:13:26 +02:00 |
memory_region.cc
|
|
|
memory_region.h
|
[vm] Align old-space pages.
|
2017-10-30 22:02:20 +00:00 |
memory_region_test.cc
|
VM: Re-format to use at most one newline between functions
|
2017-07-13 08:08:37 -07:00 |
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
|
Restore "Add current rss and embedder name to Observatory"
|
2017-08-14 17:02:30 -07:00 |
metrics.h
|
Restore "Add current rss and embedder name to Observatory"
|
2017-08-14 17:02:30 -07:00 |
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
|
VM: Re-format to use at most one newline between functions
|
2017-07-13 08:08:37 -07:00 |
mixin_test.cc
|
Reland "Route all messages through Loader."
|
2017-12-01 22:47:06 +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
|
[VM, Compiler] Move compiler to a separate folder.
|
2017-09-04 15:15:18 +00:00 |
native_entry_test.h
|
|
|
native_message_handler.cc
|
VM: Re-format to use at most one newline between functions
|
2017-07-13 08:08:37 -07:00 |
native_message_handler.h
|
|
|
native_symbol.h
|
VM: Re-format to use at most one newline between functions
|
2017-07-13 08:08:37 -07:00 |
native_symbol_android.cc
|
[android] Override __cxa_demangle() in PRODUCT mode
|
2017-10-05 16:56:16 +00:00 |
native_symbol_fuchsia.cc
|
VM: Re-format to use at most one newline between functions
|
2017-07-13 08:08:37 -07:00 |
native_symbol_linux.cc
|
VM: Re-format to use at most one newline between functions
|
2017-07-13 08:08:37 -07:00 |
native_symbol_macos.cc
|
VM: Re-format to use at most one newline between functions
|
2017-07-13 08:08:37 -07:00 |
native_symbol_win.cc
|
VM: Re-format to use at most one newline between functions
|
2017-07-13 08:08:37 -07:00 |
object.cc
|
[vm] Fix computation of hashCode of a closure with null receiver
|
2018-03-09 00:26:31 +00:00 |
object.h
|
[vm] Fix issue causing recursive_mixin_test to crash
|
2018-03-02 17:39:39 +00:00 |
object_arm64_test.cc
|
[VM, Compiler] Move compiler to a separate folder.
|
2017-09-04 15:15:18 +00:00 |
object_arm_test.cc
|
[VM, Compiler] Move compiler to a separate folder.
|
2017-09-04 15:15:18 +00:00 |
object_dbc_test.cc
|
[VM, Compiler] Move compiler to a separate folder.
|
2017-09-04 15:15:18 +00:00 |
object_graph.cc
|
[observatory] Add an "ownership" analysis for the heap snapshot.
|
2017-08-30 09:50:57 -07:00 |
object_graph.h
|
Calculates retaining paths through user fields and ignores VM objects
|
2017-07-27 13:24:48 -07:00 |
object_graph_test.cc
|
[vm, gc] Require a safepoint for heap iteration.
|
2017-08-07 17:51:25 -07:00 |
object_ia32_test.cc
|
[VM, Compiler] Move compiler to a separate folder.
|
2017-09-04 15:15:18 +00:00 |
object_id_ring.cc
|
VM: Re-format to use at most one newline between functions
|
2017-07-13 08:08:37 -07:00 |
object_id_ring.h
|
VM: Re-format to use at most one newline between functions
|
2017-07-13 08:08:37 -07:00 |
object_id_ring_test.cc
|
VM: Re-format to use at most one newline between functions
|
2017-07-13 08:08:37 -07:00 |
object_reload.cc
|
[vm] Move the info_array for ObjectPool inline.
|
2017-12-08 20:42:51 +00:00 |
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
|
[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] Move some string utils from runtime/vm to runtime/platform.
|
2018-03-01 02:07:46 +00:00 |
object_x64_test.cc
|
[VM, Compiler] Move compiler to a separate folder.
|
2017-09-04 15:15:18 +00:00 |
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
|
[vm] Move some string utils from runtime/vm to runtime/platform.
|
2018-03-01 02:07:46 +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] Move some string utils from runtime/vm to runtime/platform.
|
2018-03-01 02:07:46 +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
|
[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
|
VM: Re-format to use at most one newline between functions
|
2017-07-13 08:08:37 -07:00 |
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
|
Reorder Fuchsia file headers and gn format
|
2017-09-15 20:28:49 +00:00 |
os_thread_linux.cc
|
[Fuchsia] Safestack fix for exceptions
|
2017-11-22 19:27:54 +00:00 |
os_thread_linux.h
|
VM: Re-format to use at most one newline between functions
|
2017-07-13 08:08:37 -07:00 |
os_thread_macos.cc
|
[Fuchsia] Safestack fix for exceptions
|
2017-11-22 19:27:54 +00:00 |
os_thread_macos.h
|
VM: Re-format to use at most one newline between functions
|
2017-07-13 08:08:37 -07:00 |
os_thread_win.cc
|
[Fuchsia] Safestack fix for exceptions
|
2017-11-22 19:27:54 +00:00 |
os_thread_win.h
|
VM: Re-format to use at most one newline between functions
|
2017-07-13 08:08:37 -07:00 |
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
|
VM: Re-format to use at most one newline between functions
|
2017-07-13 08:08:37 -07:00 |
parser.cc
|
[vm] Move some string utils from runtime/vm to runtime/platform.
|
2018-03-01 02:07:46 +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] Move some string utils from runtime/vm to runtime/platform.
|
2018-03-01 02:07:46 +00:00 |
port.cc
|
VM: Re-format to use at most one newline between functions
|
2017-07-13 08:08:37 -07:00 |
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
|
VM: Re-format to use at most one newline between functions
|
2017-07-13 08:08:37 -07:00 |
proccpuinfo.h
|
Rename TARGET_OS_* to HOST_OS_*.
|
2017-03-15 13:11:05 -07:00 |
profiler.cc
|
[vm] Check for stack headroom before starting a hot reload.
|
2017-12-08 18:07:31 +00:00 |
profiler.h
|
[vm] Adjust the relative sizes of the profile and timeline buffers.
|
2017-09-26 22:01:42 +00:00 |
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
|
VM: Re-format to use at most one newline between functions
|
2017-07-13 08:08:37 -07:00 |
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
|
[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
|
[vm, isolate] Send large TypedData as ExternalTypedData in isolate messages.
|
2018-02-21 18:57:14 +00:00 |
regexp.cc
|
[VM] Stop treating 0x180e as whitespace
|
2018-01-18 10:37:15 +00:00 |
regexp.h
|
[VM, Compiler] Move compiler to a separate folder.
|
2017-09-04 15:15:18 +00:00 |
regexp_assembler.cc
|
VM: Re-format to use at most one newline between functions
|
2017-07-13 08:08:37 -07:00 |
regexp_assembler.h
|
[VM, Compiler] Move compiler to a separate folder.
|
2017-09-04 15:15:18 +00:00 |
regexp_assembler_bytecode.cc
|
VM: Re-format to use at most one newline between functions
|
2017-07-13 08:08:37 -07:00 |
regexp_assembler_bytecode.h
|
VM: Re-format to use at most one newline between functions
|
2017-07-13 08:08:37 -07:00 |
regexp_assembler_bytecode_inl.h
|
VM: Re-format to use at most one newline between functions
|
2017-07-13 08:08:37 -07:00 |
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
|
Revert "Revert "Introduce StaticCallNode::kNoRebind and use that in implicit closures.""
|
2017-09-28 19:43:32 +00:00 |
regexp_ast.cc
|
VM: Re-format to use at most one newline between functions
|
2017-07-13 08:08:37 -07:00 |
regexp_ast.h
|
VM: Re-format to use at most one newline between functions
|
2017-07-13 08:08:37 -07:00 |
regexp_bytecodes.h
|
|
|
regexp_interpreter.cc
|
VM: Re-format to use at most one newline between functions
|
2017-07-13 08:08:37 -07:00 |
regexp_interpreter.h
|
|
|
regexp_parser.cc
|
VM: Re-format to use at most one newline between functions
|
2017-07-13 08:08:37 -07:00 |
regexp_parser.h
|
VM: Re-format to use at most one newline between functions
|
2017-07-13 08:08:37 -07:00 |
regexp_test.cc
|
|
|
report.cc
|
VM: Re-format to use at most one newline between functions
|
2017-07-13 08:08:37 -07:00 |
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
|
VM: Re-format to use at most one newline between functions
|
2017-07-13 08:08:37 -07:00 |
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
|
VM: Re-format to use at most one newline between functions
|
2017-07-13 08:08:37 -07:00 |
ring_buffer.h
|
|
|
ring_buffer_test.cc
|
VM: Re-format to use at most one newline between functions
|
2017-07-13 08:08:37 -07:00 |
runtime_entry.cc
|
[VM] Fix various issues in the VM, mainly simdbc64 related
|
2017-12-19 14:49:52 +00:00 |
runtime_entry.h
|
Revised "Eliminate dependencies on assemblers and code stubs in precompiled runtime."
|
2017-09-04 13:13:26 +02:00 |
runtime_entry_arm.cc
|
[VM, Compiler] Move compiler to a separate folder.
|
2017-09-04 15:15:18 +00:00 |
runtime_entry_arm64.cc
|
[VM, Compiler] Move compiler to a separate folder.
|
2017-09-04 15:15:18 +00:00 |
runtime_entry_dbc.cc
|
[VM, Compiler] Move compiler to a separate folder.
|
2017-09-04 15:15:18 +00:00 |
runtime_entry_ia32.cc
|
[VM, Compiler] Move compiler to a separate folder.
|
2017-09-04 15:15:18 +00:00 |
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
|
[VM, Compiler] Move compiler to a separate folder.
|
2017-09-04 15:15:18 +00:00 |
safepoint.cc
|
[vm, gc] Require a safepoint for heap iteration.
|
2017-08-07 17:51:25 -07:00 |
safepoint.h
|
[vm, gc] Require a safepoint for heap iteration.
|
2017-08-07 17:51:25 -07:00 |
scanner.cc
|
[vm] Move some string utils from runtime/vm to runtime/platform.
|
2018-03-01 02:07:46 +00:00 |
scanner.h
|
VM: Re-format to use at most one newline between functions
|
2017-07-13 08:08:37 -07:00 |
scanner_test.cc
|
VM: Re-format to use at most one newline between functions
|
2017-07-13 08:08:37 -07:00 |
scavenger.cc
|
[vm, gc] Extend idle GC logic to compaction.
|
2018-01-11 19:44:30 +00:00 |
scavenger.h
|
[vm-service] Include external sizes in the allocation table.
|
2017-09-25 18:33:07 +00:00 |
scavenger_test.cc
|
Moves the top_ and end_ words of the Scavenger into mutator thread.
|
2017-07-13 13:46:17 -07:00 |
scope_timer.h
|
|
|
scopes.cc
|
[VM] Replace hand-written assembly prologues with IR
|
2017-12-13 16:04:34 +00:00 |
scopes.h
|
[vm/kernel/aot] Infer parameter types in type flow analysis
|
2018-02-13 01:11:18 +00:00 |
scopes_test.cc
|
VM: Re-format to use at most one newline between functions
|
2017-07-13 08:08:37 -07:00 |
service.cc
|
[vm, isolate] Send large TypedData as ExternalTypedData in isolate messages.
|
2018-02-21 18:57:14 +00:00 |
service.h
|
Restore "Add current rss and embedder name to Observatory"
|
2017-08-14 17:02:30 -07:00 |
service_event.cc
|
Make service protocol respect isolate lifecycle
|
2017-08-30 17:09:36 -07:00 |
service_event.h
|
Introduce external services registration
|
2017-07-13 18:18:51 -07:00 |
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
|
VM: Re-format to use at most one newline between functions
|
2017-07-13 08:08:37 -07:00 |
signal_handler_android.cc
|
VM: Re-format to use at most one newline between functions
|
2017-07-13 08:08:37 -07:00 |
signal_handler_fuchsia.cc
|
VM: Re-format to use at most one newline between functions
|
2017-07-13 08:08:37 -07:00 |
signal_handler_linux.cc
|
VM: Re-format to use at most one newline between functions
|
2017-07-13 08:08:37 -07:00 |
signal_handler_macos.cc
|
VM: Re-format to use at most one newline between functions
|
2017-07-13 08:08:37 -07:00 |
signal_handler_win.cc
|
VM: Re-format to use at most one newline between functions
|
2017-07-13 08:08:37 -07:00 |
simulator.h
|
Remove MIPS support
|
2017-06-22 08:49:22 -07:00 |
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] Remove locking in code called by signal handler, ensure profiler thread sees valid [Redirection] list
|
2018-03-07 14:27:29 +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, dbc] Implement lazily-linked natives for DBC and enable AppJIT.
|
2018-02-23 02:20:12 +00:00 |
simulator_dbc.h
|
[VM] Replace hand-written assembly prologues with IR
|
2017-12-13 16:04:34 +00:00 |
snapshot.cc
|
[vm] Move some string utils from runtime/vm to runtime/platform.
|
2018-03-01 02:07:46 +00:00 |
snapshot.h
|
[vm, isolate] Send large TypedData as ExternalTypedData in isolate messages.
|
2018-02-21 18:57:14 +00:00 |
snapshot_ids.h
|
VM: Re-format to use at most one newline between functions
|
2017-07-13 08:08:37 -07:00 |
snapshot_test.cc
|
Create isolate from the platform kernel when running VM tests under dartk.
|
2018-02-20 22:08:25 +00:00 |
snapshot_test.dart
|
Spelling fixes e to i.
|
2017-06-24 13:41:39 +02:00 |
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
|
[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
|
Create isolate from the platform kernel when running VM tests under dartk.
|
2018-02-20 22:08:25 +00:00 |
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
|
VM: Re-format to use at most one newline between functions
|
2017-07-13 08:08:37 -07:00 |
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
|
[vm] Update runtime/vm/stub_code_<arch>_test to avoid using Bigints
|
2017-07-26 13:15:08 -07:00 |
stub_code_arm_test.cc
|
[vm] Update runtime/vm/stub_code_<arch>_test to avoid using Bigints
|
2017-07-26 13:15:08 -07:00 |
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
|
[vm] Update runtime/vm/stub_code_<arch>_test to avoid using Bigints
|
2017-07-26 13:15:08 -07:00 |
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
|
[vm] Update runtime/vm/stub_code_<arch>_test to avoid using Bigints
|
2017-07-26 13:15:08 -07:00 |
symbols.cc
|
[vm] Move some string utils from runtime/vm to runtime/platform.
|
2018-03-01 02:07:46 +00:00 |
symbols.h
|
[kernel/vm] Initial obfuscate support for kernel pipeline
|
2018-02-27 10:11:17 +00:00 |
tags.cc
|
VM: Re-format to use at most one newline between functions
|
2017-07-13 08:08:37 -07:00 |
tags.h
|
VM: Re-format to use at most one newline between functions
|
2017-07-13 08:08:37 -07:00 |
thread.cc
|
[VM] Split handling of Code from non-Code in Thread::{CanLoadFromThread,OffsetFromThread}
|
2018-03-02 14:52:04 +00:00 |
thread.h
|
[VM] Split handling of Code from non-Code in Thread::{CanLoadFromThread,OffsetFromThread}
|
2018-03-02 14:52:04 +00:00 |
thread_barrier.h
|
VM: Re-format to use at most one newline between functions
|
2017-07-13 08:08:37 -07:00 |
thread_barrier_test.cc
|
VM: Re-format to use at most one newline between functions
|
2017-07-13 08:08:37 -07:00 |
thread_interrupter.cc
|
Make OOB messages and the profiler thread easier to identify.
|
2017-12-01 22:30:15 +00:00 |
thread_interrupter.h
|
VM: Re-format to use at most one newline between functions
|
2017-07-13 08:08:37 -07:00 |
thread_interrupter_android.cc
|
VM: Re-format to use at most one newline between functions
|
2017-07-13 08:08:37 -07:00 |
thread_interrupter_fuchsia.cc
|
[system api] Update thread state API usage.
|
2018-02-05 22:19:37 +00:00 |
thread_interrupter_linux.cc
|
VM: Re-format to use at most one newline between functions
|
2017-07-13 08:08:37 -07:00 |
thread_interrupter_macos.cc
|
VM: Re-format to use at most one newline between functions
|
2017-07-13 08:08:37 -07:00 |
thread_interrupter_win.cc
|
VM: Re-format to use at most one newline between functions
|
2017-07-13 08:08:37 -07:00 |
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
|
VM: Re-format to use at most one newline between functions
|
2017-07-13 08:08:37 -07:00 |
thread_registry.cc
|
VM: Re-format to use at most one newline between functions
|
2017-07-13 08:08:37 -07:00 |
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
|
[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] Adjust the relative sizes of the profile and timeline buffers.
|
2017-09-26 22:01:42 +00:00 |
timeline_analysis.cc
|
Refactor Isolate name format, storage and log
|
2017-08-25 18:07:03 -07:00 |
timeline_analysis.h
|
VM: Re-format to use at most one newline between functions
|
2017-07-13 08:08:37 -07:00 |
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
|
Limit preserialized JSON for timeline events from Dart code to the arguments.
|
2017-09-19 23:29:55 +00:00 |
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
|
Limit preserialized JSON for timeline events from Dart code to the arguments.
|
2017-09-19 23:29:55 +00:00 |
timeline_test.cc
|
Special-case Timeline.{start,finish}Sync for Fuchsia
|
2017-07-21 08:06:36 -07:00 |
timeline_win.cc
|
Limit preserialized JSON for timeline events from Dart code to the arguments.
|
2017-09-19 23:29:55 +00:00 |
timer.cc
|
VM: Re-format to use at most one newline between functions
|
2017-07-13 08:08:37 -07:00 |
timer.h
|
VM: Re-format to use at most one newline between functions
|
2017-07-13 08:08:37 -07:00 |
token.cc
|
VM: Re-format to use at most one newline between functions
|
2017-07-13 08:08:37 -07:00 |
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
|
VM: Re-format to use at most one newline between functions
|
2017-07-13 08:08:37 -07:00 |
token_position.h
|
Resolve initialization order fiasco between code_descriptors.cc and token_position.cc.
|
2017-03-27 10:24:01 -07:00 |
type_table.h
|
VM: Re-format to use at most one newline between functions
|
2017-07-13 08:08:37 -07:00 |
unibrow-inl.h
|
|
|
unibrow.cc
|
VM: Re-format to use at most one newline between functions
|
2017-07-13 08:08:37 -07:00 |
unibrow.h
|
|
|
unicode.cc
|
VM: Speed up output of UTF8 for 1-byte strings.
|
2017-10-23 10:43:59 +00:00 |
unicode.h
|
VM: Re-format to use at most one newline between functions
|
2017-07-13 08:08:37 -07:00 |
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 "[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
|
VM: Re-format to use at most one newline between functions
|
2017-07-13 08:08:37 -07:00 |
utils_test.cc
|
Reapply "[vm] Popcount via compiler intrinsics."
|
2017-11-03 17:39:16 +00:00 |
verified_memory_test.cc
|
VM: Re-format to use at most one newline between functions
|
2017-07-13 08:08:37 -07:00 |
verifier.cc
|
[VM generic function reification] Support generic functions in Invocation class.
|
2017-08-28 17:00:39 -07:00 |
verifier.h
|
VM: Re-format to use at most one newline between functions
|
2017-07-13 08:08:37 -07:00 |
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: Re-format to use at most one newline between functions
|
2017-07-13 08:08:37 -07:00 |
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
|
[VM-compiler] Don't inline if we don't have inlining budget
|
2017-09-25 10:21:42 +00:00 |
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
|
VM: Re-format to use at most one newline between functions
|
2017-07-13 08:08:37 -07:00 |
zone.h
|
VM: Re-format to use at most one newline between functions
|
2017-07-13 08:08:37 -07:00 |
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
|
|
|