dart-sdk/runtime/vm
Martin Kustermann 142e15c2af [vm/compiler] Use unboxed index/length for GenericCheckBoundInstr on 64-bit architectures
flutter-release:

  * flutter_app_so_size: -0.47%
  * flutter_app_so_brotli_size: -0.48%
  * flutter_app_so_gzip_size: -0.57%

flutter-release-sizeopt:

  * flutter_app_so_size: -0.45%
  * flutter_app_so_brotli_size: -0.64%
  * flutter_app_so_gzip_size: -0.65%

Issue https://github.com/dart-lang/sdk/issues/32165

Change-Id: If63b71e5d52f6ddb55fe05668a6480eb00a13303
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/150300
Commit-Queue: Martin Kustermann <kustermann@google.com>
Reviewed-by: Alexander Markov <alexmarkov@google.com>
2020-06-22 19:55:36 +00:00
..
compiler [vm/compiler] Use unboxed index/length for GenericCheckBoundInstr on 64-bit architectures 2020-06-22 19:55:36 +00:00
heap [vm/regexp] Cache regexp backtracing stack across regexp invocations. 2020-06-18 11:14:13 +00:00
libfuzzer [vm/fuzzer] Added links to Dust 2019-08-08 00:47:55 +00:00
service [ VM Service / DDS ] Redirect web socket connection requests made to VM Service to DDS 2020-06-05 00:30:03 +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/benchmark] Fix metric type of GenKernelKernelMaxRSS benchmark 2020-06-15 20:10:16 +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/runtime] - detect null safety before isolate initialization 2020-06-11 01:22:35 +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 [vm/nnbd] Non-null assertions in NNBD weak mode 2020-06-18 20:02:42 +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 Revert "[vm] Replaces fuchsia.deprecatedtimezone" 2020-06-19 19:21:15 +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] Remove intermediate array copy step when rehashing types. 2020-06-11 15:49:22 +00:00
class_finalizer.h Reland "[VM/nnbd] Canonicalize TypeParameter objects in the VM." 2020-06-11 00:44:05 +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/ffi] Convert Objects to Dart_Handles in FFI calls 2020-06-12 11:14:22 +00:00
class_table.cc [vm] Represent tagged pointers as C++ value types instead of C++ pointer types. 2020-04-25 05:21:27 +00:00
class_table.h [vm] Represent tagged pointers as C++ value types instead of C++ pointer types. 2020-04-25 05:21:27 +00:00
clustered_snapshot.cc [VM/Runtime] - Fix for issue https://github.com/dart-lang/sdk/issues/42421 2020-06-20 04:18:59 +00:00
clustered_snapshot.h [vm/snapshot] Name Code and Function objects in V8 snapshot profiles 2020-06-17 20:57:01 +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/aot] Move precompiled position handling to CodeSourceMap classes. 2020-06-22 09:29:45 +00:00
code_descriptors.h [vm/aot] Move precompiled position handling to CodeSourceMap classes. 2020-06-22 09:29:45 +00:00
code_descriptors_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
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] Represent tagged pointers as C++ value types instead of C++ pointer types. 2020-04-25 05:21:27 +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] Represent tagged pointers as C++ value types instead of C++ pointer types. 2020-04-25 05:21:27 +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] Represent tagged pointers as C++ value types instead of C++ pointer types. 2020-04-25 05:21:27 +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] Optimize lazy field initialization 2020-06-01 21:28:18 +00:00
constants_arm64.cc [vm] fix ifdefs after constants refactoring 2020-02-05 16:36:09 +00:00
constants_arm64.h [vm/compiler] Optimize lazy field initialization 2020-06-01 21:28:18 +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/aot] Fix aot cross-compilation scenario when gen_snapshot runs on Windows targets android x64. 2020-06-01 23:21:38 +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/compiler] Add check to prevent inclusion of compiler headers into AOT runtime 2020-04-17 13:11:08 +00:00
cpu_arm.h [vm] Remove deprecated (and untested) ARMv5 support from the VM 2019-10-23 14:44:33 +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 [vm/assembler] Added cpufeatures, added LZCNT (IA32/X64) 2019-09-18 19:47:29 +00:00
cpuid.h [vm/assembler] Added cpufeatures, added LZCNT (IA32/X64) 2019-09-18 19:47:29 +00:00
cpuinfo.h
cpuinfo_android.cc
cpuinfo_fuchsia.cc
cpuinfo_linux.cc
cpuinfo_macos.cc
cpuinfo_test.cc
cpuinfo_win.cc
custom_isolate_test.cc [gardening] Migrate most files to be implicit-bool-conversion free 2019-09-05 21:41:42 +00:00
dart.cc [VM/Runtime] - Fix for issue https://github.com/dart-lang/sdk/issues/42421 2020-06-20 04:18:59 +00:00
dart.h [VM/runtime] - detect null safety before isolate initialization 2020-06-11 01:22:35 +00:00
dart_api_impl.cc Revert "Reland : [VM/Runtime] Cleanup package config initialization code" 2020-06-20 08:02:53 +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, api] Add Dart_UpdateExternalSize to the embedding API. 2020-06-02 21:29:03 +00:00
dart_api_message.cc [vm] Fix various UBSan failures. 2020-05-07 19:40:18 +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, api] Add Dart_UpdateExternalSize to the embedding API. 2020-06-02 21:29:03 +00:00
dart_entry.cc [vm/concurrency] Avoid allocating objects if not needed (and possibly cache objects) 2020-05-16 06:45:02 +00:00
dart_entry.h [vm] Represent tagged pointers as C++ value types instead of C++ pointer types. 2020-04-25 05:21:27 +00:00
datastream.cc
datastream.h [vm] Fix various UBSan failures: AOT. 2020-05-12 20:28:11 +00:00
debugger.cc [vm] Fix LSAN when used without ASAN. 2020-05-12 17:38:19 +00:00
debugger.h [vm] Represent tagged pointers as C++ value types instead of C++ pointer types. 2020-04-25 05:21:27 +00:00
debugger_api_impl_test.cc [vm] Make kernel buffers live exactly as long as their derived views. 2019-12-03 22:00:48 +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/aot] Move precompiled position handling to CodeSourceMap classes. 2020-06-22 09:29:45 +00:00
dwarf.h [vm/aot] Move precompiled position handling to CodeSourceMap classes. 2020-06-22 09:29:45 +00:00
elf.cc [vm/aot] Add a GNU build ID to direct-to-ELF snapshots. 2020-06-16 12:46:24 +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 [vm/nnbd] Non-null assertions in NNBD weak mode 2020-06-18 20:02:42 +00:00
flags.cc [vm] Fix various UBSan failures. 2020-05-07 19:40:18 +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 [gardening] Migrate most files to be implicit-bool-conversion free 2019-09-05 21:41:42 +00:00
hash_map.h [vm] Fix -Wno-conversion-null errors. 2020-05-08 17:08:49 +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/aot] Add a GNU build ID to direct-to-ELF snapshots. 2020-06-16 12:46:24 +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/arm] Fix DecodeLoadWordFromPool with large offsets. 2020-05-17 12:43:48 +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] Represent tagged pointers as C++ value types instead of C++ pointer types. 2020-04-25 05:21:27 +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 Reland "[vm, gc] Divide new-space into pages like old-space." 2020-05-01 02:01:27 +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 Remove divisive terms 2020-06-17 14:01:54 +00:00
isolate.h [vm/regexp] Cache regexp backtracing stack across regexp invocations. 2020-06-18 11:14:13 +00:00
isolate_reload.cc Revert "Reland : [VM/Runtime] Cleanup package config initialization code" 2020-06-20 08:02:53 +00:00
isolate_reload.h [VM] Mark all indirectly dependent code dirty on hot reload (2nd try) 2020-04-30 07:52:24 +00:00
isolate_reload_test.cc Revert "Fix duration.toString() to conform the description" 2020-06-22 10:29:15 +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 / Service ] Updated JSONWriter::PrintValue(double) to use double_conversion instead of Printf. 2019-05-03 18:07:27 +00:00
json_writer.cc [ VM / Service ] Updated JSONWriter::PrintValue(double) to use double_conversion instead of Printf. 2019-05-03 18:07:27 +00:00
json_writer.h Re-land "[vm/aot] Snapshot size analysis." 2018-11-22 15:14:46 +00:00
kernel.cc [vm/aot] Reland "Keep column information when possible for precompiled mode." 2020-06-19 13:50:03 +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 [VM/runtime] - detect null safety before isolate initialization 2020-06-11 01:22:35 +00:00
kernel_binary.h [vm] Fix various UBSan failures. 2020-05-07 19:40:18 +00:00
kernel_isolate.cc Revert "Reland : [VM/Runtime] Cleanup package config initialization code" 2020-06-20 08:02:53 +00:00
kernel_isolate.h Revert "Reland : [VM/Runtime] Cleanup package config initialization code" 2020-06-20 08:02:53 +00:00
kernel_loader.cc Reland "[vm] Check prefix.loadLibrary is called and returns before prefix members are used." 2020-06-16 21:11:40 +00:00
kernel_loader.h [vm] Represent tagged pointers as C++ value types instead of C++ pointer types. 2020-04-25 05:21:27 +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] Refactor ThreadPool implementation to use work stealing 2020-05-02 17:22:05 +00:00
log.cc [vm] Change THR_Print to filter based on isolate group. 2020-05-30 01:06:44 +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
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 [build] Fix warnings in newer versions of Clang. 2020-02-20 20:29:25 +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 [vm] Remove malloc_hooks support for jemalloc 2019-03-06 19:16:27 +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 [vm] Use std::unique_ptr with Message 2019-05-06 21:01:39 +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 [vm] Make metrics API expose correct heap metrics in PRODUCT mode 2020-05-09 08:27:48 +00:00
mixin_test.cc Reland "[VM] Remove unused flags" 2018-11-20 17:25:42 +00:00
native_api_impl.cc [vm] Address TSAN errors in FFI tests. 2020-03-23 21:19:36 +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 [vm] Use std::unique_ptr with Message 2019-05-06 21:01:39 +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 [vm] Look up dynamic symbols in DWARF stack traces. 2020-03-23 10:13:43 +00:00
object.cc [vm/aot] Move precompiled position handling to CodeSourceMap classes. 2020-06-22 09:29:45 +00:00
object.h [vm/aot] Move precompiled position handling to CodeSourceMap classes. 2020-06-22 09:29:45 +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] Fix overly broad HeapIterationScope in getInstances. 2020-05-19 17:37:10 +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 Reland "[vm] Check prefix.loadLibrary is called and returns before prefix members are used." 2020-06-16 21:11:40 +00:00
object_service.cc [vm] Exclude class name from function name in instruction sizes json. 2020-06-10 10:18:37 +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] Represent tagged pointers as C++ value types instead of C++ pointer types. 2020-04-25 05:21:27 +00:00
object_store.h [vm/ffi] Convert Objects to Dart_Handles in FFI calls 2020-06-12 11:14:22 +00:00
object_store_test.cc
object_test.cc [vm/nnbd] Support NNBD weak mode in vm/cc tests 2020-06-02 20:40:03 +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 Revert "[vm] Replaces fuchsia.deprecatedtimezone" 2020-06-19 19:21:15 +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 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_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] Ensure we emit catch entry move for receiver when it is captured 2020-03-02 20:09:42 +00:00
parser.h [vm] Remove dead --load_deferred_eagerly and dependent code tracking for library prefixes. 2019-09-06 23:37:33 +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 [vm/concurrency] Extract the hashset implementation out of PortMap into PortSet 2020-04-21 12:43:12 +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] Print isolate group name in stack trace dumping (used e.g. for SEGVs) 2020-05-28 16:39:18 +00:00
profiler.h [vm] Exclude class name from function name in instruction sizes json. 2020-06-10 10:18:37 +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] Move megamorphic miss handling into the megamorphic call stub. 2020-05-15 20:28:21 +00:00
program_visitor.h [vm/aot] Drop more Function objects not needed at runtime when possible. 2020-04-16 14:26:04 +00:00
random.cc
random.h
raw_object.cc [vm, gc] Rename HeapPage to OldPage for symmetry. 2020-05-08 18:28:06 +00:00
raw_object.h Remove divisive terms 2020-06-17 14:01:54 +00:00
raw_object_fields.cc [vm/nnbd] Call field initializer from stubs for late instance fields 2020-04-28 21:35:23 +00:00
raw_object_fields.h [vm, service] Add requestHeapSnapshot. 2019-08-19 19:31:42 +00:00
raw_object_snapshot.cc Reland "[VM/nnbd] Canonicalize TypeParameter objects in the VM." 2020-06-11 00:44:05 +00:00
regexp.cc [vm] Represent tagged pointers as C++ value types instead of C++ pointer types. 2020-04-25 05:21:27 +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] Represent tagged pointers as C++ value types instead of C++ pointer types. 2020-04-25 05:21:27 +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] Represent tagged pointers as C++ value types instead of C++ pointer types. 2020-04-25 05:21:27 +00:00
resolver.h [vm] Represent tagged pointers as C++ value types instead of C++ pointer types. 2020-04-25 05:21:27 +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] Represent tagged pointers as C++ value types instead of C++ pointer types. 2020-04-25 05:21:27 +00:00
reverse_pc_lookup_cache.h [vm] Represent tagged pointers as C++ value types instead of C++ pointer types. 2020-04-25 05:21:27 +00:00
ring_buffer.h
ring_buffer_test.cc
runtime_entry.cc [vm/switchable_call] Refactor SwitchableCallHandler so that resolution is done outside of RunWithStoppedMutators. 2020-06-12 22:00:02 +00:00
runtime_entry.h [vm/ffi] Convert Objects to Dart_Handles in FFI calls 2020-06-12 11:14:22 +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/compiler] Add check to prevent inclusion of compiler headers into AOT runtime 2020-04-17 13:11:08 +00:00
runtime_entry_ia32.cc [vm] Remove misleading usings. 2019-07-10 22:20:10 +00:00
runtime_entry_list.h [vm/ffi] Convert Objects to Dart_Handles in FFI calls 2020-06-12 11:14:22 +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] Represent tagged pointers as C++ value types instead of C++ pointer types. 2020-04-25 05:21:27 +00:00
scopes.h Remove divisive terms 2020-06-17 14:01:54 +00:00
scopes_test.cc
service.cc [ VM ] Fix crash when expression compilation is attempted without an internal or external compilation service 2020-06-04 22:06:09 +00:00
service.h [ Service / DDS ] Prepare for package:dds publishing 2020-05-15 22:52:12 +00:00
service_event.cc [ VM / Service ] Added TimelineStreamSubscriptionsChanged event 2020-05-12 19:22:41 +00:00
service_event.h [ VM / Service ] Added TimelineStreamSubscriptionsChanged event 2020-05-12 19:22:41 +00:00
service_isolate.cc [VM] Set up Isolate specific null safety mode 2020-05-01 04:03:04 +00:00
service_isolate.h Reland "[vm/isolates] Introduce fast isolate spawn in AOT." 2020-04-17 03:02:27 +00:00
service_test.cc [vm] Delay allocating the ObjectIdRing until the first service request or response. 2020-05-06 19:19:52 +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/concurrency] Move locks up from Isolate to IsolateGroup 2020-05-27 17:04:30 +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] Fix various UBSan failures. 2020-05-07 19:40:18 +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/nnbd] Support NNBD weak mode in vm/cc tests 2020-06-02 20:40:03 +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] Fix various UBSan failures. 2020-05-07 19:40:18 +00:00
stack_frame.h [vm] Represent tagged pointers as C++ value types instead of C++ pointer types. 2020-04-25 05:21:27 +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] Represent tagged pointers as C++ value types instead of C++ pointer types. 2020-04-25 05:21:27 +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/ffi] Convert Objects to Dart_Handles in FFI calls 2020-06-12 11:14:22 +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/ffi] Convert Objects to Dart_Handles in FFI calls 2020-06-12 11:14:22 +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/nnbd] Non-null assertions in NNBD weak mode 2020-06-18 20:02:42 +00:00
tagged_pointer.h [vm] Represent tagged pointers as C++ value types instead of C++ pointer types. 2020-04-25 05:21:27 +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/ffi] Convert Objects to Dart_Handles in FFI calls 2020-06-12 11:14: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] Represent tagged pointers as C++ value types instead of C++ pointer types. 2020-04-25 05:21:27 +00:00
timeline.cc Revert "[vm, timeline] Fix compilation failed below macOS 10.14" 2020-06-16 07:53:36 +00:00
timeline.h Revert "[vm, timeline] Fix compilation failed below macOS 10.14" 2020-06-16 07:53:36 +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 [timeline] Add support for timeline asynchronous events in android platform trace 2019-12-11 19:36:18 +00:00
timeline_fuchsia.cc [fuchsia] Use lib/ based trace engine paths 2020-03-10 23:29:18 +00:00
timeline_linux.cc Change path order when trying to open tracing 2019-03-13 23:44:11 +00:00
timeline_macos.cc Revert "[vm, timeline] Fix compilation failed below macOS 10.14" 2020-06-16 07:53:36 +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/nnbd] Revise IsTopType* predicates 2020-04-30 19:35:32 +00:00
type_testing_stubs.h Remove divisive terms 2020-06-17 14:01:54 +00:00
type_testing_stubs_test.cc [vm/nnbd] Finish migration of vm/cc tests to NNBD 2020-06-03 18:09:39 +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 [build] Remove last platform -> vm and bin -> vm dependencies. Fix some ODR violations. 2019-04-22 20:15:43 +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 Revert "Reland : [VM/Runtime] Cleanup package config initialization code" 2020-06-20 08:02:53 +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 Move use_abi_version from vm directory to bin 2019-03-15 22:35:25 +00:00
version_in.cc [vm] Add the channel name to the VM/dart:io version string 2020-03-23 10:00:03 +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] Fix LSAN when used without ASAN. 2020-05-12 17:38:19 +00:00
zone.h [vm] Switch Zones from arithmetic to geometric growth when they become large. 2020-05-04 17:01:44 +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] Fix memory leaks during ELF generation. 2020-03-24 01:09:35 +00:00
zone_text_buffer.h [vm] Add special ELF sections/segments to appropriate arrays. 2020-05-04 09:19:32 +00:00