dart-sdk/runtime/vm
Regis Crelier 9711b9a331 [VM/kernel] Remove obsolete workaround when reading dynamic bound from kernel.
If the bound is not specified, CFE will use Object* in an opted-out library or Object? in an opted-in library, and not dynamic as before.
This workaround is therefore not needed anymore, and actually harmful as shown in the regression tests.

Closes https://github.com/dart-lang/sdk/issues/44136
Add regression tests.

Change-Id: I11a96cbebcb592f66f3965e38cb2411200df332b
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/171380
Reviewed-by: Alexander Markov <alexmarkov@google.com>
Commit-Queue: Régis Crelier <regis@google.com>
2020-11-10 21:30:26 +00:00
..
compiler [VM/kernel] Remove obsolete workaround when reading dynamic bound from kernel. 2020-11-10 21:30:26 +00:00
heap [vm, gc] Reapply the generational barrier to unforwarded slots during become. 2020-11-09 17:46:54 +00:00
libfuzzer [vm/fuzzer] Added links to Dust 2019-08-08 00:47:55 +00:00
service [ VM / Service ] Add optional 'limit' parameter to getStack RPC 2020-11-03 21:39:37 +00:00
allocation.cc [vm] Decouple growable_array.h and zone.h from thread.h 2019-01-11 20:47:10 +00:00
allocation.h [vm] Decouple assemblers from runtime. 2019-01-25 16:45:13 +00:00
allocation_test.cc
assert_test.cc [vm, io] Fix some MemorySanitizer issues. 2020-02-27 17:50:43 +00:00
atomic_test.cc [vm] Fix some TSAN failures. Migrate remaining uses of AtomicOperations to std::atomic. 2019-10-21 16:26:39 +00:00
base64.cc [vm] Make kernel buffers live exactly as long as their derived views. 2019-12-03 22:00:48 +00:00
base64.h [vm] Make kernel buffers live exactly as long as their derived views. 2019-12-03 22:00:48 +00:00
base64_test.cc [vm] Make kernel buffers live exactly as long as their derived views. 2019-12-03 22:00:48 +00:00
base_isolate.h [vm/concurrency] Make thread_registry not depend on [Isolate], move mutator thread from thread registry to isolate 2019-07-11 13:36:02 +00:00
benchmark_test.cc [vm] Native API: Make Dart_NewWeakPersistentHandle not auto delete 2020-11-03 10:27:44 +00:00
benchmark_test.h [vm] Assert handles are only allocated when the thread is preventing safepoints. 2018-10-31 19:51:52 +00:00
bit_set.h [vm/compiler] bit utilities 2019-10-07 18:13:06 +00:00
bit_set_test.cc
bit_vector.cc Re-land "[vm] Aggressive write-barrier elimination." 2020-03-11 13:05:59 +00:00
bit_vector.h Re-land "[vm] Aggressive write-barrier elimination." 2020-03-11 13:05:59 +00:00
bit_vector_test.cc
bitfield.h [vm] Create an abstraction for updating object size info in tags for target. 2020-02-14 17:57:47 +00:00
bitfield_test.cc
bitmap.cc [vm] Add (S)LEB128 encoding/decoding to BaseWriteStream. 2020-10-09 10:08:16 +00:00
bitmap.h [vm] Add (S)LEB128 encoding/decoding to BaseWriteStream. 2020-10-09 10:08:16 +00:00
bitmap_test.cc [vm] Add (S)LEB128 encoding/decoding to BaseWriteStream. 2020-10-09 10:08:16 +00:00
boolfield.h
boolfield_test.cc
bootstrap.cc [vm/concurrency] Introduce program_lock to guard program structure changes. 2020-10-22 13:08:10 +00:00
bootstrap.h [vm] Represent tagged pointers as C++ value types instead of C++ pointer types. 2020-04-25 05:21:27 +00:00
bootstrap_natives.cc [vm] Use consistent signatures for native call wrappers and native function symbolizers. 2020-05-07 16:16:08 +00:00
bootstrap_natives.h Reland "[ Service / dart:isolate ] Added getPorts RPC and 'debugName' optional" 2020-10-29 02:52:03 +00:00
bss_relocs.cc [vm] Merge ImageHeader into InstructionsSection. 2020-10-06 17:10:05 +00:00
bss_relocs.h [vm] Store relocated addresses for text sections in BSS. 2020-05-26 08:47:30 +00:00
BUILD.gn [SDK] Makes --lazy_async_stack default. 2020-11-06 14:12:52 +00:00
canonical_tables.h [vm] Build canonical string and type tables after reading snapshots. 2020-09-23 19:13:29 +00:00
catch_entry_moves_test.cc [vm] Fix errors compiling with GCC. 2019-04-24 23:12:45 +00:00
class_finalizer.cc [vm/concurrency] Add read lock asserts for Class direct_subclasses/direct_implementors 2020-11-06 20:05:53 +00:00
class_finalizer.h [VM/finalizer] Remove checks from finalizer now performed in CFE. 2020-10-21 19:36:56 +00:00
class_finalizer_test.cc [vm/concurrency] Introduce program_lock to guard program structure changes. 2020-10-22 13:08:10 +00:00
class_id.h Remove bytecode mode from the VM 2020-10-28 17:42:35 +00:00
class_table.cc [vm] Assign top-level classes cids outside 16-bit range 2020-07-09 18:33:32 +00:00
class_table.h [vm] Assign top-level classes cids outside 16-bit range 2020-07-09 18:33:32 +00:00
clustered_snapshot.cc [vm/snapshots] Write strings as ROData in root snapshot 2020-11-02 21:11:50 +00:00
clustered_snapshot.h [vm/snapshots] Write strings as ROData in root snapshot 2020-11-02 21:11:50 +00:00
code_comments.cc [vm/compiler] Split compiler sources out of normal VM sources. 2020-04-16 22:59:03 +00:00
code_comments.h [vm/compiler] Split compiler sources out of normal VM sources. 2020-04-16 22:59:03 +00:00
code_descriptors.cc [vm] Add (S)LEB128 encoding/decoding to BaseWriteStream. 2020-10-09 10:08:16 +00:00
code_descriptors.h [vm] Add (S)LEB128 encoding/decoding to BaseWriteStream. 2020-10-09 10:08:16 +00:00
code_descriptors_test.cc [vm] Add (S)LEB128 encoding/decoding to BaseWriteStream. 2020-10-09 10:08:16 +00:00
code_entry_kind.h [vm] Decouple assemblers from runtime. 2019-01-25 16:45:13 +00:00
code_observers.cc [VM] Copies Dart_CodeObserver in Init to prevent use-after-free. 2019-08-05 10:46:29 +00:00
code_observers.h [SDK] Adds --support-disassembler in PRODUCT. 2019-11-21 12:28:45 +00:00
code_patcher.cc [vm] DBC is obsolete. Remove dead code. 2019-10-27 18:18:29 +00:00
code_patcher.h Remove bytecode mode from the VM 2020-10-28 17:42:35 +00:00
code_patcher_arm.cc [vm] Represent tagged pointers as C++ value types instead of C++ pointer types. 2020-04-25 05:21:27 +00:00
code_patcher_arm64.cc [vm] Represent tagged pointers as C++ value types instead of C++ pointer types. 2020-04-25 05:21:27 +00:00
code_patcher_arm64_test.cc [vm/compiler] Unify GenerateAssertAssignable on non-IA32 archs. 2020-10-26 19:41:46 +00:00
code_patcher_arm_test.cc [vm] Represent tagged pointers as C++ value types instead of C++ pointer types. 2020-04-25 05:21:27 +00:00
code_patcher_ia32.cc [vm] Fix various UBSan failures. 2020-05-07 19:40:18 +00:00
code_patcher_ia32_test.cc [vm] Represent tagged pointers as C++ value types instead of C++ pointer types. 2020-04-25 05:21:27 +00:00
code_patcher_x64.cc [vm] Support --use_bare_instructions when splitting snapshots. 2020-08-12 17:23:14 +00:00
code_patcher_x64_test.cc [vm] Represent tagged pointers as C++ value types instead of C++ pointer types. 2020-04-25 05:21:27 +00:00
compilation_trace.cc [vm] Consolidate the *WriteStream hierarchy. 2020-09-23 21:05:59 +00:00
compilation_trace.h [vm] Consolidate the *WriteStream hierarchy. 2020-09-23 21:05:59 +00:00
compiler_test.cc Remove bytecode mode from the VM 2020-10-28 17:42:35 +00:00
constants.h [vm] Clean up header file style guide violation 2020-02-18 08:43:16 +00:00
constants_arm.cc [vm] fix ifdefs after constants refactoring 2020-02-05 16:36:09 +00:00
constants_arm.h [vm/compiler/nnbd] Add slow path for loads of late fields without initializer 2020-10-26 18:55:26 +00:00
constants_arm64.cc [vm] fix ifdefs after constants refactoring 2020-02-05 16:36:09 +00:00
constants_arm64.h [vm/compiler/nnbd] Add slow path for loads of late fields without initializer 2020-10-26 18:55:26 +00:00
constants_base.h [vm] Clean up header file style guide violation 2020-02-18 08:43:16 +00:00
constants_ia32.cc [vm] fix ifdefs after constants refactoring 2020-02-05 16:36:09 +00:00
constants_ia32.h [vm/compiler/nnbd] Add slow path for loads of late fields without initializer 2020-10-26 18:55:26 +00:00
constants_x64.cc [vm/aot] Fix aot cross-compilation scenario when gen_snapshot runs on Windows targets android x64. 2020-06-01 23:21:38 +00:00
constants_x64.h [vm/ffi] Document shadow space and restore RSP 2020-11-05 13:58:43 +00:00
constants_x86.h Reland "[vm] MemoryCopy instruction for copying between typed data and strings." 2020-06-11 12:29:19 +00:00
cpu.h [vm] DBC is obsolete. Remove dead code. 2019-10-27 18:18:29 +00:00
cpu_arm.cc [vm] Remove ARMv6 related code 2020-06-26 09:39:15 +00:00
cpu_arm.h [vm] Remove ARMv6 related code 2020-06-26 09:39:15 +00:00
cpu_arm64.cc [vm/ios] Don't use __clear_cache on iOS, it's not always available. 2019-08-01 14:14:39 +00:00
cpu_arm64.h [gardening] Migrate most files to be implicit-bool-conversion free 2019-09-05 21:41:42 +00:00
cpu_ia32.cc [vm/assembler] Added cpufeatures, added LZCNT (IA32/X64) 2019-09-18 19:47:29 +00:00
cpu_ia32.h [vm/assembler] Added cpufeatures, added LZCNT (IA32/X64) 2019-09-18 19:47:29 +00:00
cpu_test.cc [vm] DBC is obsolete. Remove dead code. 2019-10-27 18:18:29 +00:00
cpu_x64.cc [vm/compiler] Split compiler sources out of normal VM sources. 2020-04-16 22:59:03 +00:00
cpu_x64.h [vm/assembler] Added cpufeatures, added LZCNT (IA32/X64) 2019-09-18 19:47:29 +00:00
cpuid.cc [build] Support --clang when building dart sdk on Windows. 2020-06-25 03:36:41 +00:00
cpuid.h [vm/assembler] Added cpufeatures, added LZCNT (IA32/X64) 2019-09-18 19:47:29 +00:00
cpuinfo.h [build] Support --clang when building dart sdk on Windows. 2020-06-25 03:36:41 +00:00
cpuinfo_android.cc [ VM ] Additional cleanup in Dart_Initialize and Dart_Cleanup 2018-09-28 23:18:59 +00:00
cpuinfo_fuchsia.cc [ VM ] Additional cleanup in Dart_Initialize and Dart_Cleanup 2018-09-28 23:18:59 +00:00
cpuinfo_linux.cc [ VM ] Additional cleanup in Dart_Initialize and Dart_Cleanup 2018-09-28 23:18:59 +00:00
cpuinfo_macos.cc [ VM ] Additional cleanup in Dart_Initialize and Dart_Cleanup 2018-09-28 23:18:59 +00:00
cpuinfo_test.cc
cpuinfo_win.cc [ VM ] Additional cleanup in Dart_Initialize and Dart_Cleanup 2018-09-28 23:18:59 +00:00
custom_isolate_test.cc [build] Support --clang when building dart sdk on Windows. 2020-06-25 03:36:41 +00:00
dart.cc [vm] Enable non-nullable experiment in the VM by default 2020-11-03 22:29:08 +00:00
dart.h [VM] Makes the GCEventCallback VM-wide. 2020-09-17 06:07:50 +00:00
dart_api_impl.cc [vm] Native API: Make Dart_NewWeakPersistentHandle not auto delete 2020-11-03 10:27:44 +00:00
dart_api_impl.h [vm] Represent tagged pointers as C++ value types instead of C++ pointer types. 2020-04-25 05:21:27 +00:00
dart_api_impl_test.cc [vm] Native API: Make Dart_NewWeakPersistentHandle not auto delete 2020-11-03 10:27:44 +00:00
dart_api_message.cc [vm] Native API: Make Dart_NewWeakPersistentHandle not auto delete 2020-11-03 10:27:44 +00:00
dart_api_message.h [vm] Fix various UBSan failures. 2020-05-07 19:40:18 +00:00
dart_api_state.cc [vm] Fix some TSAN failures. Migrate remaining uses of AtomicOperations to std::atomic. 2019-10-21 16:26:39 +00:00
dart_api_state.h [vm] Native API: Make Dart_NewWeakPersistentHandle not auto delete 2020-11-03 10:27:44 +00:00
dart_entry.cc Reland "[ Service / dart:isolate ] Added getPorts RPC and 'debugName' optional" 2020-10-29 02:52:03 +00:00
dart_entry.h Reland "[ Service / dart:isolate ] Added getPorts RPC and 'debugName' optional" 2020-10-29 02:52:03 +00:00
datastream.cc [vm] Clean up handling of payload-containing objects. 2020-10-06 07:59:33 +00:00
datastream.h [vm] Add (S)LEB128 encoding/decoding to BaseWriteStream. 2020-10-09 10:08:16 +00:00
datastream_test.cc [vm] Add explicit tests of variable length encoding. 2020-10-12 11:07:21 +00:00
debugger.cc [vm/concurrency] Remove unused call into debugger 2020-11-09 15:10:49 +00:00
debugger.h [vm/concurrency] Remove unused call into debugger 2020-11-09 15:10:49 +00:00
debugger_api_impl_test.cc [VM] Expression compilation when loaded from dill (part 2) 2020-07-09 14:55:11 +00:00
debugger_api_impl_test.h [vm] Remove dead pre-Observatory debugger code. 2018-11-30 00:01:19 +00:00
debugger_arm.cc [vm] Represent tagged pointers as C++ value types instead of C++ pointer types. 2020-04-25 05:21:27 +00:00
debugger_arm64.cc [vm] Represent tagged pointers as C++ value types instead of C++ pointer types. 2020-04-25 05:21:27 +00:00
debugger_ia32.cc [vm] Represent tagged pointers as C++ value types instead of C++ pointer types. 2020-04-25 05:21:27 +00:00
debugger_x64.cc [vm] Represent tagged pointers as C++ value types instead of C++ pointer types. 2020-04-25 05:21:27 +00:00
deferred_objects.cc [vm/compiler] Allocation sinking of arrays and typed data objects 2020-10-16 20:05:02 +00:00
deferred_objects.h [vm/compiler] Allocation sinking of arrays and typed data objects 2020-10-16 20:05:02 +00:00
deopt_instructions.cc Remove bytecode mode from the VM 2020-10-28 17:42:35 +00:00
deopt_instructions.h [vm] Represent tagged pointers as C++ value types instead of C++ pointer types. 2020-04-25 05:21:27 +00:00
dispatch_table.cc [vm] Reland two dispatch table related changes as a single change. 2020-03-13 17:19:52 +00:00
dispatch_table.h [vm] Reland two dispatch table related changes as a single change. 2020-03-13 17:19:52 +00:00
double_conversion.cc [vm] Represent tagged pointers as C++ value types instead of C++ pointer types. 2020-04-25 05:21:27 +00:00
double_conversion.h [vm] Represent tagged pointers as C++ value types instead of C++ pointer types. 2020-04-25 05:21:27 +00:00
double_internals.h
dwarf.cc [vm] Simplify symbol naming/address retrieval. 2020-10-06 17:10:05 +00:00
dwarf.h [vm] Simplify symbol naming/address retrieval. 2020-10-06 17:10:05 +00:00
elf.cc [vm] Add (S)LEB128 encoding/decoding to BaseWriteStream. 2020-10-09 10:08:16 +00:00
elf.h [vm] Simplify symbol naming/address retrieval. 2020-10-06 17:10:05 +00:00
exceptions.cc [vm] Prefer longjmp to throw when an allocation fails from lack of memory. 2020-11-02 21:27:19 +00:00
exceptions.h [vm] Consolidate the *WriteStream hierarchy. 2020-09-23 21:05:59 +00:00
exceptions_test.cc [vm, api] Add Dart_UpdateExternalSize to the embedding API. 2020-06-02 21:29:03 +00:00
ffi_callback_trampolines.cc [vm/compiler] Split compiler sources out of normal VM sources. 2020-04-16 22:59:03 +00:00
ffi_callback_trampolines.h [vm/compiler] Split compiler sources out of normal VM sources. 2020-04-16 22:59:03 +00:00
field_table.cc [vm] Fix gcc build. 2020-05-04 21:15:27 +00:00
field_table.h [vm] Represent tagged pointers as C++ value types instead of C++ pointer types. 2020-04-25 05:21:27 +00:00
finalizable_data.h [vm] Native API: Make Dart_NewWeakPersistentHandle not auto delete 2020-11-03 10:27:44 +00:00
fixed_cache.h [vm/concurrency] Add locking for any access to [FixedCache]. 2020-01-29 11:46:50 +00:00
fixed_cache_test.cc
flag_list.h [vm] Remove unused --print-benchmarking-metrics flag 2020-11-10 18:41:24 +00:00
flags.cc [ Service ] Include flags and options with custom handlers in getFlagList 2020-10-07 15:23:25 +00:00
flags.h [SDK] Adds disasm. flags for FORCE_INCLUDE_DISASSEMBLER. 2019-11-18 10:11:38 +00:00
flags_test.cc
frame_layout.h [gardening] Migrate most files to be implicit-bool-conversion free 2019-09-05 21:41:42 +00:00
gdb_helpers.cc Remove bytecode mode from the VM 2020-10-28 17:42:35 +00:00
globals.h [vm/compiler] Check BoxInt64 overflow via the overflow flag on ARM64. 2020-05-20 14:05:40 +00:00
growable_array.h [Compiler] Adds const fold for StringIterpolate. 2020-09-18 09:35:22 +00:00
growable_array_test.cc Implement a basic WASM API using wasmer. 2019-09-13 18:25:16 +00:00
guard_field_test.cc [ VM ] Migrate VM tests to support null safety and return errors from Dart_GetType and Dart_NewListOf when --null-safety is enabled 2020-05-26 22:40:52 +00:00
handle_visitor.h [vm] Decouple assemblers from runtime. 2019-01-25 16:45:13 +00:00
handles.cc [vm] Decouple assemblers from runtime. 2019-01-25 16:45:13 +00:00
handles.h Reland "[vm/isolates] Introduce fast isolate spawn in AOT." 2020-04-17 03:02:27 +00:00
handles_impl.h [vm] Represent tagged pointers as C++ value types instead of C++ pointer types. 2020-04-25 05:21:27 +00:00
handles_test.cc [vm] Native API: Make Dart_NewWeakPersistentHandle not auto delete 2020-11-03 10:27:44 +00:00
hash.h [vm] Initial implementation of deferred loading. 2020-07-17 19:29:47 +00:00
hash_map.h [vm/aot] Delay allocation instructions until right before first use. 2020-07-30 15:57:33 +00:00
hash_map_test.cc [vm] Fix DirectChainedHashMap iterator 2019-10-21 18:30:54 +00:00
hash_table.h [vm] Represent tagged pointers as C++ value types instead of C++ pointer types. 2020-04-25 05:21:27 +00:00
hash_table_test.cc [vm] Represent tagged pointers as C++ value types instead of C++ pointer types. 2020-04-25 05:21:27 +00:00
image_snapshot.cc [vm/snapshots] Write strings as ROData in root snapshot 2020-11-02 21:11:50 +00:00
image_snapshot.h [vm/snapshots] Write strings as ROData in root snapshot 2020-11-02 21:11:50 +00:00
instructions.h [vm] DBC is obsolete. Remove dead code. 2019-10-27 18:18:29 +00:00
instructions_arm.cc [vm/compiler] Unify GenerateAssertAssignable on non-IA32 archs. 2020-10-26 19:41:46 +00:00
instructions_arm.h [vm] Represent tagged pointers as C++ value types instead of C++ pointer types. 2020-04-25 05:21:27 +00:00
instructions_arm64.cc [vm/compiler] Unify GenerateAssertAssignable on non-IA32 archs. 2020-10-26 19:41:46 +00:00
instructions_arm64.h [vm] Represent tagged pointers as C++ value types instead of C++ pointer types. 2020-04-25 05:21:27 +00:00
instructions_arm64_test.cc [vm] Replace StubEntry with Code handles. 2018-11-21 17:45:11 +00:00
instructions_arm_test.cc [vm] Replace StubEntry with Code handles. 2018-11-21 17:45:11 +00:00
instructions_ia32.cc
instructions_ia32.h [vm] Decouple assemblers from runtime. 2019-01-25 16:45:13 +00:00
instructions_ia32_test.cc [vm] Remove misleading usings. 2019-07-10 22:20:10 +00:00
instructions_x64.cc [vm] Fix various UBSan failures. 2020-05-07 19:40:18 +00:00
instructions_x64.h [vm] Fix various UBSan failures. 2020-05-07 19:40:18 +00:00
instructions_x64_test.cc [vm] Replace StubEntry with Code handles. 2018-11-21 17:45:11 +00:00
intrusive_dlist.h [vm/concurrency] Refactor ThreadPool implementation to use work stealing 2020-05-02 17:22:05 +00:00
intrusive_dlist_test.cc [vm/concurrency] Refactor ThreadPool implementation to use work stealing 2020-05-02 17:22:05 +00:00
isolate.cc [vm] Remove unused --print-benchmarking-metrics flag 2020-11-10 18:41:24 +00:00
isolate.h Remove bytecode mode from the VM 2020-10-28 17:42:35 +00:00
isolate_reload.cc Remove bytecode mode from the VM 2020-10-28 17:42:35 +00:00
isolate_reload.h Remove bytecode mode from the VM 2020-10-28 17:42:35 +00:00
isolate_reload_test.cc [vm/concurrency] Add read lock asserts for Class direct_subclasses/direct_implementors 2020-11-06 20:05:53 +00:00
isolate_test.cc [ VM ] Migrate VM tests to support null safety and return errors from Dart_GetType and Dart_NewListOf when --null-safety is enabled 2020-05-26 22:40:52 +00:00
json_stream.cc [vm] Native API: Make Dart_NewWeakPersistentHandle not auto delete 2020-11-03 10:27:44 +00:00
json_stream.h [ package:dds ] Handle expression evaluation invocations in DDS and forward compileExpression calls to clients which provide their own compilation service. 2020-06-11 22:43:39 +00:00
json_test.cc [vm] Create a common base class for TextBuffer/ZoneTextBuffer. 2020-08-07 18:09:35 +00:00
json_writer.cc [vm] Create a common base class for TextBuffer/ZoneTextBuffer. 2020-08-07 18:09:35 +00:00
json_writer.h [vm] Create a common base class for TextBuffer/ZoneTextBuffer. 2020-08-07 18:09:35 +00:00
kernel.cc [vm/concurrency] Avoid calling into Dart code for evaluation of enum constants 2020-11-06 10:41:43 +00:00
kernel.h [vm/concurrency] Avoid calling into Dart code for evaluation of enum constants 2020-11-06 10:41:43 +00:00
kernel_binary.cc Reland "[SDK] Adds an SDK hash to kernels and the VM." 2020-07-07 06:08:20 +00:00
kernel_binary.h [kernel] Field has 2 references 2020-11-03 16:02:16 +00:00
kernel_isolate.cc [vm] Native API: Make Dart_NewWeakPersistentHandle not auto delete 2020-11-03 10:27:44 +00:00
kernel_isolate.h [VM] Expression compilation when loaded from dill (part 2) 2020-07-09 14:55:11 +00:00
kernel_loader.cc [SDK] Replaces async's _AsyncAwaitCompleter with _Future. 2020-11-05 09:51:13 +00:00
kernel_loader.h Remove bytecode mode from the VM 2020-10-28 17:42:35 +00:00
lockers.cc [vm/concurrency] Share [Heap] and [SharedClassTable] between all isolates within one isolate group 2020-02-20 21:08:35 +00:00
lockers.h [vm/concurrency] Allow calling SafepointRwLock::IsCurrentThreadReader() inside safepoint operation scope 2020-11-06 14:46:22 +00:00
log.cc [ Service ] Add 'is_system_isolate' option to Dart_IsolateFlags 2020-08-21 21:44:50 +00:00
log.h [vm] Change THR_Print to filter based on isolate group. 2020-05-30 01:06:44 +00:00
log_test.cc [vm] Fix misc printf format bugs. 2018-11-01 16:37:22 +00:00
longjump.cc [vm] Fix some cases of dropped errors and confusion between Exceptions::PropagateError and LongJumpScope::Jump. 2018-12-05 18:57:02 +00:00
longjump.h [vm] Decouple growable_array.h and zone.h from thread.h 2019-01-11 20:47:10 +00:00
longjump_test.cc
malloc_hooks.h Revert "[vm, service] Gather used and capacity from various mallocs." 2020-08-26 21:32:36 +00:00
malloc_hooks_arm.cc [vm, profiler] Improve profiler stacks and VM backtraces. 2019-04-02 22:45:24 +00:00
malloc_hooks_arm64.cc [vm, profiler] Improve profiler stacks and VM backtraces. 2019-04-02 22:45:24 +00:00
malloc_hooks_ia32.cc [vm, profiler] Improve profiler stacks and VM backtraces. 2019-04-02 22:45:24 +00:00
malloc_hooks_tcmalloc.cc Revert "[vm, service] Gather used and capacity from various mallocs." 2020-08-26 21:32:36 +00:00
malloc_hooks_test.cc Revert "[vm] Call OSThread::Cleanup() during VM shutdown (as with all other Init/Cleanup functions)" 2020-06-02 13:25:01 +00:00
malloc_hooks_unsupported.cc Revert "[vm, service] Gather used and capacity from various mallocs." 2020-08-26 21:32:36 +00:00
malloc_hooks_x64.cc [vm, profiler] Improve profiler stacks and VM backtraces. 2019-04-02 22:45:24 +00:00
megamorphic_cache_table.cc [vm] Move megamorphic miss handling into the megamorphic call stub. 2020-05-15 20:28:21 +00:00
megamorphic_cache_table.h [vm] Move megamorphic miss handling into the megamorphic call stub. 2020-05-15 20:28:21 +00:00
memory_region.cc
memory_region.h [vm] Fix various UBSan failures. 2020-05-07 19:40:18 +00:00
memory_region_test.cc
message.cc [vm] Represent tagged pointers as C++ value types instead of C++ pointer types. 2020-04-25 05:21:27 +00:00
message.h [vm, gc] Rename HeapPage to OldPage for symmetry. 2020-05-08 18:28:06 +00:00
message_handler.cc [vm/concurrency] Make an isolate group use a custom ThreadPool with maximum size 2020-05-05 12:08:43 +00:00
message_handler.h [vm/concurrency] Avoid quadratic complexity when closing ports on isolate shutdown 2020-04-21 14:05:53 +00:00
message_handler_test.cc [vm/tsan] Fix reported tsan race in message handler test 2020-05-28 17:25:58 +00:00
message_test.cc [build] Support --clang when building dart sdk on Windows. 2020-06-25 03:36:41 +00:00
metrics.cc [vm] Remove unused --print-benchmarking-metrics flag 2020-11-10 18:41:24 +00:00
metrics.h [vm] Make metrics API expose correct heap metrics in PRODUCT mode 2020-05-09 08:27:48 +00:00
metrics_test.cc [API] Adds Dart_SetGCEventCallback for GC events in PRODUCT 2020-08-31 12:14:38 +00:00
mixin_test.cc Reland "[VM] Remove unused flags" 2018-11-20 17:25:42 +00:00
native_api_impl.cc Remove bytecode mode from the VM 2020-10-28 17:42:35 +00:00
native_arguments.h Remove bytecode mode from the VM 2020-10-28 17:42:35 +00:00
native_entry.cc Remove bytecode mode from the VM 2020-10-28 17:42:35 +00:00
native_entry.h Remove bytecode mode from the VM 2020-10-28 17:42:35 +00:00
native_entry_test.cc
native_entry_test.h
native_function.h [vm] Decouple assemblers from runtime. 2019-01-25 16:45:13 +00:00
native_message_handler.cc [build] Support --clang when building dart sdk on Windows. 2020-06-25 03:36:41 +00:00
native_message_handler.h [vm] Use std::unique_ptr with Message 2019-05-06 21:01:39 +00:00
native_symbol.h [vm] Store relocated addresses for text sections in BSS. 2020-05-26 08:47:30 +00:00
native_symbol_android.cc [vm] Print DSO base of isolate when available. 2020-05-20 08:14:52 +00:00
native_symbol_fuchsia.cc [vm] Print DSO base of isolate when available. 2020-05-20 08:14:52 +00:00
native_symbol_linux.cc [vm] Print DSO base of isolate when available. 2020-05-20 08:14:52 +00:00
native_symbol_macos.cc [vm] Print DSO base of isolate when available. 2020-05-20 08:14:52 +00:00
native_symbol_win.cc [build] Support --clang when building dart sdk on Windows. 2020-06-25 03:36:41 +00:00
object.cc [ VM / Service ] Remove ReceivePort debugging information in product 2020-11-06 19:23:23 +00:00
object.h [vm/concurrency] Add read lock asserts for Class direct_subclasses/direct_implementors 2020-11-06 20:05:53 +00:00
object_arm64_test.cc [vm] Represent tagged pointers as C++ value types instead of C++ pointer types. 2020-04-25 05:21:27 +00:00
object_arm_test.cc [vm] Remove misleading usings. 2019-07-10 22:20:10 +00:00
object_graph.cc [vm] Native API: Make Dart_NewWeakPersistentHandle not auto delete 2020-11-03 10:27:44 +00:00
object_graph.h [vm] Fix overly broad HeapIterationScope in getInstances. 2020-05-19 17:37:10 +00:00
object_graph_test.cc [vm] Native API: Make Dart_NewWeakPersistentHandle not auto delete 2020-11-03 10:27:44 +00:00
object_ia32_test.cc [vm] Remove misleading usings. 2019-07-10 22:20:10 +00:00
object_id_ring.cc [vm] Delay allocating the ObjectIdRing until the first service request or response. 2020-05-06 19:19:52 +00:00
object_id_ring.h [vm] Delay allocating the ObjectIdRing until the first service request or response. 2020-05-06 19:19:52 +00:00
object_id_ring_test.cc [vm] Delay allocating the ObjectIdRing until the first service request or response. 2020-05-06 19:19:52 +00:00
object_reload.cc Remove bytecode mode from the VM 2020-10-28 17:42:35 +00:00
object_service.cc [vm/concurrency] Add read lock asserts for Class direct_subclasses/direct_implementors 2020-11-06 20:05:53 +00:00
object_set.h [vm] Represent tagged pointers as C++ value types instead of C++ pointer types. 2020-04-25 05:21:27 +00:00
object_store.cc [SDK] Replaces async's _AsyncAwaitCompleter with _Future. 2020-11-05 09:51:13 +00:00
object_store.h [SDK] Replaces async's _AsyncAwaitCompleter with _Future. 2020-11-05 09:51:13 +00:00
object_store_test.cc
object_test.cc [vm] Native API: Make Dart_NewWeakPersistentHandle not auto delete 2020-11-03 10:27:44 +00:00
object_x64_test.cc [vm] Represent tagged pointers as C++ value types instead of C++ pointer types. 2020-04-25 05:21:27 +00:00
os.h [fuchsia] Avoid unnecessary zx_clock_get(ZX_CLOCK_THREAD, ...) calls 2020-06-03 17:27:41 +00:00
os_android.cc [fuchsia] Avoid unnecessary zx_clock_get(ZX_CLOCK_THREAD, ...) calls 2020-06-03 17:27:41 +00:00
os_fuchsia.cc [vm/fuchsia]: Safely shutdown the async message loop. 2020-09-02 18:36:02 +00:00
os_linux.cc [fuchsia] Avoid unnecessary zx_clock_get(ZX_CLOCK_THREAD, ...) calls 2020-06-03 17:27:41 +00:00
os_macos.cc [fuchsia] Avoid unnecessary zx_clock_get(ZX_CLOCK_THREAD, ...) calls 2020-06-03 17:27:41 +00:00
os_test.cc [vm] Fix gcc build. 2020-05-04 21:15:27 +00:00
os_thread.cc [vm/msan] Fix msan error triggered when building debug gen_snapshot. 2020-09-21 19:42:42 +00:00
os_thread.h [build] Support --clang when building dart sdk on Windows. 2020-06-25 03:36:41 +00:00
os_thread_android.cc [vm] Add opt-in flag to set priority for worker threads created by the VM 2020-06-10 19:57:02 +00:00
os_thread_android.h
os_thread_fuchsia.cc [vm, fuchsia, arm64] Restore the shadow call stack on exceptions. 2019-10-02 05:33:29 +00:00
os_thread_fuchsia.h
os_thread_linux.cc [vm] Add opt-in flag to set priority for worker threads created by the VM 2020-06-10 19:57:02 +00:00
os_thread_linux.h
os_thread_macos.cc [vm] Add opt-in flag to set priority for worker threads created by the VM 2020-06-10 19:57:02 +00:00
os_thread_macos.h
os_thread_win.cc [vm] Add opt-in flag to set priority for worker threads created by the VM 2020-06-10 19:57:02 +00:00
os_thread_win.h [vm] Update Windows synchronization code to CONDITION_VARIABLEs and SRWLOCKs. 2018-11-09 18:44:49 +00:00
os_win.cc [fuchsia] Avoid unnecessary zx_clock_get(ZX_CLOCK_THREAD, ...) calls 2020-06-03 17:27:41 +00:00
parser.cc Remove bytecode mode from the VM 2020-10-28 17:42:35 +00:00
parser.h Remove bytecode mode from the VM 2020-10-28 17:42:35 +00:00
pointer_tagging.h [vm] Represent tagged pointers as C++ value types instead of C++ pointer types. 2020-04-25 05:21:27 +00:00
port.cc [vm] Represent tagged pointers as C++ value types instead of C++ pointer types. 2020-04-25 05:21:27 +00:00
port.h [vm/isolates] Introduce sendAndExit. 2020-04-22 17:34:09 +00:00
port_set.h [vm/concurrency] Avoid quadratic complexity when closing ports on isolate shutdown 2020-04-21 14:05:53 +00:00
port_test.cc [build] Support --clang when building dart sdk on Windows. 2020-06-25 03:36:41 +00:00
proccpuinfo.cc [gardening] Migrate most files to be implicit-bool-conversion free 2019-09-05 21:41:42 +00:00
proccpuinfo.h [ VM ] Additional cleanup in Dart_Initialize and Dart_Cleanup 2018-09-28 23:18:59 +00:00
profiler.cc Remove bytecode mode from the VM 2020-10-28 17:42:35 +00:00
profiler.h Remove bytecode mode from the VM 2020-10-28 17:42:35 +00:00
profiler_service.cc Remove bytecode mode from the VM 2020-10-28 17:42:35 +00:00
profiler_service.h [vm] Represent tagged pointers as C++ value types instead of C++ pointer types. 2020-04-25 05:21:27 +00:00
profiler_test.cc Remove bytecode mode from the VM 2020-10-28 17:42:35 +00:00
program_visitor.cc Remove bytecode mode from the VM 2020-10-28 17:42:35 +00:00
program_visitor.h [vm] Initial implementation of deferred loading. 2020-07-17 19:29:47 +00:00
random.cc
random.h
raw_object.cc Remove bytecode mode from the VM 2020-10-28 17:42:35 +00:00
raw_object.h [ VM / Service ] Remove ReceivePort debugging information in product 2020-11-06 19:23:23 +00:00
raw_object_fields.cc [ VM / Service ] Remove ReceivePort debugging information in product 2020-11-06 19:23:23 +00:00
raw_object_fields.h [vm, service] Add requestHeapSnapshot. 2019-08-19 19:31:42 +00:00
raw_object_snapshot.cc [vm] Native API: Make Dart_NewWeakPersistentHandle not auto delete 2020-11-03 10:27:44 +00:00
regexp.cc [vm/compiler] Add missing truncate calls for parameter names. 2020-09-08 13:16:24 +00:00
regexp.h [vm] Represent tagged pointers as C++ value types instead of C++ pointer types. 2020-04-25 05:21:27 +00:00
regexp_assembler.cc [vm] Represent tagged pointers as C++ value types instead of C++ pointer types. 2020-04-25 05:21:27 +00:00
regexp_assembler.h [vm] Represent tagged pointers as C++ value types instead of C++ pointer types. 2020-04-25 05:21:27 +00:00
regexp_assembler_bytecode.cc [vm] Handle errors from RegExp engine 2020-10-07 22:34:24 +00:00
regexp_assembler_bytecode.h [vm] Represent tagged pointers as C++ value types instead of C++ pointer types. 2020-04-25 05:21:27 +00:00
regexp_assembler_bytecode_inl.h
regexp_assembler_ir.cc [vm] Remove ARMv6 related code 2020-06-26 09:39:15 +00:00
regexp_assembler_ir.h [vm] Represent tagged pointers as C++ value types instead of C++ pointer types. 2020-04-25 05:21:27 +00:00
regexp_ast.cc [VM] Adding regexp lookbehind assertion support. 2019-03-14 14:26:47 +00:00
regexp_ast.h [gardening] Migrate most files to be implicit-bool-conversion free 2019-09-05 21:41:42 +00:00
regexp_bytecodes.h Reland "[vm] Finish adding support for ECMAScript 2018 features." 2019-04-29 09:11:48 +00:00
regexp_interpreter.cc [vm/regexp] Cache regexp backtracing stack across regexp invocations. 2020-06-18 11:14:13 +00:00
regexp_interpreter.h [vm] Bypass malloc for large Zone allocations to avoid jemalloc leaks. 2019-04-30 16:17:18 +00:00
regexp_parser.cc Remove divisive terms 2020-06-17 14:01:54 +00:00
regexp_parser.h [vm] Represent tagged pointers as C++ value types instead of C++ pointer types. 2020-04-25 05:21:27 +00:00
regexp_test.cc [vm] Native API: Make Dart_NewWeakPersistentHandle not auto delete 2020-11-03 10:27:44 +00:00
report.cc [vm] Represent tagged pointers as C++ value types instead of C++ pointer types. 2020-04-25 05:21:27 +00:00
report.h [vm] Represent tagged pointers as C++ value types instead of C++ pointer types. 2020-04-25 05:21:27 +00:00
resolver.cc [vm/concurrency] Introduce a read lock acquisition of program_lock. 2020-10-27 23:51:57 +00:00
resolver.h [vm/resolution] Wrap few Class::Lookup.*FunctionUnsafe() methods in Resolver::Resolve.*() methods. 2020-10-16 19:22:52 +00:00
reusable_handles.h Remove bytecode mode from the VM 2020-10-28 17:42:35 +00:00
reverse_pc_lookup_cache.cc [vm] Support --use_bare_instructions when splitting snapshots. 2020-08-12 17:23:14 +00:00
reverse_pc_lookup_cache.h [vm] Support --use_bare_instructions when splitting snapshots. 2020-08-12 17:23:14 +00:00
ring_buffer.h
ring_buffer_test.cc
runtime_entry.cc Remove bytecode mode from the VM 2020-10-28 17:42:35 +00:00
runtime_entry.h Remove bytecode mode from the VM 2020-10-28 17:42:35 +00:00
runtime_entry_arm.cc Remove bytecode mode from the VM 2020-10-28 17:42:35 +00:00
runtime_entry_arm64.cc Remove bytecode mode from the VM 2020-10-28 17:42:35 +00:00
runtime_entry_ia32.cc Remove bytecode mode from the VM 2020-10-28 17:42:35 +00:00
runtime_entry_list.h Remove bytecode mode from the VM 2020-10-28 17:42:35 +00:00
runtime_entry_x64.cc Remove bytecode mode from the VM 2020-10-28 17:42:35 +00:00
scope_timer.h [gardening] Migrate most files to be implicit-bool-conversion free 2019-09-05 21:41:42 +00:00
scopes.cc [SDK] Replaces async's _AsyncAwaitCompleter with _Future. 2020-11-05 09:51:13 +00:00
scopes.h [vm/jit] Pessimize type assumption in LoadLocal of covariant parameter. 2020-10-02 16:17:58 +00:00
scopes_test.cc [vm] Assert handles are only allocated when the thread is preventing safepoints. 2018-10-31 19:51:52 +00:00
service.cc [ VM / Service ] Add optional 'limit' parameter to getStack RPC 2020-11-03 21:39:37 +00:00
service.h [ VM / Service ] Add optional 'limit' parameter to getStack RPC 2020-11-03 21:39:37 +00:00
service_event.cc Reland "[ DDS ] Keep event history for Stdout, Stderr, and Extension streams" 2020-11-06 19:02:23 +00:00
service_event.h [ VM / Service ] Added TimelineStreamSubscriptionsChanged event 2020-05-12 19:22:41 +00:00
service_isolate.cc [ Service ] Add 'is_system_isolate' option to Dart_IsolateFlags 2020-08-21 21:44:50 +00:00
service_isolate.h [ Service ] Add 'is_system_isolate' option to Dart_IsolateFlags 2020-08-21 21:44:50 +00:00
service_test.cc [vm] Native API: Make Dart_NewWeakPersistentHandle not auto delete 2020-11-03 10:27:44 +00:00
signal_handler.h [vm] Update workaround for Android Kernel bug (b089d4f). 2018-09-24 20:16:08 +00:00
signal_handler_android.cc [vm/profiler] On Android use alternative stack for handling SIGPROF. 2020-03-23 21:49:37 +00:00
signal_handler_fuchsia.cc
signal_handler_linux.cc [vm] initialize sigaction for msan 2019-07-16 19:46:56 +00:00
signal_handler_macos.cc [vm] initialize sigaction for msan 2019-07-16 19:46:56 +00:00
signal_handler_win.cc
simulator.h [vm] DBC is obsolete. Remove dead code. 2019-10-27 18:18:29 +00:00
simulator_arm.cc Remove bytecode mode from the VM 2020-10-28 17:42:35 +00:00
simulator_arm.h [vm] Use consistent signatures for native call wrappers and native function symbolizers. 2020-05-07 16:16:08 +00:00
simulator_arm64.cc Remove bytecode mode from the VM 2020-10-28 17:42:35 +00:00
simulator_arm64.h [vm/concurrency] Move locks up from Isolate to IsolateGroup 2020-05-27 17:04:30 +00:00
snapshot.cc Remove bytecode mode from the VM 2020-10-28 17:42:35 +00:00
snapshot.h Remove bytecode mode from the VM 2020-10-28 17:42:35 +00:00
snapshot_ids.h [VM/nnbd] Add nullable Object type to object store and use it. 2020-02-11 23:37:05 +00:00
snapshot_test.cc Remove bytecode mode from the VM 2020-10-28 17:42:35 +00:00
source_report.cc Remove bytecode mode from the VM 2020-10-28 17:42:35 +00:00
source_report.h [VM-Runtime]Fix source report coverage to not include field without function initializer 2019-03-07 02:04:41 +00:00
source_report_test.cc [vm] Represent tagged pointers as C++ value types instead of C++ pointer types. 2020-04-25 05:21:27 +00:00
splay-tree.h Reland "[vm] Finish adding support for ECMAScript 2018 features." 2019-04-29 09:11:48 +00:00
stack_frame.cc Remove bytecode mode from the VM 2020-10-28 17:42:35 +00:00
stack_frame.h Remove bytecode mode from the VM 2020-10-28 17:42:35 +00:00
stack_frame_arm.h [vm/ffi] Convert Objects to Dart_Handles in FFI calls 2020-06-12 11:14:22 +00:00
stack_frame_arm64.h [vm/ffi] Convert Objects to Dart_Handles in FFI calls 2020-06-12 11:14:22 +00:00
stack_frame_ia32.h [vm/ffi] Convert Objects to Dart_Handles in FFI calls 2020-06-12 11:14:22 +00:00
stack_frame_test.cc Remove bytecode mode from the VM 2020-10-28 17:42:35 +00:00
stack_frame_x64.h [vm/ffi] Convert Objects to Dart_Handles in FFI calls 2020-06-12 11:14:22 +00:00
stack_trace.cc [SDK] Replaces async's _AsyncAwaitCompleter with _Future. 2020-11-05 09:51:13 +00:00
stack_trace.h [SDK] Replaces async's _AsyncAwaitCompleter with _Future. 2020-11-05 09:51:13 +00:00
static_type_exactness_state.h [gardening] Migrate most files to be implicit-bool-conversion free 2019-09-05 21:41:42 +00:00
stub_code.cc Remove bytecode mode from the VM 2020-10-28 17:42:35 +00:00
stub_code.h Remove bytecode mode from the VM 2020-10-28 17:42:35 +00:00
stub_code_arm64_test.cc [vm] Represent tagged pointers as C++ value types instead of C++ pointer types. 2020-04-25 05:21:27 +00:00
stub_code_arm_test.cc [vm] Represent tagged pointers as C++ value types instead of C++ pointer types. 2020-04-25 05:21:27 +00:00
stub_code_ia32_test.cc [vm] Represent tagged pointers as C++ value types instead of C++ pointer types. 2020-04-25 05:21:27 +00:00
stub_code_list.h Remove bytecode mode from the VM 2020-10-28 17:42:35 +00:00
stub_code_test.cc [vm/concurrency] Introduce program_lock to guard program structure changes. 2020-10-22 13:08:10 +00:00
stub_code_x64_test.cc [vm] Represent tagged pointers as C++ value types instead of C++ pointer types. 2020-04-25 05:21:27 +00:00
symbols.cc [vm] Build canonical string and type tables after reading snapshots. 2020-09-23 19:13:29 +00:00
symbols.h [SDK] Replaces async's _AsyncAwaitCompleter with _Future. 2020-11-05 09:51:13 +00:00
tagged_pointer.h Remove bytecode mode from the VM 2020-10-28 17:42:35 +00:00
tags.cc Remove bytecode mode from the VM 2020-10-28 17:42:35 +00:00
tags.h Remove bytecode mode from the VM 2020-10-28 17:42:35 +00:00
thread.cc [vm/ffi] Refactor callback id exponential growth 2020-11-06 08:08:52 +00:00
thread.h Clean-up: removes unused set_raw_async_stack_trace(..) 2020-11-02 08:37:22 +00:00
thread_barrier.h
thread_barrier_test.cc [vm] Use std::unique_ptr for ThreadPool::Task 2019-06-18 17:51:10 +00:00
thread_interrupter.cc [vm/concurrency] When waking up ThreadInterrupter first check if it is shutdown already. 2020-06-12 03:29:17 +00:00
thread_interrupter.h [vm] Fix some data races with profiler samples. 2020-03-28 00:41:51 +00:00
thread_interrupter_android.cc [vm, service] Fix data races between sample collection and sample processing. 2020-03-11 22:03:50 +00:00
thread_interrupter_fuchsia.cc [dart:io,fuchsia] Pass Isolate namespace to child process. Fix double free. 2019-01-15 22:07:51 +00:00
thread_interrupter_linux.cc [vm, service] Fix data races between sample collection and sample processing. 2020-03-11 22:03:50 +00:00
thread_interrupter_macos.cc [vm, service] Fix data races between sample collection and sample processing. 2020-03-11 22:03:50 +00:00
thread_interrupter_win.cc [vm] Decouple growable_array.h and zone.h from thread.h 2019-01-11 20:47:10 +00:00
thread_pool.cc [vm/concurrency] Allow thread pool with maximum size to grow in size if workers are blocked in native code 2020-05-15 10:57:09 +00:00
thread_pool.h [vm/concurrency] Allow thread pool with maximum size to grow in size if workers are blocked in native code 2020-05-15 10:57:09 +00:00
thread_pool_test.cc Revert "[vm] Call OSThread::Cleanup() during VM shutdown (as with all other Init/Cleanup functions)" 2020-06-02 13:25:01 +00:00
thread_registry.cc [vm/concurrency] Share [Heap] and [SharedClassTable] between all isolates within one isolate group 2020-02-20 21:08:35 +00:00
thread_registry.h [vm/concurrency] Share [Heap] and [SharedClassTable] between all isolates within one isolate group 2020-02-20 21:08:35 +00:00
thread_stack_resource.cc [vm/concurrency] Share [Heap] and [SharedClassTable] between all isolates within one isolate group 2020-02-20 21:08:35 +00:00
thread_stack_resource.h [vm/concurrency] Share [Heap] and [SharedClassTable] between all isolates within one isolate group 2020-02-20 21:08:35 +00:00
thread_state.cc [vm] Decouple assemblers from runtime. 2019-01-25 16:45:13 +00:00
thread_state.h [vm] Decouple assemblers from runtime. 2019-01-25 16:45:13 +00:00
thread_test.cc [vm] Fixes "nesting" support for SafepointRwLock implementation 2020-10-30 14:15:10 +00:00
timeline.cc [build] Support --clang when building dart sdk on Windows. 2020-06-25 03:36:41 +00:00
timeline.h [vm, timeline] Fix compilation failed below macOS 10.14, iOS 12 2020-07-02 12:01:49 +00:00
timeline_analysis.cc [vm] Use decimal thread ids to match gdb and eu-stack. 2018-11-29 22:06:20 +00:00
timeline_analysis.h [vm] Fix misc printf format bugs. 2018-11-01 16:37:22 +00:00
timeline_android.cc [vm] Align linux/android timeline implementation: Add support for async begin/end to linux, make android use correct trace_marker (with fallback) 2020-08-04 17:19:19 +00:00
timeline_fuchsia.cc [fuchsia] Use lib/ based trace engine paths 2020-03-10 23:29:18 +00:00
timeline_linux.cc [vm] Align linux/android timeline implementation: Add support for async begin/end to linux, make android use correct trace_marker (with fallback) 2020-08-04 17:19:19 +00:00
timeline_macos.cc [vm, timeline] Fix compilation failed below macOS 10.14, iOS 12 2020-07-02 12:01:49 +00:00
timeline_test.cc [observatory] Display process-wide memory usage with heap snapshots. 2019-12-07 00:28:15 +00:00
timer.cc
timer.h [vm] Fix TSAN failures related to object headers and GC task phases. 2019-10-09 21:48:20 +00:00
token.cc
token.h [vm/compiler] Add support for more instructions to deserializer. 2019-09-05 10:36:13 +00:00
token_position.cc
token_position.h
type_testing_stubs.cc [vm/compiler] Move type argument type checks out of closure bodies. 2020-10-26 18:48:18 +00:00
type_testing_stubs.h [vm] Fix incorrect of re-use of a handle in recursive context 2020-09-18 12:01:11 +00:00
type_testing_stubs_test.cc [VM/finalizer] Remove checks from finalizer now performed in CFE. 2020-10-21 19:36:56 +00:00
type_testing_stubs_test.h [vm/compiler] Tests, cleanups and fixes to Type Testing Stubs. 2020-03-17 14:11:02 +00:00
type_testing_stubs_test_arm.cc [vm/compiler] Unify GenerateAssertAssignable on non-IA32 archs. 2020-10-26 19:41:46 +00:00
type_testing_stubs_test_arm64.cc [vm/compiler] Unify GenerateAssertAssignable on non-IA32 archs. 2020-10-26 19:41:46 +00:00
type_testing_stubs_test_x64.cc [vm/compiler] Tests, cleanups and fixes to Type Testing Stubs. 2020-03-17 14:11:02 +00:00
unibrow-inl.h
unibrow.cc
unibrow.h
unicode.cc [vm] Adjust internal UTF-8 encoder to match dart:convert. 2020-06-29 16:10:13 +00:00
unicode_data.cc [build] Remove last platform -> vm and bin -> vm dependencies. Fix some ODR violations. 2019-04-22 20:15:43 +00:00
unicode_test.cc [build] Remove last platform -> vm and bin -> vm dependencies. Fix some ODR violations. 2019-04-22 20:15:43 +00:00
unit_test.cc [Language] Enable null safety in Dart 2.12. 2020-10-29 18:25:56 +00:00
unit_test.h [vm/nnbd] Support NNBD weak mode in vm/cc tests 2020-06-02 20:40:03 +00:00
uri.cc [vm] Fix gcc build. 2020-05-04 21:15:27 +00:00
uri.h
uri_test.cc
utils_test.cc [vm] Fix a bug in Utils::NBitMask. 2019-10-17 17:19:32 +00:00
v8_snapshot_writer.cc [vm/snapshot] Improve precision of --write-v8-snapshot-profile-to. 2020-05-26 10:46:05 +00:00
v8_snapshot_writer.h [vm/snapshot] Improve precision of --write-v8-snapshot-profile-to. 2020-05-26 10:46:05 +00:00
version.h [vm] Delete ABI infrastructure 2020-08-06 19:55:12 +00:00
version_in.cc [vm] Delete ABI infrastructure 2020-08-06 19:55:12 +00:00
virtual_memory.cc Reland "Reland "[VM runtime] Dual mapping of executable pages."" 2019-03-12 20:45:45 +00:00
virtual_memory.h [vm] Enable ELF loader to read snapshots from memory without any backing file. 2019-12-10 12:26:05 +00:00
virtual_memory_fuchsia.cc [vm/concurrency] Share [Heap] and [SharedClassTable] between all isolates within one isolate group 2020-02-20 21:08:35 +00:00
virtual_memory_posix.cc [vm/concurrency] Share [Heap] and [SharedClassTable] between all isolates within one isolate group 2020-02-20 21:08:35 +00:00
virtual_memory_test.cc [vm, gc] Rename HeapPage to OldPage for symmetry. 2020-05-08 18:28:06 +00:00
virtual_memory_win.cc [vm/concurrency] Share [Heap] and [SharedClassTable] between all isolates within one isolate group 2020-02-20 21:08:35 +00:00
visitor.cc Reland "[vm/isolates] Introduce fast isolate spawn in AOT." 2020-04-17 03:02:27 +00:00
visitor.h [vm/fieldtable] Fix retaining paths for static fields. 2020-09-15 18:32:31 +00:00
vm_sources.gni Remove bytecode mode from the VM 2020-10-28 17:42:35 +00:00
zone.cc [vm, service] Add getProcessMemory, which reports a tree of major ownership of memory known to the VM. 2020-06-25 19:51:12 +00:00
zone.h [vm, service] Add getProcessMemory, which reports a tree of major ownership of memory known to the VM. 2020-06-25 19:51:12 +00:00
zone_test.cc [vm] Check Zones are only [un]chained on the correct side of a safepoint transition. 2019-05-01 00:36:14 +00:00
zone_text_buffer.cc [vm] Make BufferFormatter also a subclass of BaseTextBuffer. 2020-08-07 21:40:45 +00:00
zone_text_buffer.h [vm] Make BufferFormatter also a subclass of BaseTextBuffer. 2020-08-07 21:40:45 +00:00