dart-sdk/runtime/vm
Regis Crelier 27235bf480 [VM/runtime] Fix finalization of recursive types.
Super type's type arguments that are still unfinalized after instantiation during finalization are not necessarily `TypeRef`, but can be (recursive) `Type`.
Add regression test.

This fixes flutter issue https://github.com/flutter/flutter/issues/65278

Change-Id: I07f842d798d24ebff9d1462d7e47278e901c0128
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/162583
Reviewed-by: Alexander Markov <alexmarkov@google.com>
Commit-Queue: Régis Crelier <regis@google.com>
2020-09-14 18:52:43 +00:00
..
compiler [vm/bytecode] Add parameter flags to FunctionDeclaration. 2020-09-14 15:28:20 +00:00
heap [API] Changes Dart_GCEvent to mirror Service Protocol closer. 2020-09-09 07:25:44 +00:00
libfuzzer [vm/fuzzer] Added links to Dust 2019-08-08 00:47:55 +00:00
service [ VM / Service ] Roll back major revision, update to 3.39 2020-09-09 17:46:09 +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] Rename --null-safety option to --sound-null-safety 2020-07-09 01:37:23 +00:00
benchmark_test.h
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/compiler] Reland "Further compress the information... in StackMaps." 2019-10-16 08:25:53 +00:00
bitmap.h [vm/compiler] Reland "Further compress the information... in StackMaps." 2019-10-16 08:25:53 +00:00
bitmap_test.cc [vm] Represent tagged pointers as C++ value types instead of C++ pointer types. 2020-04-25 05:21:27 +00:00
boolfield.h
boolfield_test.cc
bootstrap.cc [vm] Reify loading units. 2020-07-09 00:15:07 +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 [ dart:developer / Service ] Added optional 'silenceOutput' parameter to 2020-08-21 19:32:40 +00:00
bss_relocs.cc [vm] Only exchange initial values in BSS when different. 2020-06-09 13:23:56 +00:00
bss_relocs.h [vm] Store relocated addresses for text sections in BSS. 2020-05-26 08:47:30 +00:00
BUILD.gn Reland "[vm/wasm] Boilerplate for package:wasm" 2020-08-21 18:23:00 +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/runtime] Fix finalization of recursive types. 2020-09-14 18:52:43 +00:00
class_finalizer.h [vm/finalize] Split code clean up from class finalization into separate step. 2020-07-13 17:42:09 +00:00
class_finalizer_test.cc [vm] Represent tagged pointers as C++ value types instead of C++ pointer types. 2020-04-25 05:21:27 +00:00
class_id.h [vm/compiler] Fix Slot::cid_ type 2020-08-07 07:24:44 +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] Include static call references into V8 profile 2020-09-08 12:11:34 +00:00
clustered_snapshot.h [vm] Factor out common structure from the three kinds of snapshot. 2020-08-26 21:07:55 +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/nnbd] Fix handling of catch-all try blocks with null safety 2020-08-06 23:46:09 +00:00
code_descriptors.h [vm/nnbd] Fix handling of catch-all try blocks with null safety 2020-08-06 23:46:09 +00:00
code_descriptors_test.cc [vm] Fix Dart_GetNativeFieldsOfArgument when passed an object with no native fields. 2020-08-26 18:03:05 +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 [vm] Represent tagged pointers as C++ value types instead of C++ pointer types. 2020-04-25 05:21:27 +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] Represent tagged pointers as C++ value types instead of C++ pointer types. 2020-04-25 05:21:27 +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_kbc.cc [VM runtime] Introduce a new VM class Bytecode. 2018-11-14 02:48:03 +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/resolve] Move class finalization out of lookup and resolve function methods. 2020-08-21 02:57:07 +00:00
compilation_trace.h [vm] Represent tagged pointers as C++ value types instead of C++ pointer types. 2020-04-25 05:21:27 +00:00
compiler_test.cc [vm/resolve] Move class finalization out of lookup and resolve function methods. 2020-08-21 02:57:07 +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] Add type testing stubs to allow TypeParameter types to be called indirectly 2020-09-09 17:33:09 +00:00
constants_arm64.cc [vm] fix ifdefs after constants refactoring 2020-02-05 16:36:09 +00:00
constants_arm64.h [vm/arm64] Refactor leaf runtime call sequence. 2020-09-11 07:37:51 +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] Optimize lazy field initialization 2020-06-01 21:28:18 +00:00
constants_kbc.cc [vm/bytecode] Cleanup support for bytecode formats older than v7 2019-06-21 21:38:09 +00:00
constants_kbc.h [VM/nnbd] Pass nnbd mode from compiler via generated code or bytecode to runtime functions performing type checks or type reification. 2019-12-20 03:26:29 +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/compiler] Add type testing stubs to allow TypeParameter types to be called indirectly 2020-09-09 17:33:09 +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
cpuinfo_fuchsia.cc
cpuinfo_linux.cc
cpuinfo_macos.cc
cpuinfo_test.cc
cpuinfo_win.cc
custom_isolate_test.cc [build] Support --clang when building dart sdk on Windows. 2020-06-25 03:36:41 +00:00
dart.cc Fix dartvm re-init Flag check crash 2020-09-11 16:29:52 +00:00
dart.h [VM/runtime] - detect null safety before isolate initialization 2020-06-11 01:22:35 +00:00
dart_api_impl.cc [API] Adds Dart_SetGCEventCallback for GC events in PRODUCT 2020-08-31 12:14:38 +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] Fix Dart_GetNativeFieldsOfArgument when passed an object with no native fields. 2020-08-26 18:03:05 +00:00
dart_api_message.cc [vm] Handle all typed data element types in various C APIs. 2020-07-27 22:40:46 +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: Introduce Dart_FinalizableHandle 2020-07-23 11:30:39 +00:00
dart_entry.cc [vm/resolve] Move class finalization out of lookup and resolve function methods. 2020-08-21 02:57:07 +00:00
dart_entry.h [vm] Add PrintTo and ToCString to ArgumentsDescriptor. 2020-08-11 10:04:19 +00:00
datastream.cc
datastream.h Revert "[vm] Have Read/WriteStream use (S)LEB128 for variable-length encoding." 2020-09-02 14:17:53 +00:00
debugger.cc [ Service ] Add 'is_system_isolate' option to Dart_IsolateFlags 2020-08-21 21:44:50 +00:00
debugger.h [VM] Removes extra frames from debug lazy async stacks. 2020-08-14 12:45:37 +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_kbc.cc [vm/debugger] Implement debug breaks in interpreter without bytecode patching. 2019-06-05 17:39:04 +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] Represent tagged pointers as C++ value types instead of C++ pointer types. 2020-04-25 05:21:27 +00:00
deferred_objects.h [vm] Represent tagged pointers as C++ value types instead of C++ pointer types. 2020-04-25 05:21:27 +00:00
deopt_instructions.cc [vm] Represent tagged pointers as C++ value types instead of C++ pointer types. 2020-04-25 05:21:27 +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] Create a common base class for TextBuffer/ZoneTextBuffer. 2020-08-07 18:09:35 +00:00
dwarf.h [vm/aot] Move precompiled position handling to CodeSourceMap classes. 2020-06-22 09:29:45 +00:00
elf.cc Revert "[vm] Have Read/WriteStream use (S)LEB128 for variable-length encoding." 2020-09-02 14:17:53 +00:00
elf.h [vm/aot] Add a GNU build ID to direct-to-ELF snapshots. 2020-06-16 12:46:24 +00:00
exceptions.cc [vm] Represent tagged pointers as C++ value types instead of C++ pointer types. 2020-04-25 05:21:27 +00:00
exceptions.h [vm] Fix various UBSan failures. 2020-05-07 19:40:18 +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] Fix Dart_PostCObject to not run finalizers when a message fails to post. 2020-02-14 17:50:42 +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 [ Service ] Add 'is_system_isolate' option to Dart_IsolateFlags 2020-08-21 21:44:50 +00:00
flags.cc [build] Support --clang when building dart sdk on Windows. 2020-06-25 03:36:41 +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 [vm] Represent tagged pointers as C++ value types instead of C++ pointer types. 2020-04-25 05:21:27 +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 [vm] Decouple growable_array.h and zone.h from thread.h 2019-01-11 20:47:10 +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] Require only an isolate group, not an isolate, in Dart_Delete[Weak]PersistentHandle. 2020-03-04 18:56:16 +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] Fix missing initialization in --print_instructions_sizes_to. 2020-09-01 16:50:29 +00:00
image_snapshot.h [vm/aot] Move ELF section manipulation out of CreateAppAOTSnapshotAsElf. 2020-06-16 12:46:24 +00:00
instructions.h [vm] DBC is obsolete. Remove dead code. 2019-10-27 18:18:29 +00:00
instructions_arm.cc [vm] Support --use_bare_instructions when splitting snapshots. 2020-08-12 17:23:14 +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] Support --use_bare_instructions when splitting snapshots. 2020-08-12 17:23:14 +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_kbc.cc [vm] Represent tagged pointers as C++ value types instead of C++ pointer types. 2020-04-25 05:21:27 +00:00
instructions_kbc.h [vm] Represent tagged pointers as C++ value types instead of C++ pointer types. 2020-04-25 05:21:27 +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
interpreter.cc [vm/compiler] Move argument shape (not type) checks out of closures. 2020-08-17 08:58:08 +00:00
interpreter.h [vm] Represent tagged pointers as C++ value types instead of C++ pointer types. 2020-04-25 05:21:27 +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/locks] Add helper methods to SafepointRwLock to assert the lock is held. 2020-08-24 19:49:47 +00:00
isolate.h [ Service ] Add 'is_system_isolate' option to Dart_IsolateFlags 2020-08-21 21:44:50 +00:00
isolate_reload.cc [ Service ] Add 'is_system_isolate' option to Dart_IsolateFlags 2020-08-21 21:44:50 +00:00
isolate_reload.h [vm] Assign top-level classes cids outside 16-bit range 2020-07-09 18:33:32 +00:00
isolate_reload_test.cc [vm/resolve] Use Resolver in CallSiteResetter::Reset. 2020-08-14 20:11:19 +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 [ 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_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/compiler] Support unboxing of return values of getters 2020-07-16 20:26:04 +00:00
kernel.h [vm/aot] Reland "Keep column information when possible for precompiled mode." 2020-06-19 13:50:03 +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 [cfe] Add a member signature origin to member signatures 2020-08-11 08:16:59 +00:00
kernel_isolate.cc [ Service ] Add 'is_system_isolate' option to Dart_IsolateFlags 2020-08-21 21:44:50 +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 [vm/compiler] Add missing truncate calls for parameter names. 2020-09-08 13:16:24 +00:00
kernel_loader.h [vm] Reify loading units. 2020-07-09 00:15:07 +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/locks] Allow SafepointRwLocks reentrance, nesting read lock in write lock. 2020-09-08 16:26:43 +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
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] Make metrics API expose correct heap metrics in PRODUCT mode 2020-05-09 08:27:48 +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 [build] Support --clang when building dart sdk on Windows. 2020-06-25 03:36:41 +00:00
native_arguments.h [vm] Represent tagged pointers as C++ value types instead of C++ pointer types. 2020-04-25 05:21:27 +00:00
native_entry.cc [vm] Use consistent signatures for native call wrappers and native function symbolizers. 2020-05-07 16:16:08 +00:00
native_entry.h [vm] Represent tagged pointers as C++ value types instead of C++ pointer types. 2020-04-25 05:21:27 +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/compiler] Add missing truncate calls for parameter names. 2020-09-08 13:16:24 +00:00
object.h [vm/compiler] Add type testing stubs to allow TypeParameter types to be called indirectly 2020-09-09 17:33:09 +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] Create a common base class for TextBuffer/ZoneTextBuffer. 2020-08-07 18:09:35 +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] Represent tagged pointers as C++ value types instead of C++ pointer types. 2020-04-25 05:21:27 +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 [vm/resolve] Use Resolver in CallSiteResetter::Reset. 2020-08-14 20:11:19 +00:00
object_service.cc [vm/service] Avoid exposing top-level class ids in the service protocol 2020-07-27 20:11:56 +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 [vm/resolve] Move class finalization out of lookup and resolve function methods. 2020-08-21 02:57:07 +00:00
object_store.h [vm/compiler] Add type testing stubs to allow TypeParameter types to be called indirectly 2020-09-09 17:33:09 +00:00
object_store_test.cc
object_test.cc [vm/resolve] Move class finalization out of lookup and resolve function methods. 2020-08-21 02:57:07 +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 Revert "[vm] Call OSThread::Cleanup() during VM shutdown (as with all other Init/Cleanup functions)" 2020-06-02 13:25:01 +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 [vm/compiler] Unify name checking in dynamic closure call dispatchers. 2020-09-10 07:12:14 +00:00
parser.h [vm/compiler] Unify name checking in dynamic closure call dispatchers. 2020-09-10 07:12:14 +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
profiler.cc [vm] Remove ARMv6 related code 2020-06-26 09:39:15 +00:00
profiler.h Widen profile sample task kind bitfield 2020-06-25 22:21:22 +00:00
profiler_service.cc [vm] Fix gcc build. 2020-05-04 21:15:27 +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 [SDK][Gardening] Fixes profiler_test broken in c4b7097e. 2020-05-27 13:33:09 +00:00
program_visitor.cc [vm] Include static call references into V8 profile 2020-09-08 12:11:34 +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 [vm] Reify loading units. 2020-07-09 00:15:07 +00:00
raw_object.h [vm] Don't write LibraryPrefix::importer_ in AOT snapshots. 2020-09-01 16:49:49 +00:00
raw_object_fields.cc [vm] Reify loading units. 2020-07-09 00:15:07 +00:00
raw_object_fields.h [vm, service] Add requestHeapSnapshot. 2019-08-19 19:31:42 +00:00
raw_object_snapshot.cc [vm] Reify loading units. 2020-07-09 00:15:07 +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] Represent tagged pointers as C++ value types instead of C++ pointer types. 2020-04-25 05:21:27 +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] Represent tagged pointers as C++ value types instead of C++ pointer types. 2020-04-25 05:21:27 +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/resolve] Cleanup ResolveDynamicAnyArgsWithCustomLookup. 2020-08-11 23:02:09 +00:00
resolver.h [vm/resolver] Add ResolveDynamicAllowPrivate and use it in refactor. 2020-08-05 04:48:20 +00:00
reusable_handles.h [VM runtime] Introduce a new VM class Bytecode. 2018-11-14 02:48:03 +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 [ Service ] Add 'is_system_isolate' option to Dart_IsolateFlags 2020-08-21 21:44:50 +00:00
runtime_entry.h [vm/simulators] Check for C++ stack overflow when entering runtime in simulators 2020-08-05 02:01:36 +00:00
runtime_entry_arm.cc [vm/compiler] Add check to prevent inclusion of compiler headers into AOT runtime 2020-04-17 13:11:08 +00:00
runtime_entry_arm64.cc [vm/arm64] Refactor leaf runtime call sequence. 2020-09-11 07:37:51 +00:00
runtime_entry_ia32.cc [vm] Remove misleading usings. 2019-07-10 22:20:10 +00:00
runtime_entry_list.h [vm/compiler] Move argument shape (not type) checks out of closures. 2020-08-17 08:58:08 +00:00
runtime_entry_x64.cc [vm/compiler] Split compiler sources out of normal VM sources. 2020-04-16 22:59:03 +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 [VM] Adds Future.wait support for --lazy-async-stacks. 2020-07-28 05:41:01 +00:00
scopes.h [VM] Adds Future.wait support for --lazy-async-stacks. 2020-07-28 05:41:01 +00:00
scopes_test.cc
service.cc Revert "[vm, service] Gather used and capacity from various mallocs." 2020-08-26 21:32:36 +00:00
service.h [ VM / Service ] Roll back major revision, update to 3.39 2020-09-09 17:46:09 +00:00
service_event.cc [ VM ] Fix failing assert when requesting system isolates immediately 2020-09-03 21:40:35 +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 [build] Support --clang when building dart sdk on Windows. 2020-06-25 03:36:41 +00:00
signal_handler.h
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 [vm] Remove ARMv6 related code 2020-06-26 09:39:15 +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 [ VM ] Fix asserts in ARM64 simulator 2020-05-29 21:54:04 +00:00
simulator_arm64.h [vm/concurrency] Move locks up from Isolate to IsolateGroup 2020-05-27 17:04:30 +00:00
snapshot.cc [vm/concurrency] Avoid allocating objects if not needed (and possibly cache objects) 2020-05-16 06:45:02 +00:00
snapshot.h [vm] Initial implementation of deferred loading. 2020-07-17 19:29:47 +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 [vm] Handle all typed data element types in various C APIs. 2020-07-27 22:40:46 +00:00
source_report.cc [vm] Represent tagged pointers as C++ value types instead of C++ pointer types. 2020-04-25 05:21:27 +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 [vm] Support --use_bare_instructions when splitting snapshots. 2020-08-12 17:23:14 +00:00
stack_frame.h [vm] Support --use_bare_instructions when splitting snapshots. 2020-08-12 17:23:14 +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_kbc.h [gardening] Migrate most files to be implicit-bool-conversion free 2019-09-05 21:41:42 +00:00
stack_frame_test.cc [vm/nnbd] Support NNBD weak mode in vm/cc tests 2020-06-02 20:40:03 +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 [VM] Removes extra frames from debug lazy async stacks. 2020-08-14 12:45:37 +00:00
stack_trace.h [vm/aot] Drop some Function objects not needed at runtime. 2020-03-30 18:33:48 +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 [vm/finalize] Split code clean up from class finalization into separate step. 2020-07-13 17:42:09 +00:00
stub_code.h [vm] Represent tagged pointers as C++ value types instead of C++ pointer types. 2020-04-25 05:21:27 +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 [vm/compiler] Add type testing stubs to allow TypeParameter types to be called indirectly 2020-09-09 17:33:09 +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 Reland "[VM/nnbd] Canonicalize TypeParameter objects in the VM." 2020-06-11 00:44:05 +00:00
symbols.h [vm/compiler] Unify name checking in dynamic closure call dispatchers. 2020-09-10 07:12:14 +00:00
tagged_pointer.h [vm] Reify loading units. 2020-07-09 00:15:07 +00:00
tags.cc [VM/runtime] - detect null safety before isolate initialization 2020-06-11 01:22:35 +00:00
tags.h [vm] Decouple growable_array.h and zone.h from thread.h 2019-01-11 20:47:10 +00:00
thread.cc [vm/ffi] Convert Objects to Dart_Handles in FFI calls 2020-06-12 11:14:22 +00:00
thread.h [vm/nnbd] Use separate runtime entry for throwing _CastError in null check operator 2020-07-01 20:52:34 +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/locks] Allow SafepointRwLocks reentrance, nesting read lock in write lock. 2020-09-08 16:26:43 +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
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_table.h Reland "[VM/nnbd] Canonicalize TypeParameter objects in the VM." 2020-06-11 00:44:05 +00:00
type_testing_stubs.cc [vm/compiler] Prepare InstantiateTypeArguments for dynamic type args. 2020-09-14 15:28:19 +00:00
type_testing_stubs.h Remove divisive terms 2020-06-17 14:01:54 +00:00
type_testing_stubs_test.cc [vm] Ensure class is type finalized before looking members in it up 2020-09-10 10:04:05 +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] Tests, cleanups and fixes to Type Testing Stubs. 2020-03-17 14:11:02 +00:00
type_testing_stubs_test_arm64.cc [vm/compiler] Tests, cleanups and fixes to Type Testing Stubs. 2020-03-17 14:11:02 +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 [vm/nnbd] Faster type tests for non-nullable Object 2020-07-15 00:55:03 +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] Represent tagged pointers as C++ value types instead of C++ pointer types. 2020-04-25 05:21:27 +00:00
vm_sources.gni [vm/concurrency] Extract the hashset implementation out of PortMap into PortSet 2020-04-21 12:43:12 +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