dart-sdk/runtime/vm
Alexander Markov 0c9067c626 [vm,aot] Preliminary support for dynamic interface in AOT
TEST=runtime/tests/vm/dart/dynamic_module_pragmas_il_test.dart

Change-Id: I6efd24f55726db858711d5f77beabf5659e288a4
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/371563
Reviewed-by: Slava Egorov <vegorov@google.com>
Commit-Queue: Alexander Markov <alexmarkov@google.com>
2024-06-18 14:31:24 +00:00
..
compiler [vm,aot] Preliminary support for dynamic interface in AOT 2024-06-18 14:31:24 +00:00
ffi [vm/ffi] Fix native assets resolution in iOS release 2023-07-10 12:23:15 +00:00
heap [vm, gc] Separate marking stack by generation. 2024-06-17 21:43:32 +00:00
libfuzzer [VM/Service] Rename JSONStream::AppendSerializedObject to JSONStream::AppendBytes 2023-04-17 15:58:28 +00:00
protos Remove additional --no-goma options since it's the new default. 2024-03-25 10:35:49 +00:00
service [vm] Remove context allocations for tear-offs 2024-02-13 15:33:38 +00:00
allocation.cc Reland "[vm] Migrate FFI callbacks to the new metadata system." 2023-06-06 02:07:58 +00:00
allocation.h [vm] Update NULL to nullptr in runtime/vm. 2023-04-10 18:15:12 +00:00
allocation_test.cc [vm] Cleanup unused include, unnecessary fields on [Thread], rename mutator thread, ensure setjmp drains sticky error 2023-04-20 17:42:06 +00:00
ama_test.cc [vm] Add tests verifying AMA assumptions 2023-05-24 08:42:14 +00:00
analyze_snapshot_api_impl.cc Expand collection of object instances. 2023-07-03 12:29:15 +00:00
app_snapshot.cc Add 'coverage' flag, defaulting to true, but let the gn application_snapshot default it to false 2024-06-18 09:10:00 +00:00
app_snapshot.h Add 'coverage' flag, defaulting to true, but let the gn application_snapshot default it to false 2024-06-18 09:10:00 +00:00
assert_test.cc [build] Don't export all symbols to the dynamic table. 2023-09-05 21:47:59 +00:00
atomic_test.cc
base64.cc
base64.h
base64_test.cc
base_isolate.h [vm] Refactor thread scheduling code to better handle exits with active stack 2023-04-21 08:06:49 +00:00
benchmark_test.cc [VM] Remove support for --no-sound-null-safety mode 2024-04-05 19:38:12 +00:00
benchmark_test.h [vm] Update NULL to nullptr in runtime/vm. 2023-04-10 18:15:12 +00:00
bit_set.h [vm] Update to constexpr in runtime/vm. 2023-04-12 22:18:54 +00:00
bit_set_test.cc
bit_vector.cc
bit_vector.h
bit_vector_test.cc
bitfield.h [vm, gc] Incremental compaction, take 3. 2024-05-30 21:01:39 +00:00
bitfield_test.cc [build] Move from the C++11 to the C++17 standard. 2021-03-19 15:29:57 +00:00
bitmap.cc [vm] Run clang-format on code base 2024-04-17 19:14:41 +00:00
bitmap.h [vm] Update to variadic FATAL. 2023-03-06 22:06:59 +00:00
bitmap_test.cc [vm] Update to constexpr in runtime/vm. 2023-04-12 22:18:54 +00:00
boolfield.h
boolfield_test.cc
bootstrap.cc [vm/ffi] AOT kernel concatenation with native assets 2024-04-11 17:55:26 +00:00
bootstrap.h [vm] Update NULL to nullptr in runtime/vm. 2023-04-10 18:15:12 +00:00
bootstrap_natives.cc Update clang to 0f61051f541a5b8cfce25c84262dfdbadb9ca688. 2024-04-19 19:46:47 +00:00
bootstrap_natives.h [vm/test] Fix flakiness of vm/dart/use_dwarf_stack_traces_flag_test. 2024-04-23 09:45:21 +00:00
bss_relocs.cc [vm] Add non-symbolic stack trace support for deferred loading units. 2024-04-19 08:10:18 +00:00
bss_relocs.h [vm] Add non-symbolic stack trace support for deferred loading units. 2024-04-19 08:10:18 +00:00
BUILD.gn [vm] Generate VM platform dill in strong mode 2024-05-27 07:52:24 +00:00
canonical_tables.cc [vm] Preserve pragma annotations on hot reload 2023-12-12 02:09:27 +00:00
canonical_tables.h Reland "[vm/ffi] Express FFI call closures explicitly in AST" 2023-12-15 15:25:29 +00:00
catch_entry_moves_test.cc
class_finalizer.cc [vm,aot] Preliminary support for dynamic interface in AOT 2024-06-18 14:31:24 +00:00
class_finalizer.h [vm,aot] Preliminary support for dynamic interface in AOT 2024-06-18 14:31:24 +00:00
class_finalizer_test.cc [vm/concurrency] Ensure write program_lock is held while updating class state via set_state. 2021-03-02 16:28:12 +00:00
class_id.h [vm/compiler] Limit exposure of untagged pointers to managed memory. 2024-03-22 10:12:39 +00:00
class_table.cc Roll Clang to 3809e20afc68d7d03821f0ec59b928dcf9befbf4. 2024-06-10 20:38:30 +00:00
class_table.h Roll Clang to 3809e20afc68d7d03821f0ec59b928dcf9befbf4. 2024-06-10 20:38:30 +00:00
closure_functions_cache.cc [vm] Move creation of closure functions to kernel loader 2024-03-13 14:33:48 +00:00
closure_functions_cache.h [gardening] Ensure functions use stable hashes across reload 2023-06-28 11:48:26 +00:00
code_comments.cc [vm] Add feature to connect AOT code to code comments via .debug_line 2021-02-02 11:35:00 +00:00
code_comments.h [vm] Add feature to connect AOT code to code comments via .debug_line 2021-02-02 11:35:00 +00:00
code_descriptors.cc [vm/aot/tfa] Whole-program propagation of closure values 2023-10-12 16:16:21 +00:00
code_descriptors.h [vm] Update to constexpr in runtime/vm. 2023-04-12 22:18:54 +00:00
code_descriptors_test.cc [vm] Update NULL to nullptr in runtime/vm. 2023-04-10 18:15:12 +00:00
code_entry_kind.h
code_observers.cc [vm] Update NULL to nullptr in runtime/vm. 2023-04-10 18:15:12 +00:00
code_observers.h [vm] Add feature to connect AOT code to code comments via .debug_line 2021-02-02 11:35:00 +00:00
code_patcher.cc [vm] Disable --write-protect-code on non-Mac OSes. 2024-01-09 20:28:55 +00:00
code_patcher.h [vm] Update NULL to nullptr in runtime/vm. 2023-04-10 18:15:12 +00:00
code_patcher_arm.cc [vm] Update NULL to nullptr in runtime/vm. 2023-04-10 18:15:12 +00:00
code_patcher_arm64.cc [vm] Update to constexpr in runtime/vm. 2023-04-12 22:18:54 +00:00
code_patcher_arm64_test.cc [vm] Reimplement BaseDirectChainedHashMap to use less memory. 2021-09-10 22:21:36 +00:00
code_patcher_arm_test.cc [vm] Reimplement BaseDirectChainedHashMap to use less memory. 2021-09-10 22:21:36 +00:00
code_patcher_ia32.cc [vm] Update to constexpr in runtime/vm. 2023-04-12 22:18:54 +00:00
code_patcher_ia32_test.cc [vm] Reimplement BaseDirectChainedHashMap to use less memory. 2021-09-10 22:21:36 +00:00
code_patcher_riscv.cc [vm] Update NULL to nullptr in runtime/vm. 2023-04-10 18:15:12 +00:00
code_patcher_riscv_test.cc [vm] Support RISC-V. 2022-01-20 00:57:57 +00:00
code_patcher_x64.cc [vm/aot] Fix BoxInt64 in deferred units 2023-11-28 13:15:56 +00:00
code_patcher_x64_test.cc [vm] Reimplement BaseDirectChainedHashMap to use less memory. 2021-09-10 22:21:36 +00:00
compiler_test.cc [vm, compiler] Allow targeting TSAN or MSAN by passing a flag to gen_snapshot. 2024-05-08 17:03:59 +00:00
constants.h [vm/aot] Fix BoxInt64 in deferred units 2023-11-28 13:15:56 +00:00
constants_arm.cc [vm, ffi] Distinguish the Dart names for registers from their standard ABI names. 2022-02-22 21:48:14 +00:00
constants_arm.h [vm] Add vm:align-loops pragma 2024-04-24 08:52:18 +00:00
constants_arm64.cc [vm, ffi] Distinguish the Dart names for registers from their standard ABI names. 2022-02-22 21:48:14 +00:00
constants_arm64.h [vm] Add vm:align-loops pragma 2024-04-24 08:52:18 +00:00
constants_base.h [vm, ffi] Extend stack slots to word size for RISC-V. 2023-11-30 16:42:28 +00:00
constants_ia32.cc Added byte registers to the x86-64 disassembler 2022-06-08 22:57:03 +00:00
constants_ia32.h [vm] Add vm:align-loops pragma 2024-04-24 08:52:18 +00:00
constants_riscv.cc [vm, compiler] Refactor the A3/A4/A5 trick so it applies to EmitParamMoves. 2023-08-01 17:01:41 +00:00
constants_riscv.h [vm] Add support for the Zalasr extension. 2024-05-14 16:40:59 +00:00
constants_x64.cc Added byte registers to the x86-64 disassembler 2022-06-08 22:57:03 +00:00
constants_x64.h [vm] Add vm:align-loops pragma 2024-04-24 08:52:18 +00:00
constants_x86.h [vm/compiler] Further optimize setRange on TypedData receivers. 2023-09-04 14:38:27 +00:00
cpu.h [vm] Support RISC-V. 2022-01-20 00:57:57 +00:00
cpu_arm.cc [vm] Use AT_HWCAP instead of /proc/cpuinfo for most ARM feature detection. 2024-02-15 23:08:48 +00:00
cpu_arm.h [vm] Remove dead ARMv5 code. 2023-09-12 16:22:19 +00:00
cpu_arm64.cc [vm, gc] Remove some dead code. 2023-06-23 20:35:00 +00:00
cpu_arm64.h [vm, compiler] Use ARMv8.1 AMOs in the write barrier stub on Mac. 2023-02-27 22:26:36 +00:00
cpu_ia32.cc [vm, gc] Remove some dead code. 2023-06-23 20:35:00 +00:00
cpu_ia32.h [vm] Introduce --target-unknown-cpu option and use it for app-jit snapshots 2021-12-16 21:33:49 +00:00
cpu_riscv.cc [vm, gc] Remove some dead code. 2023-06-23 20:35:00 +00:00
cpu_riscv.h [vm] Support RISC-V. 2022-01-20 00:57:57 +00:00
cpu_test.cc [vm] Support RISC-V. 2022-01-20 00:57:57 +00:00
cpu_x64.cc [vm, gc] Remove some dead code. 2023-06-23 20:35:00 +00:00
cpu_x64.h [vm] Introduce --target-unknown-cpu option and use it for app-jit snapshots 2021-12-16 21:33:49 +00:00
cpuid.cc [vm/cpuid] Fix number of info bytes printed. 2024-03-14 21:48:59 +00:00
cpuid.h [vm] Guard against bad brand strings in CPUID 2022-11-14 15:42:52 +00:00
cpuinfo.h [vm] Support RISC-V. 2022-01-20 00:57:57 +00:00
cpuinfo_android.cc [vm] Add arch-specific bits for Android RISCV64. 2023-05-22 16:43:04 +00:00
cpuinfo_fuchsia.cc [vm] Fix zero-as-null-pointer-constant warnings in the VM. 2023-04-10 21:38:57 +00:00
cpuinfo_linux.cc [vm] Fix zero-as-null-pointer-constant warnings in the VM. 2023-04-10 21:38:57 +00:00
cpuinfo_macos.cc [vm] Fix zero-as-null-pointer-constant warnings in the VM. 2023-04-10 21:38:57 +00:00
cpuinfo_test.cc
cpuinfo_win.cc [vm] Ensure CpuInfo Windows flag detection works. 2024-03-15 19:26:13 +00:00
custom_isolate_test.cc [vm] Update NULL to nullptr in runtime/vm. 2023-04-10 18:15:12 +00:00
dart.cc Add 'coverage' flag, defaulting to true, but let the gn application_snapshot default it to false 2024-06-18 09:10:00 +00:00
dart.h [vm] Identify the vm isolate etc by construction not by name. 2024-02-13 23:32:01 +00:00
dart_api_impl.cc [vm] Native asset relative path resolution with symlinks 2024-06-12 16:45:19 +00:00
dart_api_impl.h [vm] Cleanup unused include, unnecessary fields on [Thread], rename mutator thread, ensure setjmp drains sticky error 2023-04-20 17:42:06 +00:00
dart_api_impl_test.cc [typed_data] Remove UnmodifiableXXXView classes 2024-06-13 22:18:29 +00:00
dart_api_message.h [vm] Update lingering references to RawObject. 2023-07-26 21:53:49 +00:00
dart_api_state.cc [vm] Run clang-format on code base 2024-04-17 19:14:41 +00:00
dart_api_state.h [VM/Runtime] - Deprecate Dart_UpdateExternalSize and Dart_UpdateFinalizableExternalSize from the Dart C API 2023-07-20 17:06:44 +00:00
dart_entry.cc [vm] More unsound mode cleanup 2024-04-15 22:01:43 +00:00
dart_entry.h [vm] Remove dead friend declarations. 2023-07-27 20:17:17 +00:00
datastream.cc Reland "[platform] Fix Utils::IsAbsoluteUint and rename to MagnitudeIsUint." 2021-07-08 14:22:54 +00:00
datastream.h [vm] Update to constexpr in runtime/vm. 2023-04-12 22:18:54 +00:00
datastream_test.cc Revert "[vm] Switch datastream Write/WriteUnsigned to (S)LEB128." 2021-04-26 07:52:47 +00:00
debugger.cc [VM/Debugger] Fix bug where breakpoints set in compiled field initializers do not resolve immediately 2024-06-04 15:06:28 +00:00
debugger.h [VM/Debugger] Prevent FindBestFit from considering closures that were 2024-05-16 21:57:18 +00:00
debugger_api_impl_test.cc [vm/debugger] Use safepoint-safe RwLock for breakpoint locations locks. 2024-01-22 16:07:39 +00:00
debugger_api_impl_test.h [vm/debugger] Use safepoint-safe RwLock for breakpoint locations locks. 2024-01-22 16:07:39 +00:00
debugger_arm.cc [vm/concurrency/debugger] Fix pool patching synchronization for lightweight isolates breakpoints. 2021-03-19 20:24:48 +00:00
debugger_arm64.cc [vm/concurrency/debugger] Fix pool patching synchronization for lightweight isolates breakpoints. 2021-03-19 20:24:48 +00:00
debugger_ia32.cc [vm/concurrency/debugger] Fix pool patching synchronization for lightweight isolates breakpoints. 2021-03-19 20:24:48 +00:00
debugger_riscv.cc [vm] Support RISC-V. 2022-01-20 00:57:57 +00:00
debugger_x64.cc [vm/concurrency/debugger] Fix pool patching synchronization for lightweight isolates breakpoints. 2021-03-19 20:24:48 +00:00
deferred_objects.cc [vm/compiler] Add an instruction to adjust unsafe untagged addresses. 2024-03-22 19:03:31 +00:00
deferred_objects.h [vm] Update NULL to nullptr in runtime/vm. 2023-04-10 18:15:12 +00:00
deopt_instructions.cc [vm] Run clang-format on code base 2024-04-17 19:14:41 +00:00
deopt_instructions.h [vm] Remove obsolete --[no-]unbox_doubles flag 2024-06-17 22:45:59 +00:00
dispatch_table.cc [vm] Follow up to 4a4eedd860 2022-09-12 12:33:57 +00:00
dispatch_table.h [vm] Follow up to 4a4eedd860 2022-09-12 12:33:57 +00:00
double_conversion.cc [build] Move runtime/third_party into third_party proper 2023-11-07 16:13:11 +00:00
double_conversion.h [vm] Update to constexpr in runtime/vm. 2023-04-12 22:18:54 +00:00
double_internals.h [vm] Update to constexpr in runtime/vm. 2023-04-12 22:18:54 +00:00
dwarf.cc [vm] Fix synthetic line number program 2023-10-23 13:54:04 +00:00
dwarf.h [vm] Do not obfuscate code or object symbols in the static symbol table. 2023-05-31 08:06:08 +00:00
elf.cc [vm] Add non-symbolic stack trace support for deferred loading units. 2024-04-19 08:10:18 +00:00
elf.h [vm] Support 16k page size on Android. 2023-08-17 17:38:48 +00:00
exceptions.cc [vm] Run clang-format on code base 2024-04-17 19:14:41 +00:00
exceptions.h [vm/compiler] Refactor implementation of throw-into-pending-lazy-deopt 2024-04-15 11:10:23 +00:00
exceptions_test.cc [vm] Update NULL to nullptr in runtime/vm. 2023-04-10 18:15:12 +00:00
experimental_features.cc Enable feature inference-update-3. 2024-03-13 22:04:23 +00:00
experimental_features.h Enable feature inference-update-3. 2024-03-13 22:04:23 +00:00
ffi_callback_metadata.cc Reland "[vm/ffi] Express FFI call closures explicitly in AST" 2023-12-15 15:25:29 +00:00
ffi_callback_metadata.h [vm] Run clang-format on code base 2024-04-17 19:14:41 +00:00
ffi_callback_metadata_test.cc Reland "[vm/ffi] Express FFI call closures explicitly in AST" 2023-12-15 15:25:29 +00:00
field_table.cc [vm/shared] Introduce 'vm:shared' pragma. 2024-06-14 23:24:19 +00:00
field_table.h [vm/shared] Introduce 'vm:shared' pragma. 2024-06-14 23:24:19 +00:00
finalizable_data.h
fixed_cache.h [vm] Update NULL to nullptr in runtime/vm. 2023-04-10 18:15:12 +00:00
fixed_cache_test.cc [vm] Update NULL to nullptr in runtime/vm. 2023-04-10 18:15:12 +00:00
flag_list.h Add 'coverage' flag, defaulting to true, but let the gn application_snapshot default it to false 2024-06-18 09:10:00 +00:00
flags.cc [vm] Hoist CStringUniquePtr out of Utils, add CAllocUniquePtr` to simplify code 2024-05-29 10:16:28 +00:00
flags.h [vm, compiler] Allow targeting TSAN or MSAN by passing a flag to gen_snapshot. 2024-05-08 17:03:59 +00:00
flags_test.cc [vm] Update NULL to nullptr in runtime/vm. 2023-04-10 18:15:12 +00:00
frame_layout.h [vm] Fix Windows ARM64 MSVC build. 2023-10-20 19:45:49 +00:00
gdb_helpers.cc [vm] Update gdb helpers. 2024-04-18 16:35:58 +00:00
globals.h [vm] Fix Windows ARM64 MSVC build. 2023-10-20 19:45:49 +00:00
growable_array.h Add missing include <initializer_list> 2023-02-06 22:19:55 +00:00
growable_array_test.cc [vm] Run clang-format on code base 2024-04-17 19:14:41 +00:00
guard_field_test.cc [vm] Update NULL to nullptr in runtime/vm. 2023-04-10 18:15:12 +00:00
handle_visitor.h
handles.cc [vm] Update NULL to nullptr in runtime/vm. 2023-04-10 18:15:12 +00:00
handles.h [vm] Update to constexpr in runtime/vm. 2023-04-12 22:18:54 +00:00
handles_impl.h [vm, gc] Remove some dead code. 2023-06-23 20:35:00 +00:00
handles_test.cc [vm, gc] Remove some dead code. 2023-06-23 20:35:00 +00:00
hash.h [vm/compiler] Handle hash caches in the InstantiateTypeArguments stubs. 2022-12-01 10:15:58 +00:00
hash_map.h [vm] Run clang-format on code base 2024-04-17 19:14:41 +00:00
hash_map_test.cc [vm] Run clang-format on code base 2024-04-17 19:14:41 +00:00
hash_table.h [vm] Inline local functions declared in outer functions 2023-06-27 19:42:15 +00:00
hash_table_test.cc
image_snapshot.cc [vm, gc] Incremental compaction, take 3. 2024-05-30 21:01:39 +00:00
image_snapshot.h [vm] Add vm:align-loops pragma 2024-04-24 08:52:18 +00:00
instructions.cc [vm, compiler] Fix annotating pool references in gen_snapshot. 2022-05-11 19:52:45 +00:00
instructions.h [vm, compiler] Fix annotating pool references in gen_snapshot. 2022-05-11 19:52:45 +00:00
instructions_arm.cc [vm/aot] Fix BoxInt64 in deferred units 2023-11-28 13:15:56 +00:00
instructions_arm.h [vm] Update to constexpr in runtime/vm. 2023-04-12 22:18:54 +00:00
instructions_arm64.cc [vm/aot] Fix BoxInt64 in deferred units 2023-11-28 13:15:56 +00:00
instructions_arm64.h [vm] Update to constexpr in runtime/vm. 2023-04-12 22:18:54 +00:00
instructions_arm64_test.cc
instructions_arm_test.cc
instructions_ia32.cc
instructions_ia32.h [vm] Update to constexpr in runtime/vm. 2023-04-12 22:18:54 +00:00
instructions_ia32_test.cc
instructions_riscv.cc [vm/aot] Fix BoxInt64 in deferred units 2023-11-28 13:15:56 +00:00
instructions_riscv.h [vm] Update to constexpr in runtime/vm. 2023-04-12 22:18:54 +00:00
instructions_riscv_test.cc [vm] Support RISC-V. 2022-01-20 00:57:57 +00:00
instructions_x64.cc [vm] Run clang-format on code base 2024-04-17 19:14:41 +00:00
instructions_x64.h [vm] Update to constexpr in runtime/vm. 2023-04-12 22:18:54 +00:00
instructions_x64_test.cc
intrusive_dlist.h
intrusive_dlist_test.cc
isolate.cc [vm, gc] Separate marking stack by generation. 2024-06-17 21:43:32 +00:00
isolate.h [vm,aot] Preliminary support for dynamic interface in AOT 2024-06-18 14:31:24 +00:00
isolate_reload.cc [vm] Run clang-format on code base 2024-04-17 19:14:41 +00:00
isolate_reload.h [vm] Make [ReloadOperationScope] a macro instead of a class 2023-05-10 19:08:23 +00:00
isolate_reload_test.cc [vm] Hoist CStringUniquePtr out of Utils, add CAllocUniquePtr` to simplify code 2024-05-29 10:16:28 +00:00
isolate_test.cc [lib] Private API for disabling Isolate.exit(). 2024-02-15 01:18:40 +00:00
json_stream.cc [VM/Service] Add isolateGroup property to Event 2023-06-09 17:57:12 +00:00
json_stream.h [ Service ] Fix assertions around 'offset' and 'count' parameters for getObject 2024-04-30 20:46:37 +00:00
json_test.cc Roll Clang to 3809e20afc68d7d03821f0ec59b928dcf9befbf4. 2024-06-10 20:38:30 +00:00
json_writer.cc [vm] Remove external strings 2024-03-20 20:08:13 +00:00
json_writer.h [VM/Service] Create JSONBase64String class 2023-04-17 15:58:28 +00:00
kernel.cc [vm] Run clang-format on code base 2024-04-17 19:14:41 +00:00
kernel.h [vm] Run clang-format on code base 2024-04-17 19:14:41 +00:00
kernel_binary.cc [vm] Run clang-format on code base 2024-04-17 19:14:41 +00:00
kernel_binary.h [kernel] Add isWildcard flag to VariableDeclaration. 2024-06-10 19:33:39 +00:00
kernel_isolate.cc [vm] Unsound mode cleanup - kernel service 2024-04-22 18:12:22 +00:00
kernel_isolate.h Roll Clang to 3809e20afc68d7d03821f0ec59b928dcf9befbf4. 2024-06-10 20:38:30 +00:00
kernel_loader.cc [vm,aot] Preliminary support for dynamic interface in AOT 2024-06-18 14:31:24 +00:00
kernel_loader.h [vm,aot] Preliminary support for dynamic interface in AOT 2024-06-18 14:31:24 +00:00
kernel_test.cc [vm] Switch representation of line_starts to allow binary searching 2022-11-11 01:59:28 +00:00
lockers.cc [vm] Relax assertion: Allow nested acquires of locks after acquiring safepoint operation 2023-08-08 10:17:36 +00:00
lockers.h [vm/debugger] Use RwLocker instead of SafepointRwLocker when managing code breakpoints. 2023-08-29 16:19:40 +00:00
log.cc [vm] Fix default log filtering to include the vm-service. 2022-05-11 19:31:04 +00:00
log.h [vm/infra] Nascent AOT IL tests infrastructure. 2021-09-30 13:19:42 +00:00
log_test.cc [vm] Update NULL to nullptr in runtime/vm. 2023-04-10 18:15:12 +00:00
longjump.cc [vm] Update NULL to nullptr in runtime/vm. 2023-04-10 18:15:12 +00:00
longjump.h [vm] Account for Out Of Memory during isolate message deserialization. 2021-09-16 17:18:37 +00:00
longjump_test.cc [vm] Cleanup unused include, unnecessary fields on [Thread], rename mutator thread, ensure setjmp drains sticky error 2023-04-20 17:42:06 +00:00
megamorphic_cache_table.cc [vm] Split isolate initialization logic into two pieces 2023-06-29 08:04:20 +00:00
megamorphic_cache_table.h [vm] Split isolate initialization logic into two pieces 2023-06-29 08:04:20 +00:00
memory_region.cc [vm] Update NULL to nullptr in runtime/vm. 2023-04-10 18:15:12 +00:00
memory_region.h [vm] Update NULL to nullptr in runtime/vm. 2023-04-10 18:15:12 +00:00
memory_region_test.cc [vm] Update to constexpr in runtime/vm. 2023-04-12 22:18:54 +00:00
message.cc [vm] Update NULL to nullptr in runtime/vm. 2023-04-10 18:15:12 +00:00
message.h [vm] Update lingering references to RawObject. 2023-07-26 21:53:49 +00:00
message_handler.cc [vm] Disentagle PortMap/MessageHandler from port status tracking 2023-08-08 10:57:47 +00:00
message_handler.h [vm] Run clang-format on code base 2024-04-17 19:14:41 +00:00
message_handler_test.cc [vm] Remove PortMap state concept, expose isolate main control ports in service 2023-08-09 06:01:55 +00:00
message_snapshot.cc [vm] Attempt to avoid allocating non-Ptr fields with Object::null(). 2023-07-11 10:15:58 +00:00
message_snapshot.h [vm] Prevent Dart_NewSendPort from bypassing the arbitrary object checks. 2022-08-19 18:10:15 +00:00
message_test.cc [vm] Update NULL to nullptr in runtime/vm. 2023-04-10 18:15:12 +00:00
metrics.cc [vm] Avoid data race during Dart_IsolateGroupHeapNewUsedMetric. 2024-02-14 22:56:49 +00:00
metrics.h [vm] Cleanup unused metric accessors in VM 2023-03-29 19:58:33 +00:00
metrics_test.cc [vm] Cleanup unused metric accessors in VM 2023-03-29 19:58:33 +00:00
mixin_test.cc [vm] Update NULL to nullptr in runtime/vm. 2023-04-10 18:15:12 +00:00
native_api_impl.cc [vm] Fix using GCC with the sanitizers. 2024-02-21 20:15:15 +00:00
native_arguments.h Roll Clang to 3809e20afc68d7d03821f0ec59b928dcf9befbf4. 2024-06-10 20:38:30 +00:00
native_entry.cc Update clang to 0f61051f541a5b8cfce25c84262dfdbadb9ca688. 2024-04-19 19:46:47 +00:00
native_entry.h [vm] Fix safepointing bug in the native call wrappers. 2023-09-20 16:08:51 +00:00
native_entry_test.cc
native_entry_test.h
native_function.h [vm] Remove support for dart-ext: imports 2021-09-02 14:14:35 +00:00
native_message_handler.cc [vm] Disentagle PortMap/MessageHandler from port status tracking 2023-08-08 10:57:47 +00:00
native_message_handler.h [vm] Run clang-format on code base 2024-04-17 19:14:41 +00:00
native_symbol.h [vm] Avoid strdup during the segfault handler. 2024-05-02 16:36:20 +00:00
native_symbol_posix.cc [vm] Remove MSAN_UNPOISONs around print and sort functions. 2024-05-16 16:33:52 +00:00
native_symbol_win.cc [vm] Avoid strdup during the segfault handler. 2024-05-02 16:36:20 +00:00
object.cc [vm,aot] Preliminary support for dynamic interface in AOT 2024-06-18 14:31:24 +00:00
object.h [vm,aot] Preliminary support for dynamic interface in AOT 2024-06-18 14:31:24 +00:00
object_arm64_test.cc
object_arm_test.cc
object_graph.cc [vm] Remove external strings 2024-03-20 20:08:13 +00:00
object_graph.h [vm, service] Fix heap snapshot generation to account for there no longer being a kMaxImagePages. 2023-12-14 22:48:49 +00:00
object_graph_copy.cc [vm, gc] Check for pause requests when marking large arrays. 2024-06-12 20:53:18 +00:00
object_graph_copy.h [vm/isolates] Include retaining path into an illegal send argument exception. 2023-02-23 03:11:08 +00:00
object_graph_test.cc [vm] Update NULL to nullptr in runtime/vm. 2023-04-10 18:15:12 +00:00
object_ia32_test.cc
object_id_ring.cc [vm] Update NULL to nullptr in runtime/vm. 2023-04-10 18:15:12 +00:00
object_id_ring.h [vm] Update to constexpr in runtime/vm. 2023-04-12 22:18:54 +00:00
object_id_ring_test.cc [vm, service] Treat the object id ring as strong during major GC. 2024-05-21 21:29:49 +00:00
object_reload.cc [vm] Remove --[no-]lazy-dispatchers flag. 2024-06-06 10:56:12 +00:00
object_riscv_test.cc [vm] Support RISC-V. 2022-01-20 00:57:57 +00:00
object_service.cc [vm] Remove external strings 2024-03-20 20:08:13 +00:00
object_set.h
object_store.cc [vm] Remove --[no-]lazy-dispatchers flag. 2024-06-06 10:56:12 +00:00
object_store.h [vm/shared] Introduce 'vm:shared' pragma. 2024-06-14 23:24:19 +00:00
object_store_test.cc
object_test.cc [vm] Hoist CStringUniquePtr out of Utils, add CAllocUniquePtr` to simplify code 2024-05-29 10:16:28 +00:00
object_x64_test.cc
os.cc [vm] Add non-symbolic stack trace support for deferred loading units. 2024-04-19 08:10:18 +00:00
os.h [vm] Add non-symbolic stack trace support for deferred loading units. 2024-04-19 08:10:18 +00:00
os_android.cc [vm] Add non-symbolic stack trace support for deferred loading units. 2024-04-19 08:10:18 +00:00
os_fuchsia.cc [vm] Add non-symbolic stack trace support for deferred loading units. 2024-04-19 08:10:18 +00:00
os_linux.cc [vm] Add non-symbolic stack trace support for deferred loading units. 2024-04-19 08:10:18 +00:00
os_macos.cc [vm] Add non-symbolic stack trace support for deferred loading units. 2024-04-19 08:10:18 +00:00
os_test.cc [vm] Update NULL to nullptr in runtime/vm. 2023-04-10 18:15:12 +00:00
os_thread.cc [vm] Don't rely on UB in OSThread::GetCurrentStackPointer. 2024-02-21 22:13:09 +00:00
os_thread.h [vm] Make Dart_DumpNativeStackTrace work if called before VM startup. 2024-05-01 20:13:07 +00:00
os_thread_absl.cc [vm] Update NULL to nullptr in runtime/vm. 2023-04-10 18:15:12 +00:00
os_thread_absl.h [vm] Add build-time option to use absl mutexes in place of pthread mutexes. 2022-03-10 23:48:05 +00:00
os_thread_android.cc [vm] Update NULL to nullptr in runtime/vm. 2023-04-10 18:15:12 +00:00
os_thread_android.h
os_thread_fuchsia.cc [vm] Run clang-format on code base 2024-04-17 19:14:41 +00:00
os_thread_fuchsia.h [vm] Optimize get current thread id in Fuchsia. 2021-03-31 20:51:32 +00:00
os_thread_linux.cc [vm] Update NULL to nullptr in runtime/vm. 2023-04-10 18:15:12 +00:00
os_thread_linux.h
os_thread_macos.cc [vm] Update NULL to nullptr in runtime/vm. 2023-04-10 18:15:12 +00:00
os_thread_macos.h
os_thread_win.cc [vm] Update NULL to nullptr in runtime/vm. 2023-04-10 18:15:12 +00:00
os_thread_win.h
os_win.cc [vm] Fix DateTime.timeZoneName on Windows 2024-03-11 20:14:49 +00:00
parser.cc [VM] - Minor cleanups 2023-12-18 21:39:09 +00:00
parser.h [vm] Fix expression evaluation in context of closures 2023-08-04 11:07:46 +00:00
pending_deopts.cc [vm/compiler] Refactor implementation of throw-into-pending-lazy-deopt 2024-04-15 11:10:23 +00:00
pending_deopts.h [vm/compiler] Refactor implementation of throw-into-pending-lazy-deopt 2024-04-15 11:10:23 +00:00
perfetto_utils.h [ VM ] Fix timestamp overflow when building Perfetto protos on IA32 2023-12-15 16:48:37 +00:00
pointer_tagging.h [vm, gc] Common page structure for both generations. 2022-09-27 21:34:05 +00:00
port.cc [vm] Remove PortMap state concept, expose isolate main control ports in service 2023-08-09 06:01:55 +00:00
port.h [vm] Run clang-format on code base 2024-04-17 19:14:41 +00:00
port_set.h [vm] Update to constexpr in runtime/vm. 2023-04-12 22:18:54 +00:00
port_test.cc [vm] Remove PortMap state concept, expose isolate main control ports in service 2023-08-09 06:01:55 +00:00
proccpuinfo.cc [vm] Update NULL to nullptr in runtime/vm. 2023-04-10 18:15:12 +00:00
proccpuinfo.h [vm] Reland: Prefix HOST_OS_* and TARGET_OS_* with DART_ 2021-07-02 19:06:45 +00:00
profiler.cc [vm] Avoid strdup during the segfault handler. 2024-05-02 16:36:20 +00:00
profiler.h [vm, profiler] Fix sample representation to account for the change to 20-bit class ids. 2024-06-12 20:22:41 +00:00
profiler_service.cc [vm] Avoid strdup during the segfault handler. 2024-05-02 16:36:20 +00:00
profiler_service.h [vm] Run clang-format on code base 2024-04-17 19:14:41 +00:00
profiler_test.cc [vm, profiler] Don't assume the isolate has a mutator during a profile sample. 2023-10-02 17:57:33 +00:00
program_visitor.cc [vm] Run clang-format on code base 2024-04-17 19:14:41 +00:00
program_visitor.h [vm] Run clang-format on code base 2024-04-17 19:14:41 +00:00
random.cc [vm] Update NULL to nullptr in runtime/vm. 2023-04-10 18:15:12 +00:00
random.h [ VM ] Ensure randomly generated IDs are valid JS integers 2023-08-01 15:50:11 +00:00
raw_object.cc [vm, gc] Incremental compaction, take 3. 2024-05-30 21:01:39 +00:00
raw_object.h [vm, gc] Incremental compaction, take 3. 2024-05-30 21:01:39 +00:00
raw_object_fields.cc [vm] Run clang-format on code base 2024-04-17 19:14:41 +00:00
raw_object_fields.h [vm/api] Introduce Dart_WriteHeapSnapshot API 2022-12-01 14:38:44 +00:00
regexp.cc [vm] Run clang-format on code base 2024-04-17 19:14:41 +00:00
regexp.h [vm] Run clang-format on code base 2024-04-17 19:14:41 +00:00
regexp_assembler.cc Update clang to 0f61051f541a5b8cfce25c84262dfdbadb9ca688. 2024-04-19 19:46:47 +00:00
regexp_assembler.h [vm] Update to constexpr in runtime/vm. 2023-04-12 22:18:54 +00:00
regexp_assembler_bytecode.cc [vm] Remove external strings 2024-03-20 20:08:13 +00:00
regexp_assembler_bytecode.h [vm] Update to constexpr in runtime/vm. 2023-04-12 22:18:54 +00:00
regexp_assembler_bytecode_inl.h
regexp_assembler_ir.cc [vm] Split DartReturnInstr and NativeReturnInstr 2024-03-26 11:12:38 +00:00
regexp_assembler_ir.h [vm] Update NULL to nullptr in runtime/vm. 2023-04-10 18:15:12 +00:00
regexp_ast.cc [vm] Run clang-format on code base 2024-04-17 19:14:41 +00:00
regexp_ast.h [vm] Update to constexpr in runtime/vm. 2023-04-12 22:18:54 +00:00
regexp_bytecodes.h [vm] Update to constexpr in runtime/vm. 2023-04-12 22:18:54 +00:00
regexp_interpreter.cc [vm] Remove external strings 2024-03-20 20:08:13 +00:00
regexp_interpreter.h [vm/aot] Make regexp/stack-overflow test pass 2023-11-27 15:22:40 +00:00
regexp_parser.cc [vm/runtime] - Fix RegExp exception messages (issue 52691) 2023-07-06 21:10:28 +00:00
regexp_parser.h Roll Clang to 3809e20afc68d7d03821f0ec59b928dcf9befbf4. 2024-06-10 20:38:30 +00:00
regexp_test.cc [vm] Remove external strings 2024-03-20 20:08:13 +00:00
report.cc Spelling runtime vm 2022-12-29 10:18:02 +00:00
report.h [vm] Update to constexpr in runtime/vm. 2023-04-12 22:18:54 +00:00
resolver.cc [vm] Remove --[no-]lazy-dispatchers flag. 2024-06-06 10:56:12 +00:00
resolver.h [vm] Remove --[no-]lazy-dispatchers flag. 2024-06-06 10:56:12 +00:00
reusable_handles.h Fix incorrect definition and usage of REUSABLE_TYPE_PARAMETERS_HANDLESCOPE 2024-03-11 14:05:12 +00:00
reverse_pc_lookup_cache.cc [vm] Improve Code cluster layout for startup 2021-12-16 10:39:49 +00:00
reverse_pc_lookup_cache.h [vm] Improve Code cluster layout for startup 2021-12-16 10:39:49 +00:00
ring_buffer.h [vm] Update to constexpr in runtime/vm. 2023-04-12 22:18:54 +00:00
ring_buffer_test.cc
runtime_entry.cc [vm] Remove --[no-]lazy-dispatchers flag. 2024-06-06 10:56:12 +00:00
runtime_entry.h Update clang to 0f61051f541a5b8cfce25c84262dfdbadb9ca688. 2024-04-19 19:46:47 +00:00
runtime_entry_arm.cc [vm] Refactor compilation of runtime calls. 2022-03-22 19:45:03 +00:00
runtime_entry_arm64.cc [vm] Refactor compilation of runtime calls. 2022-03-22 19:45:03 +00:00
runtime_entry_ia32.cc [vm] Refactor compilation of runtime calls. 2022-03-22 19:45:03 +00:00
runtime_entry_list.h [vm, gc] Separate marking stack by generation. 2024-06-17 21:43:32 +00:00
runtime_entry_riscv.cc [vm] Refactor compilation of runtime calls. 2022-03-22 19:45:03 +00:00
runtime_entry_x64.cc [vm] Refactor compilation of runtime calls. 2022-03-22 19:45:03 +00:00
scope_timer.h [vm/compiler] Add --print-precompiler-timings 2021-05-11 11:15:53 +00:00
scopes.cc [vm] Run clang-format on code base 2024-04-17 19:14:41 +00:00
scopes.h Mark operator== const to avoid ambiguity in C++20. 2023-10-04 13:18:55 +00:00
scopes_test.cc [vm] Update NULL to nullptr in runtime/vm. 2023-04-10 18:15:12 +00:00
service.cc [vm] Avoid strdup during the segfault handler. 2024-05-02 16:36:20 +00:00
service.h [vm] Remove context allocations for tear-offs 2024-02-13 15:33:38 +00:00
service_event.cc [vm] Fix gcc 12.2.0 build. 2023-08-21 16:46:46 +00:00
service_event.h [ VM / Service ] Allow for CpuSamples to be streamed when samples are about to be overwritten. 2021-07-16 20:50:58 +00:00
service_isolate.cc [vm] Identify the vm isolate etc by construction not by name. 2024-02-13 23:32:01 +00:00
service_isolate.h Roll Clang to 3809e20afc68d7d03821f0ec59b928dcf9befbf4. 2024-06-10 20:38:30 +00:00
service_test.cc [vm/service] Fix JSON array parsing bug that causes seg fault 2023-11-14 16:13:59 +00:00
signal_handler.h [vm] Reserve larger alternative signal stack if needed 2023-09-27 15:11:05 +00:00
signal_handler_android.cc [vm] Reserve larger alternative signal stack if needed 2023-09-27 15:11:05 +00:00
signal_handler_fuchsia.cc [vm] Avoid reserved register error on newer compilers 2021-08-16 11:11:04 +00:00
signal_handler_linux.cc [vm] Prevent nested handling of SIGPROF. 2023-06-23 17:01:58 +00:00
signal_handler_macos.cc Spelling runtime bin 2023-01-06 07:48:22 +00:00
signal_handler_win.cc [vm] Avoid reserved register error on newer compilers 2021-08-16 11:11:04 +00:00
simulator.h [vm] Add a stub simx64. 2022-07-29 18:11:01 +00:00
simulator_arm.cc [vm, compiler] Fix clobbered register on strex failure path when dirtying cards. 2024-06-11 18:00:35 +00:00
simulator_arm.h [vm, compiler] Fix clobbered register on strex failure path when dirtying cards. 2024-06-11 18:00:35 +00:00
simulator_arm64.cc [vm, compiler] Fix clobbered register on strex failure path when dirtying cards. 2024-06-11 18:00:35 +00:00
simulator_arm64.h [vm, compiler] Fix clobbered register on strex failure path when dirtying cards. 2024-06-11 18:00:35 +00:00
simulator_riscv.cc [vm, compiler] Fix clobbered register on strex failure path when dirtying cards. 2024-06-11 18:00:35 +00:00
simulator_riscv.h [vm, compiler] Fix clobbered register on strex failure path when dirtying cards. 2024-06-11 18:00:35 +00:00
simulator_x64.cc [vm] Enable clang-tidy for arm, arm64, riscv64, product, release, precompiler. 2023-07-11 15:13:58 +00:00
simulator_x64.h [vm] Update to constexpr in runtime/vm. 2023-04-12 22:18:54 +00:00
snapshot.cc [vm] Update NULL to nullptr in runtime/vm. 2023-04-10 18:15:12 +00:00
snapshot.h [vm] Unsound mode cleanup: remove canonical type erasure 2024-04-12 15:42:47 +00:00
snapshot_test.cc [vm] Unsound mode cleanup: remove legacy types from the VM 2024-04-30 17:49:37 +00:00
source_report.cc [VM] Add RecordCoverage to InstanceCall and StaticCall 2024-06-17 10:47:58 +00:00
source_report.h [vm] Remove special casing for late error throws 2024-03-05 21:48:00 +00:00
source_report_test.cc [vm/service]: VM plumbing for Throw.forErrorHandling 2024-02-27 21:59:50 +00:00
splay-tree.h
stack_frame.cc [vm] Fix Windows ARM64 MSVC build. 2023-10-20 19:45:49 +00:00
stack_frame.h [vm] Update to constexpr in runtime/vm. 2023-04-12 22:18:54 +00:00
stack_frame_arm.h [vm] Update to constexpr in runtime/vm. 2023-04-12 22:18:54 +00:00
stack_frame_arm64.h [vm] Update to constexpr in runtime/vm. 2023-04-12 22:18:54 +00:00
stack_frame_ia32.h [vm] Update to constexpr in runtime/vm. 2023-04-12 22:18:54 +00:00
stack_frame_riscv.h [vm] Update to constexpr in runtime/vm. 2023-04-12 22:18:54 +00:00
stack_frame_test.cc [vm] Remove --[no-]lazy-dispatchers flag. 2024-06-06 10:56:12 +00:00
stack_frame_x64.h [vm] Update to constexpr in runtime/vm. 2023-04-12 22:18:54 +00:00
stack_trace.cc [vm] Improve detection of handled async errors 2024-02-16 12:55:22 +00:00
stack_trace.h [vm] Improve asynchronous unwinding through Stream methods 2024-02-15 23:00:44 +00:00
static_type_exactness_state.h
stub_code.cc Update clang to 0f61051f541a5b8cfce25c84262dfdbadb9ca688. 2024-04-19 19:46:47 +00:00
stub_code.h Update clang to 0f61051f541a5b8cfce25c84262dfdbadb9ca688. 2024-04-19 19:46:47 +00:00
stub_code_arm64_test.cc [vm] Refactor compilation of runtime calls. 2022-03-22 19:45:03 +00:00
stub_code_arm_test.cc [vm] Refactor compilation of runtime calls. 2022-03-22 19:45:03 +00:00
stub_code_ia32_test.cc [vm] Refactor compilation of runtime calls. 2022-03-22 19:45:03 +00:00
stub_code_list.h [vm/shared] Introduce 'vm:shared' pragma. 2024-06-14 23:24:19 +00:00
stub_code_riscv_test.cc [vm] Refactor compilation of runtime calls. 2022-03-22 19:45:03 +00:00
stub_code_test.cc
stub_code_x64_test.cc [vm] Refactor compilation of runtime calls. 2022-03-22 19:45:03 +00:00
symbols.cc [vm] Run clang-format on code base 2024-04-17 19:14:41 +00:00
symbols.h [vm,aot] Preliminary support for dynamic interface in AOT 2024-06-18 14:31:24 +00:00
tagged_pointer.h Roll Clang to 3809e20afc68d7d03821f0ec59b928dcf9befbf4. 2024-06-10 20:38:30 +00:00
tags.cc Update clang to 0f61051f541a5b8cfce25c84262dfdbadb9ca688. 2024-04-19 19:46:47 +00:00
tags.h [vm] Update to constexpr in runtime/vm. 2023-04-12 22:18:54 +00:00
thread.cc [vm, gc] Separate marking stack by generation. 2024-06-17 21:43:32 +00:00
thread.h [vm, gc] Separate marking stack by generation. 2024-06-17 21:43:32 +00:00
thread_barrier.h [vm, gc] Allow scavenge and marking to proceed even if workers are slow to start up. 2021-11-02 17:42:52 +00:00
thread_barrier_test.cc [vm] Update to constexpr in runtime/vm. 2023-04-12 22:18:54 +00:00
thread_interrupter.cc [vm] Reserve larger alternative signal stack if needed 2023-09-27 15:11:05 +00:00
thread_interrupter.h [vm] Reserve larger alternative signal stack if needed 2023-09-27 15:11:05 +00:00
thread_interrupter_android.cc [vm] Reserve larger alternative signal stack if needed 2023-09-27 15:11:05 +00:00
thread_interrupter_android_arm.S [vm] Avoid reserved register error on newer compilers 2021-08-16 11:11:04 +00:00
thread_interrupter_fuchsia.cc [vm] Update NULL to nullptr in runtime/vm. 2023-04-10 18:15:12 +00:00
thread_interrupter_linux.cc [vm] Update NULL to nullptr in runtime/vm. 2023-04-10 18:15:12 +00:00
thread_interrupter_macos.cc [vm] Lock-free management of the profiler's sample blocks. 2023-02-21 19:07:57 +00:00
thread_interrupter_win.cc [vm] Populate LR in Windows ARM[64] thread interrupter. 2023-10-09 17:23:23 +00:00
thread_pool.cc [vm] Update to variadic FATAL. 2023-03-06 22:06:59 +00:00
thread_pool.h Spelling tools 2023-01-09 15:48:57 +00:00
thread_pool_test.cc [vm] Update NULL to nullptr in runtime/vm. 2023-04-10 18:15:12 +00:00
thread_registry.cc [vm, gc] Separate marking stack by generation. 2024-06-17 21:43:32 +00:00
thread_registry.h [vm, gc] Mark through new-space. 2024-01-26 18:58:54 +00:00
thread_stack_resource.cc
thread_stack_resource.h [vm] Run clang-format on code base 2024-04-17 19:14:41 +00:00
thread_state.cc [vm] Update NULL to nullptr in runtime/vm. 2023-04-10 18:15:12 +00:00
thread_state.h [vm] Run clang-format on code base 2024-04-17 19:14:41 +00:00
thread_test.cc [vm] Run clang-format on code base 2024-04-17 19:14:41 +00:00
timeline.cc [vm] Hoist CStringUniquePtr out of Utils, add CAllocUniquePtr` to simplify code 2024-05-29 10:16:28 +00:00
timeline.h [vm] Hoist CStringUniquePtr out of Utils, add CAllocUniquePtr` to simplify code 2024-05-29 10:16:28 +00:00
timeline_android.cc [vm] Update NULL to nullptr in runtime/vm. 2023-04-10 18:15:12 +00:00
timeline_fuchsia.cc [vm] Run clang-format on code base 2024-04-17 19:14:41 +00:00
timeline_linux.cc [vm] Update NULL to nullptr in runtime/vm. 2023-04-10 18:15:12 +00:00
timeline_macos.cc [vm] Remove macOS 10.14 and iOS 12 availability checks 2024-01-25 08:23:51 +00:00
timeline_test.cc [VM/Timeline] Change locking scheme used by TimelineEventRingRecorder to prevent races 2023-07-10 20:33:33 +00:00
timer.cc [vm/aot] Remove PatchGlobalObjectPool step from AOT snapshot reading 2021-10-05 16:32:40 +00:00
timer.h [vm] Run clang-format on code base 2024-04-17 19:14:41 +00:00
token.cc [vm, compiler] Implement unboxed SIMD for RISC-V via lowering. 2023-09-27 16:23:38 +00:00
token.h [vm, compiler] Implement unboxed SIMD for RISC-V via lowering. 2023-09-27 16:23:38 +00:00
token_position.cc [vm] Change the encoding of token positions in the coverage array 2021-12-15 23:12:19 +00:00
token_position.h [vm/compiler] Rename PushArgument to MoveArgument 2023-02-20 14:57:57 +00:00
type_testing_stubs.cc [vm] Unsound mode cleanup: remove --strict_null_safety_checks 2024-04-10 19:19:31 +00:00
type_testing_stubs.h [vm] Cleanup dead code around TypeArgumentClassFinder 2023-04-17 16:26:35 +00:00
type_testing_stubs_test.cc [vm] Unsound mode cleanup: remove legacy types from the VM 2024-04-30 17:49:37 +00:00
unibrow-inl.h
unibrow.cc [vm] Update to constexpr in runtime/vm. 2023-04-12 22:18:54 +00:00
unibrow.h [vm] Update to constexpr in runtime/vm. 2023-04-12 22:18:54 +00:00
unicode.cc [vm] Remove external strings 2024-03-20 20:08:13 +00:00
unicode_data.cc
unicode_test.cc [vm] Update to constexpr in runtime/vm. 2023-04-12 22:18:54 +00:00
unit_test.cc [vm] Move ResolveUri to platform 2024-06-12 16:45:19 +00:00
unit_test.h [vm] Unsound mode cleanup: remove legacy types from the VM 2024-04-30 17:49:37 +00:00
unwinding_records.cc [vm] Run clang-format on code base 2024-04-17 19:14:41 +00:00
unwinding_records.h [vm/win/aot] Provide unwinding information for Windows AOT snapshots. 2023-05-11 03:14:27 +00:00
unwinding_records_win.cc [win/unwinding] Remove Windows7 handling of unwinding records API. 2024-02-23 04:13:39 +00:00
utils_test.cc [platform] Fix Utils::IsInt on unsigned values. 2023-10-31 19:39:51 +00:00
v8_snapshot_writer.cc [standalone] Fix reuse of va_list in syslog_android.cc. 2021-12-15 22:22:36 +00:00
v8_snapshot_writer.h [vm] Run clang-format on code base 2024-04-17 19:14:41 +00:00
version.h [vm/shared] Introduce 'vm:shared' pragma. 2024-06-14 23:24:19 +00:00
version_in.cc [vm/shared] Introduce 'vm:shared' pragma. 2024-06-14 23:24:19 +00:00
virtual_memory.cc [vm] Remove dual mapping of code 2024-01-09 12:36:55 +00:00
virtual_memory.h [vm] Remove dual mapping of code 2024-01-09 12:36:55 +00:00
virtual_memory_compressed.cc [vm, gc] Remove some dead code. 2023-06-23 20:35:00 +00:00
virtual_memory_compressed.h [vm, gc] Remove some dead code. 2023-06-23 20:35:00 +00:00
virtual_memory_fuchsia.cc [vm] Remove dual mapping of code 2024-01-09 12:36:55 +00:00
virtual_memory_posix.cc [vm] Fix deallocation of compressed heap 2024-02-16 01:05:49 +00:00
virtual_memory_test.cc [gn] Support producing signed builds on Mac 2023-11-03 07:36:25 +00:00
virtual_memory_win.cc [vm] Fix deallocation of compressed heap 2024-02-16 01:05:49 +00:00
visitor.cc [vm] Clean up ClassTable 2022-09-10 15:12:35 +00:00
visitor.h [vm, gc] Don't double-visit remembered cards to decide if they should remain remembered. 2024-05-07 17:04:29 +00:00
vm_sources.gni [vm] Move ResolveUri to platform 2024-06-12 16:45:19 +00:00
zone.cc Revert "[vm] Mark Zone memory as unallocated/allocated/uninitialized for Address and Memory Sanitizer." 2023-06-16 11:22:38 +00:00
zone.h [vm] Run clang-format on code base 2024-04-17 19:14:41 +00:00
zone_test.cc [vm, gc] Add option to madvise(DONTNEED) when sweeping. 2023-06-07 19:01:51 +00:00
zone_text_buffer.cc
zone_text_buffer.h