dart-sdk/runtime/vm
2016-09-16 15:41:47 -07:00
..
service Always send typeClass field, if it is resolved 2016-08-05 12:44:55 -07:00
allocation.cc Preparation for moving reusable handles to thread and more cleanups: isolate -> thread based handle allocation. 2015-10-06 10:17:12 -07:00
allocation.h Get rid of deprecated methods accessing mutator_thread_ instead of current thread 2015-10-20 10:26:08 -07:00
allocation_test.cc Get rid of deprecated methods accessing mutator_thread_ instead of current thread 2015-10-20 10:26:08 -07:00
aot_optimizer.cc AOT: Use a cid range check when possible to implement type tests. 2016-09-08 15:25:08 -07:00
aot_optimizer.h AOT: Use a cid range check when possible to implement type tests. 2016-09-08 15:25:08 -07:00
assembler.cc Remove some uses of STL map. 2016-06-22 08:32:37 -07:00
assembler.h Optimize AOT's switchable calls for the monomorphic case. 2016-08-12 11:18:35 -07:00
assembler_arm.cc Optimize AOT's switchable calls for the monomorphic case. 2016-08-12 11:18:35 -07:00
assembler_arm.h Optimize AOT's switchable calls for the monomorphic case. 2016-08-12 11:18:35 -07:00
assembler_arm64.cc Optimize AOT's switchable calls for the monomorphic case. 2016-08-12 11:18:35 -07:00
assembler_arm64.h Optimize AOT's switchable calls for the monomorphic case. 2016-08-12 11:18:35 -07:00
assembler_arm64_test.cc Fuchsia: Fix arm64 build 2016-08-08 12:43:13 -07:00
assembler_arm_test.cc VM: Remove collection of unused range feedback. 2016-07-11 06:46:50 -07:00
assembler_dbc.cc Never include_isolate or allow_embedded_addresses. 2016-04-22 20:47:23 -07:00
assembler_dbc.h DBC: Implement TestCids instruction. 2016-07-07 17:57:39 -07:00
assembler_dbc_test.cc DBC: Misc double instructions 2016-07-20 09:46:32 -07:00
assembler_ia32.cc Don't track allocations in product mode. 2016-07-12 14:15:02 -07:00
assembler_ia32.h VM: Array bounds checks that don't deoptimize for precompiled code. 2016-07-15 10:07:41 -07:00
assembler_ia32_test.cc VM: Remove collection of unused range feedback. 2016-07-11 06:46:50 -07:00
assembler_mips.cc Optimize AOT's switchable calls for the monomorphic case. 2016-08-12 11:18:35 -07:00
assembler_mips.h Optimize AOT's switchable calls for the monomorphic case. 2016-08-12 11:18:35 -07:00
assembler_mips_test.cc VM: Remove collection of unused range feedback. 2016-07-11 06:46:50 -07:00
assembler_test.cc Adds DBC StoreIntoObject test 2016-05-03 14:58:40 -07:00
assembler_x64.cc AOT: When a call goes polymorphic but has a single target, transition to a stub that does a cid range check. 2016-08-31 11:12:22 -07:00
assembler_x64.h Optimize AOT's switchable calls for the monomorphic case. 2016-08-12 11:18:35 -07:00
assembler_x64_test.cc Optimize AOT's switchable calls for the monomorphic case. 2016-08-12 11:18:35 -07:00
assert_test.cc Remove STL use from platform/assert.cc 2016-06-21 12:50:43 -07:00
ast.cc VM: Remove _leftShiftWithMask32. 2016-04-19 19:06:53 +02:00
ast.h VM: Zero-cost try-finally with an empty finally-block. 2016-09-09 14:00:47 -07:00
ast_printer.cc VM: Remove _leftShiftWithMask32. 2016-04-19 19:06:53 +02:00
ast_printer.h
ast_printer_test.cc - Refactor Symbol allocation to expect a thread parameter. 2016-04-11 16:28:29 -07:00
ast_test.cc - Refactor Symbol allocation to expect a thread parameter. 2016-04-11 16:28:29 -07:00
ast_transformer.cc VM: Remove _leftShiftWithMask32. 2016-04-19 19:06:53 +02:00
ast_transformer.h Dart VM: Fix an order-of-evaluation bug in async code. 2016-04-08 09:40:14 +02:00
atomic.h Fix bad commit of stale patch set of original CL "Make NoReloadScope thread safe" (https://codereview.chromium.org/2344193002/) 2016-09-16 11:33:43 -07:00
atomic_android.h Fix bad commit of stale patch set of original CL "Make NoReloadScope thread safe" (https://codereview.chromium.org/2344193002/) 2016-09-16 11:33:43 -07:00
atomic_fuchsia.h Fix bad commit of stale patch set of original CL "Make NoReloadScope thread safe" (https://codereview.chromium.org/2344193002/) 2016-09-16 11:33:43 -07:00
atomic_linux.h Fix bad commit of stale patch set of original CL "Make NoReloadScope thread safe" (https://codereview.chromium.org/2344193002/) 2016-09-16 11:33:43 -07:00
atomic_macos.h Fix bad commit of stale patch set of original CL "Make NoReloadScope thread safe" (https://codereview.chromium.org/2344193002/) 2016-09-16 11:33:43 -07:00
atomic_simulator.h Dart Byte Code interpreter. 2016-04-18 23:02:01 +02:00
atomic_test.cc Make NoReloadScope thread safe 2016-09-16 11:18:36 -07:00
atomic_win.h Fix bad commit of stale patch set of original CL "Make NoReloadScope thread safe" (https://codereview.chromium.org/2344193002/) 2016-09-16 11:33:43 -07:00
base_isolate.h Get rid of deprecated methods accessing mutator_thread_ instead of current thread 2015-10-20 10:26:08 -07:00
become.cc Become: Also forward identity hashes. 2016-08-18 14:10:47 -07:00
become.h Dump information when we hit a FATAL in become 2016-08-12 13:48:21 -07:00
benchmark_test.cc Adds InitialRSS benchmark 2016-09-09 09:47:56 -07:00
benchmark_test.h Adds InitialRSS benchmark 2016-09-09 09:47:56 -07:00
bigint_test.cc Migrate most uses of Isolate::current_zone to Thread::zone. 2015-07-08 09:59:32 -07:00
bit_set.h
bit_set_test.cc
bit_vector.cc Only reload libraries when they may have been modified. 2016-07-29 11:23:18 -07:00
bit_vector.h Only reload libraries when they may have been modified. 2016-07-29 11:23:18 -07:00
bit_vector_test.cc - Ensure that HandleScope is initialized with a thread. (Remove 2015-09-01 17:18:55 -07:00
bitfield.h Fix some more shorten-64-to-32 warnings: 2016-02-02 13:58:06 -08:00
bitfield_test.cc Fix some more shorten-64-to-32 warnings: 2016-02-02 13:58:06 -08:00
bitmap.cc Migrate most uses of Isolate::current_zone to Thread::zone. 2015-07-08 09:59:32 -07:00
bitmap.h Migrate most uses of Isolate::current_zone to Thread::zone. 2015-07-08 09:59:32 -07:00
bitmap_test.cc
block_scheduler.cc Initial isolate reload support 2016-05-17 12:19:06 -07:00
block_scheduler.h
boolfield.h
boolfield_test.cc
bootstrap.cc - Use a map to lookup libraries by URL. 2016-05-05 10:42:28 -07:00
bootstrap.h Revert "Remove deprecated dart:profiler library" 2015-11-04 01:59:53 +01:00
bootstrap_natives.cc Remove mirrors in product mode 2016-02-22 09:55:20 -08:00
bootstrap_natives.h VM: New, faster default Map construction. 2016-08-25 17:51:45 -07:00
bootstrap_nocore.cc
branch_optimizer.cc VM: Move branch optimizations into a separate file. 2016-02-08 16:44:13 +01:00
branch_optimizer.h VM: Move branch optimizations into a separate file. 2016-02-08 16:44:13 +01:00
BUILD.gn [fuchsia] Fix build for new sysroot 2016-08-29 15:07:46 -07:00
cha.cc Background compiler should validate CHA decisions before committing the code. 2016-05-20 13:48:29 +02:00
cha.h Background compiler should validate CHA decisions before committing the code. 2016-05-20 13:48:29 +02:00
cha_test.cc Background compiler should validate CHA decisions before committing the code. 2016-05-20 13:48:29 +02:00
class_finalizer.cc Rework how enums are implemented and reloaded 2016-07-15 10:52:20 -07:00
class_finalizer.h Remove recently introduced FunctionType vm class by merging it into class Type. 2016-03-21 14:08:57 -07:00
class_finalizer_test.cc Initial isolate reload support 2016-05-17 12:19:06 -07:00
class_table.cc Address additional comments re class id sorting. 2016-08-31 17:38:20 -07:00
class_table.h AOT: Reassign class ids so class hierarchies have contiguous ranges. 2016-08-26 16:17:05 -07:00
clustered_snapshot.cc Make compile-time errors catchable 2016-09-16 10:10:38 -07:00
clustered_snapshot.h Collect TokenStreams into the vm isolate snapshot instead of Scripts. 2016-07-12 16:25:21 -07:00
code_descriptors.cc When a catch is unreachable, use the canonical empty array instead of null as its type array. 2016-03-02 09:46:21 -08:00
code_descriptors.h Replace intptr_t with TokenDescriptor 2016-02-02 10:15:44 -08:00
code_descriptors_test.cc - Use a map to lookup libraries by URL. 2016-05-05 10:42:28 -07:00
code_generator.cc AOT: When a call goes polymorphic but has a single target, transition to a stub that does a cid range check. 2016-08-31 11:12:22 -07:00
code_generator.h Port "Add mapping from address to id for runtime functions." 2015-08-13 14:42:31 -07:00
code_generator_test.cc - Use a map to lookup libraries by URL. 2016-05-05 10:42:28 -07:00
code_observers.cc Remove more things 2016-02-22 08:53:11 -08:00
code_observers.h Remove more things 2016-02-22 08:53:11 -08:00
code_patcher.cc Cleanup: we are not patching entries any longer 2015-09-30 10:22:59 -07:00
code_patcher.h Optimize AOT's switchable calls for the monomorphic case. 2016-08-12 11:18:35 -07:00
code_patcher_arm.cc Optimize AOT's switchable calls for the monomorphic case. 2016-08-12 11:18:35 -07:00
code_patcher_arm64.cc Optimize AOT's switchable calls for the monomorphic case. 2016-08-12 11:18:35 -07:00
code_patcher_arm64_test.cc Optimize AOT's switchable calls for the monomorphic case. 2016-08-12 11:18:35 -07:00
code_patcher_arm_test.cc Optimize AOT's switchable calls for the monomorphic case. 2016-08-12 11:18:35 -07:00
code_patcher_dbc.cc Optimize AOT's switchable calls for the monomorphic case. 2016-08-12 11:18:35 -07:00
code_patcher_ia32.cc Optimize AOT's switchable calls for the monomorphic case. 2016-08-12 11:18:35 -07:00
code_patcher_ia32_test.cc Remember inside an ICData if it is for a static call or an instance call 2016-06-13 13:23:57 -07:00
code_patcher_mips.cc Optimize AOT's switchable calls for the monomorphic case. 2016-08-12 11:18:35 -07:00
code_patcher_mips_test.cc Optimize AOT's switchable calls for the monomorphic case. 2016-08-12 11:18:35 -07:00
code_patcher_x64.cc Optimize AOT's switchable calls for the monomorphic case. 2016-08-12 11:18:35 -07:00
code_patcher_x64_test.cc Remember inside an ICData if it is for a static call or an instance call 2016-06-13 13:23:57 -07:00
compiler.cc Make compile-time errors catchable 2016-09-16 10:10:38 -07:00
compiler.h Initial isolate reload support 2016-05-17 12:19:06 -07:00
compiler_stats.cc Improve compile time constant evaluation 2016-09-12 16:23:00 -07:00
compiler_stats.h Improve compile time constant evaluation 2016-09-12 16:23:00 -07:00
compiler_test.cc Address Siva's comments from https://codereview.chromium.org/1877973002/ 2016-04-12 15:44:50 -07:00
constant_propagator.cc VM: Array bounds checks that don't deoptimize for precompiled code. 2016-07-15 10:07:41 -07:00
constant_propagator.h
constants_arm.h ARM/ARM64: Fix smashed CODE_REG in intrinsics with InvokeMathCFunctionInstrs. 2016-05-25 10:02:21 -07:00
constants_arm64.h Bump the C stack pointer when building Dart frames to maintain the ARM64 ABI requirements without guessing the stack limit. 2016-05-31 15:36:44 -07:00
constants_dbc.h DBC: Double converstion instructions 2016-09-15 09:18:32 -07:00
constants_ia32.h Add graph intrinsics for many math library functions: 2016-03-23 06:58:12 -07:00
constants_mips.h Add graph intrinsics for many math library functions: 2016-03-23 06:58:12 -07:00
constants_x64.h ARM/ARM64: Fix smashed CODE_REG in intrinsics with InvokeMathCFunctionInstrs. 2016-05-25 10:02:21 -07:00
cpu.h Dart Byte Code interpreter. 2016-04-18 23:02:01 +02:00
cpu_arm.cc Adds targets for simarmv6 and armv6 2016-01-22 13:07:48 -08:00
cpu_arm.h
cpu_arm64.cc Fuchsia: Fix arm64 build 2016-08-08 12:43:13 -07:00
cpu_arm64.h
cpu_dbc.cc DBC: Enable CpuInfo test 2016-04-29 09:36:58 -07:00
cpu_dbc.h DBC: Enable CpuInfo test 2016-04-29 09:36:58 -07:00
cpu_ia32.cc
cpu_ia32.h
cpu_mips.cc - Determine whether the simulator is being used in globals.h 2015-05-29 14:35:29 -07:00
cpu_mips.h
cpu_test.cc Dart Byte Code interpreter. 2016-04-18 23:02:01 +02:00
cpu_x64.cc
cpu_x64.h
cpuid.cc
cpuid.h 1. Fix memory leaks reported by running a simple test using ASAN 2016-02-09 10:54:34 -08:00
cpuinfo.h 1. Fix memory leaks reported by running a simple test using ASAN 2016-02-09 10:54:34 -08:00
cpuinfo_android.cc 1. Fix memory leaks reported by running a simple test using ASAN 2016-02-09 10:54:34 -08:00
cpuinfo_fuchsia.cc Fuchsia: Platform specific calls needed to Initialize and Cleanup VM. 2016-07-13 09:12:28 -07:00
cpuinfo_linux.cc 1. Fix memory leaks reported by running a simple test using ASAN 2016-02-09 10:54:34 -08:00
cpuinfo_macos.cc Fix macos build. 2016-02-09 11:07:15 -08:00
cpuinfo_test.cc DBC: Enable CpuInfo test 2016-04-29 09:36:58 -07:00
cpuinfo_win.cc 1. Fix memory leaks reported by running a simple test using ASAN 2016-02-09 10:54:34 -08:00
custom_isolate_test.cc Fix product build 2016-03-31 13:33:14 -07:00
dart.cc Turn off trace_shutdown flag for Windows 2016-09-02 15:34:53 -07:00
dart.h Fix dead lock in isolate shutdown. 2016-06-10 16:00:18 -07:00
dart_api_impl.cc Fix Windows build 2016-09-16 11:16:50 -07:00
dart_api_impl.h - Refactor Symbol allocation to expect a thread parameter. 2016-04-11 16:28:29 -07:00
dart_api_impl_test.cc Make compile-time errors catchable 2016-09-16 10:10:38 -07:00
dart_api_message.cc Handle empty string messages in Dart_PostCObject 2016-08-25 12:39:35 -07:00
dart_api_message.h Support for taking full snapshots from 'dart', not just 'dart_bootstrap'. 2016-05-10 10:13:33 -07:00
dart_api_state.cc VM: Fix for deadlock with background tasks. 2016-09-16 15:03:36 -07:00
dart_api_state.h Reapply "Background finalization." 2016-06-22 16:26:49 -07:00
dart_entry.cc Reapply "- Use a hash table to canonicalize instances/arrays to avoid having to iterate over a linear list and search for canonical instances." 2016-04-18 16:46:26 -07:00
dart_entry.h Use clustered serialization for full snapshots. 2016-06-29 19:50:06 -07:00
dart_entry_test.cc - Refactor Symbol allocation to expect a thread parameter. 2016-04-11 16:28:29 -07:00
datastream.h Option to output precompiled instructions as a blob for use with mmap instead of assembly for use in a shared library. 2016-04-25 16:19:34 -07:00
debugger.cc Don't return negative token positions in stack traces. 2016-08-31 16:22:18 -07:00
debugger.h DBC: Fix not-stopping/crashing at fast Smi op breakpoints. 2016-07-28 13:41:22 -07:00
debugger_api_impl.cc Check for lack of debugger support in the embedding API. 2016-07-27 12:03:30 -07:00
debugger_api_impl_test.cc Dart Byte Code interpreter. 2016-04-18 23:02:01 +02:00
debugger_arm.cc Remove more feature in product mode 2016-02-09 08:45:32 -08:00
debugger_arm64.cc Remove more feature in product mode 2016-02-09 08:45:32 -08:00
debugger_dbc.cc Optimize AOT's switchable calls for the monomorphic case. 2016-08-12 11:18:35 -07:00
debugger_ia32.cc Optimize AOT's switchable calls for the monomorphic case. 2016-08-12 11:18:35 -07:00
debugger_mips.cc Remove more feature in product mode 2016-02-09 08:45:32 -08:00
debugger_test.cc Initial isolate reload support 2016-05-17 12:19:06 -07:00
debugger_x64.cc Remove more feature in product mode 2016-02-09 08:45:32 -08:00
deferred_objects.cc Remove signature classes from the VM. 2016-01-19 16:32:59 -08:00
deferred_objects.h DBC: CheckClassInstr 2016-06-29 15:25:43 -07:00
deopt_instructions.cc DBC: Add missing deopt info after stack overflow checks. 2016-07-27 12:25:54 -07:00
deopt_instructions.h DBC: Enables unboxed doubles 2016-07-14 16:05:20 -07:00
disassembler.cc Optimize AOT's switchable calls for the monomorphic case. 2016-08-12 11:18:35 -07:00
disassembler.h Use the Code's pointer offsets to find object references when disassembling IA32. 2016-07-19 17:25:36 -07:00
disassembler_arm.cc Use the Code's pointer offsets to find object references when disassembling IA32. 2016-07-19 17:25:36 -07:00
disassembler_arm64.cc Use the Code's pointer offsets to find object references when disassembling IA32. 2016-07-19 17:25:36 -07:00
disassembler_dbc.cc Use the Code's pointer offsets to find object references when disassembling IA32. 2016-07-19 17:25:36 -07:00
disassembler_ia32.cc Optimize AOT's switchable calls for the monomorphic case. 2016-08-12 11:18:35 -07:00
disassembler_mips.cc Use the Code's pointer offsets to find object references when disassembling IA32. 2016-07-19 17:25:36 -07:00
disassembler_test.cc Dart Byte Code interpreter. 2016-04-18 23:02:01 +02:00
disassembler_x64.cc Use the Code's pointer offsets to find object references when disassembling IA32. 2016-07-19 17:25:36 -07:00
double_conversion.cc Migrate most uses of Isolate::current_zone to Thread::zone. 2015-07-08 09:59:32 -07:00
double_conversion.h
double_internals.h
exceptions.cc Make compile-time errors catchable 2016-09-16 10:10:38 -07:00
exceptions.h Make compile-time errors catchable 2016-09-16 10:10:38 -07:00
exceptions_test.cc Implement safepointing of threads : 2016-02-01 10:57:34 -08:00
find_code_object_test.cc Optimize AOT's switchable calls for the monomorphic case. 2016-08-12 11:18:35 -07:00
flag_list.h Shrink AOT snapshot size and memory usage. 2016-09-15 15:06:42 -07:00
flags.cc More changes to use #ifndef PRODUCT ... #endif explicitly instead of relying on compiler magic. 2016-07-14 11:13:13 -07:00
flags.h More changes to use #ifndef PRODUCT ... #endif explicitly instead of relying on compiler magic. 2016-07-14 11:13:13 -07:00
flags_test.cc
flow_graph.cc VM: More refactoring of recognized methods inlining. 2016-08-24 10:35:05 -07:00
flow_graph.h VM: More refactoring of recognized methods inlining. 2016-08-24 10:35:05 -07:00
flow_graph_allocator.cc DBC: Enables unboxed doubles 2016-07-14 16:05:20 -07:00
flow_graph_allocator.h Enable optimizer pipeline for DBC. 2016-05-24 14:35:50 +02:00
flow_graph_builder.cc VM: Zero-cost try-finally with an empty finally-block. 2016-09-09 14:00:47 -07:00
flow_graph_builder.h Remove the LoadLocal used at the end of a temp local scope. 2016-05-20 12:40:10 +02:00
flow_graph_builder_test.cc - Refactor Symbol allocation to expect a thread parameter. 2016-04-11 16:28:29 -07:00
flow_graph_compiler.cc VM: Compute static guarded cid for final instance fields. 2016-09-06 14:59:53 -07:00
flow_graph_compiler.h AOT: Use a cid range check when possible to implement type tests. 2016-09-08 15:25:08 -07:00
flow_graph_compiler_arm.cc Update some switchable call stub names and comments. 2016-08-23 17:27:57 -07:00
flow_graph_compiler_arm64.cc Update some switchable call stub names and comments. 2016-08-23 17:27:57 -07:00
flow_graph_compiler_dbc.cc DBC: UnboxedConstantInstr 2016-07-15 14:25:40 -07:00
flow_graph_compiler_ia32.cc Update some switchable call stub names and comments. 2016-08-23 17:27:57 -07:00
flow_graph_compiler_mips.cc Update some switchable call stub names and comments. 2016-08-23 17:27:57 -07:00
flow_graph_compiler_x64.cc Update some switchable call stub names and comments. 2016-08-23 17:27:57 -07:00
flow_graph_inliner.cc VM: Better handling of OOM errors in the background compiler 2016-09-13 17:13:49 -07:00
flow_graph_inliner.h VM: More refactoring of recognized methods inlining. 2016-08-24 10:35:05 -07:00
flow_graph_range_analysis.cc More guarding of code under #ifndef PRODUCT ... #endif 2016-07-14 17:44:24 -07:00
flow_graph_range_analysis.h
flow_graph_range_analysis_test.cc Remove DebuggerEvent. Refactor remaining code. 2016-05-13 09:49:31 -07:00
flow_graph_type_propagator.cc VM: Array bounds checks that don't deoptimize for precompiled code. 2016-07-15 10:07:41 -07:00
flow_graph_type_propagator.h VM: Array bounds checks that don't deoptimize for precompiled code. 2016-07-15 10:07:41 -07:00
freelist.cc Land Ivan's change of 'Remove support for verified memory handling' 2016-07-01 09:21:01 -07:00
freelist.h Land Ivan's change of 'Remove support for verified memory handling' 2016-07-01 09:21:01 -07:00
freelist_test.cc
gc_marker.cc Shrink AOT snapshot size and memory usage. 2016-09-15 15:06:42 -07:00
gc_marker.h Remove support for object grouping during Garbage Collection 2015-11-20 12:36:16 -08:00
gc_sweeper.cc VM: Fix for deadlock with background tasks. 2016-09-16 15:03:36 -07:00
gc_sweeper.h
globals.h - Add DEBUG_ONLY and NOT_IN_PRODUCT macros. 2016-02-19 17:48:08 -08:00
growable_array.h Complete support for Windows TLS destructors 2015-10-16 10:00:44 -07:00
growable_array_test.cc Added {Zone}GrowableHandlePtrArray types: simplifies code, makes code safer 2015-08-31 09:24:00 -07:00
guard_field_test.cc - Refactor Symbol allocation to expect a thread parameter. 2016-04-11 16:28:29 -07:00
handles.cc Add product mode: 2016-02-03 21:10:30 -08:00
handles.h Add product mode: 2016-02-03 21:10:30 -08:00
handles_impl.h VM: Compute static guarded cid for final instance fields. 2016-09-06 14:59:53 -07:00
handles_test.cc Add product mode: 2016-02-03 21:10:30 -08:00
hash_map.h VM: Compute static guarded cid for final instance fields. 2016-09-06 14:59:53 -07:00
hash_map_test.cc Remove some uses of STL map. 2016-06-22 08:32:37 -07:00
hash_table.h Remove some uses of STL map. 2016-06-22 08:32:37 -07:00
hash_table_test.cc Remove some uses of STL map. 2016-06-22 08:32:37 -07:00
heap.cc Remove assumption from the heap verifier that objects occupy a narrow range of the address space. 2016-09-16 15:41:47 -07:00
heap.h Remove assumption from the heap verifier that objects occupy a narrow range of the address space. 2016-09-16 15:41:47 -07:00
heap_test.cc Don't track allocations in product mode. 2016-07-12 14:15:02 -07:00
il_printer.cc VM: Remove collection of unused range feedback. 2016-07-11 06:46:50 -07:00
il_printer.h Added flag --inline_smi_string_hashcode and --inline_smi_string_hashcode_ratio to decide when/if should Smi/OnebyteString hashcode be inlined before calling megamorphic. Improve code as suggested by zra. 2016-04-27 13:27:43 -07:00
instructions.h Dart Byte Code interpreter. 2016-04-18 23:02:01 +02:00
instructions_arm.cc Optimize AOT's switchable calls for the monomorphic case. 2016-08-12 11:18:35 -07:00
instructions_arm.h Optimize AOT's switchable calls for the monomorphic case. 2016-08-12 11:18:35 -07:00
instructions_arm64.cc Optimize AOT's switchable calls for the monomorphic case. 2016-08-12 11:18:35 -07:00
instructions_arm64.h Optimize AOT's switchable calls for the monomorphic case. 2016-08-12 11:18:35 -07:00
instructions_arm64_test.cc Optimize AOT's switchable calls for the monomorphic case. 2016-08-12 11:18:35 -07:00
instructions_arm_test.cc Optimize AOT's switchable calls for the monomorphic case. 2016-08-12 11:18:35 -07:00
instructions_dbc.cc Optimize AOT's switchable calls for the monomorphic case. 2016-08-12 11:18:35 -07:00
instructions_dbc.h Optimize AOT's switchable calls for the monomorphic case. 2016-08-12 11:18:35 -07:00
instructions_ia32.cc - Annotate instructions that load objects from the ObjectPool or Thread. 2015-11-12 15:18:31 -08:00
instructions_ia32.h Cleanup: we are not patching entries any longer 2015-09-30 10:22:59 -07:00
instructions_ia32_test.cc VM: New calling convention for generated code. 2015-09-19 13:21:09 +02:00
instructions_mips.cc Optimize AOT's switchable calls for the monomorphic case. 2016-08-12 11:18:35 -07:00
instructions_mips.h Optimize AOT's switchable calls for the monomorphic case. 2016-08-12 11:18:35 -07:00
instructions_mips_test.cc Optimize AOT's switchable calls for the monomorphic case. 2016-08-12 11:18:35 -07:00
instructions_x64.cc x64: Decode more objects for code view. 2016-04-15 12:19:10 -07:00
instructions_x64.h x64: Decode more objects for code view. 2016-04-15 12:19:10 -07:00
instructions_x64_test.cc VM: New calling convention for generated code. 2015-09-19 13:21:09 +02:00
intermediate_language.cc Fix bug in AOT compiler where we would propogate a result type for instances calls where the target is not known. 2016-09-08 14:36:28 -07:00
intermediate_language.h Fix bug in AOT compiler where we would propogate a result type for instances calls where the target is not known. 2016-09-08 14:36:28 -07:00
intermediate_language_arm.cc VM: More refactoring of recognized methods inlining. 2016-08-24 10:35:05 -07:00
intermediate_language_arm64.cc VM: More refactoring of recognized methods inlining. 2016-08-24 10:35:05 -07:00
intermediate_language_dbc.cc DBC: Double converstion instructions 2016-09-15 09:18:32 -07:00
intermediate_language_ia32.cc VM: More refactoring of recognized methods inlining. 2016-08-24 10:35:05 -07:00
intermediate_language_mips.cc Fix -O0 compilation errors 2016-08-29 14:57:51 -07:00
intermediate_language_test.cc
intermediate_language_x64.cc VM: More refactoring of recognized methods inlining. 2016-08-24 10:35:05 -07:00
intrinsifier.cc Add flow-graph generated SIMD array intrinsics. 2016-08-16 16:17:53 -07:00
intrinsifier.h Reapply "VM: Add result cid information for recognized methods." 2016-06-02 09:59:48 -07:00
intrinsifier_arm.cc Fix ARM intrinsic code for integer <<. 2016-08-10 14:06:03 -07:00
intrinsifier_arm64.cc vm: Generate 'and' instruction for Smi values. 2016-07-04 16:27:57 -07:00
intrinsifier_dbc.cc Reapply "VM: Add result cid information for recognized methods." 2016-06-02 09:59:48 -07:00
intrinsifier_ia32.cc vm: Generate 'and' instruction for Smi values. 2016-07-04 16:27:57 -07:00
intrinsifier_mips.cc vm: Generate 'and' instruction for Smi values. 2016-07-04 16:27:57 -07:00
intrinsifier_x64.cc vm: Generate 'and' instruction for Smi values. 2016-07-04 16:27:57 -07:00
isolate.cc Fix bad commit of stale patch set of original CL "Make NoReloadScope thread safe" (https://codereview.chromium.org/2344193002/) 2016-09-16 11:33:43 -07:00
isolate.h Fix bad commit of stale patch set of original CL "Make NoReloadScope thread safe" (https://codereview.chromium.org/2344193002/) 2016-09-16 11:33:43 -07:00
isolate_reload.cc Minor cleanup. 2016-08-16 18:27:40 -07:00
isolate_reload.h Fix for heap corruption issue when patch https://codereview.chromium.org/2225243003/ is applied. 2016-08-16 13:01:10 -07:00
isolate_reload_test.cc Become: Also forward identity hashes. 2016-08-18 14:10:47 -07:00
isolate_test.cc Add Thread TaskKind 2016-03-21 09:41:47 -07:00
jit_optimizer.cc VM: More refactoring of recognized methods inlining. 2016-08-24 10:35:05 -07:00
jit_optimizer.h VM: Remove more duplicate code between AOT and JIT compiler. 2016-08-22 15:20:54 -07:00
json_stream.cc Reduce copying in sending service responses. 2016-08-18 10:34:50 -07:00
json_stream.h Do not allow a hot reload if the isolate has a sticky error 2016-08-24 11:31:46 -07:00
json_test.cc Use official JSON encoding for stream 2016-06-28 15:40:08 -07:00
libdart_dependency_helper.cc
locations.cc Dart Byte Code interpreter. 2016-04-18 23:02:01 +02:00
locations.h DBC: Fleshing out the polymorphic instance call instruction 2016-08-16 11:21:25 -07:00
lockers.cc Fix for issue 26511 (VM hangs waiting for all threads that are not already at 2016-05-27 15:30:34 -07:00
lockers.h - Add assertions in MutexLocker/MonitorLocker to ensure that the code enclosed 2016-03-01 12:33:50 -08:00
log.cc Add --timeline-recorder= flag and fix --timeline-dir flag 2016-04-19 09:21:59 -07:00
log.h Migrate logging infrastructure Isolate->Thread 2015-09-09 15:30:38 -07:00
log_test.cc Migrate logging infrastructure Isolate->Thread 2015-09-09 15:30:38 -07:00
longjump.cc - Move 2016-03-17 12:57:36 -07:00
longjump.h Migrate LongJumpScope to Thread. 2015-08-17 13:29:17 -07:00
longjump_test.cc Migrate LongJumpScope to Thread. 2015-08-17 13:29:17 -07:00
megamorphic_cache_table.cc Add missing includes 2016-08-25 14:50:50 -07:00
megamorphic_cache_table.h Move selector and arguments descriptor into MegamorphicCache. 2015-10-20 13:44:21 -07:00
memory_region.cc
memory_region.h
memory_region_test.cc
message.cc More ifndef PRODUCT. 2016-07-14 15:30:32 -07:00
message.h Adds a special case for sending an int over a port with the native API. 2015-12-11 16:07:16 -08:00
message_handler.cc Delete NativeMessageHandler once a native port closes. 2016-08-04 15:34:24 -07:00
message_handler.h Delete NativeMessageHandler once a native port closes. 2016-08-04 15:34:24 -07:00
message_handler_test.cc Make the lock/unlock and Enter/Exit methods in Mutex and Monitor private so taht we always use the locker objects for operating on mutexes/monitors. 2016-03-02 09:20:40 -08:00
message_test.cc
method_recognizer.cc VM: Add more array intrinsics. 2016-08-09 17:38:53 -07:00
method_recognizer.h AOT: Use a cid range check when possible to implement type tests. 2016-09-08 15:25:08 -07:00
metrics.cc More changes to use #ifndef PRODUCT ... #endif explicitly instead of relying on compiler magic. 2016-07-14 11:13:13 -07:00
metrics.h More changes to use #ifndef PRODUCT ... #endif explicitly instead of relying on compiler magic. 2016-07-14 11:13:13 -07:00
metrics_test.cc Remove many features when building product mode 2016-02-05 09:55:51 -08:00
mirrors_api_impl.cc Remove signature classes from the VM. 2016-01-19 16:32:59 -08:00
native_api_impl.cc Delete NativeMessageHandler once a native port closes. 2016-08-04 15:34:24 -07:00
native_arguments.h Dart Byte Code interpreter. 2016-04-18 23:02:01 +02:00
native_entry.cc Dart Byte Code interpreter. 2016-04-18 23:02:01 +02:00
native_entry.h Dart Byte Code interpreter. 2016-04-18 23:02:01 +02:00
native_entry_test.cc Preparation for moving reusable handles to thread and more cleanups: isolate -> thread based handle allocation. 2015-10-06 10:17:12 -07:00
native_entry_test.h Load runtime entries from the Thread instead of the ObjectPool. 2015-09-02 14:58:26 -07:00
native_message_handler.cc Delete NativeMessageHandler once a native port closes. 2016-08-04 15:34:24 -07:00
native_message_handler.h VM restart + shutdown fixes 2015-10-06 11:27:26 -07:00
native_symbol.h
native_symbol_android.cc
native_symbol_fuchsia.cc Fuchsia: Initial check-in. 2016-07-01 12:42:05 -07:00
native_symbol_linux.cc
native_symbol_macos.cc
native_symbol_win.cc
object.cc Shrink AOT snapshot size and memory usage. 2016-09-15 15:06:42 -07:00
object.h Make compile-time errors catchable 2016-09-16 10:10:38 -07:00
object_arm64_test.cc Bump the C stack pointer when building Dart frames to maintain the ARM64 ABI requirements without guessing the stack limit. 2016-05-31 15:36:44 -07:00
object_arm_test.cc
object_dbc_test.cc DBC: Collect type feedback for fastpath smi ops 2016-06-03 09:09:13 -07:00
object_graph.cc Compacting _GetRetainingPath result avoiding some internal structures. 2016-08-12 13:42:04 -07:00
object_graph.h Perform a full GC by default when requesting a heap snapshot. 2016-03-17 11:11:38 -07:00
object_graph_test.cc Implement safepointing of threads : 2016-02-01 10:57:34 -08:00
object_ia32_test.cc
object_id_ring.cc Remove many features when building product mode 2016-02-05 09:55:51 -08:00
object_id_ring.h Bump default object id ring capacity 2015-10-12 10:32:19 -07:00
object_id_ring_test.cc - Refactor Symbol allocation to expect a thread parameter. 2016-04-11 16:28:29 -07:00
object_mips_test.cc
object_reload.cc Optimize AOT's switchable calls for the monomorphic case. 2016-08-12 11:18:35 -07:00
object_service.cc Remove dead code for writing ICData entries. 2016-09-01 15:58:32 -07:00
object_set.h Remove assumption from the heap verifier that objects occupy a narrow range of the address space. 2016-09-16 15:41:47 -07:00
object_store.cc Make compile-time errors catchable 2016-09-16 10:10:38 -07:00
object_store.h Make compile-time errors catchable 2016-09-16 10:10:38 -07:00
object_store_test.cc
object_test.cc Optimize AOT's switchable calls for the monomorphic case. 2016-08-12 11:18:35 -07:00
object_x64_test.cc VM: Move calling convention-dependent code out of cc tests. 2015-08-07 10:54:43 +02:00
os.h Remove unused external typed data factories. 2016-08-25 10:29:17 -07:00
os_android.cc Remove unused external typed data factories. 2016-08-25 10:29:17 -07:00
os_fuchsia.cc Remove unused external typed data factories. 2016-08-25 10:29:17 -07:00
os_linux.cc Remove unused external typed data factories. 2016-08-25 10:29:17 -07:00
os_macos.cc Remove unused external typed data factories. 2016-08-25 10:29:17 -07:00
os_test.cc Remove unused external typed data factories. 2016-08-25 10:29:17 -07:00
os_thread.cc Revert "Add new atomic operations and use them in two places." 2016-07-22 15:54:24 -07:00
os_thread.h Fuchsia: Initial check-in. 2016-07-01 12:42:05 -07:00
os_thread_android.cc Fuchsia: Initial check-in. 2016-07-01 12:42:05 -07:00
os_thread_android.h VM: Small clean up and const-ness fix for Thread/OSThread constants. 2015-12-02 12:30:12 +01:00
os_thread_fuchsia.cc Fuchsia: Make some more VM tests pass 2016-07-29 08:07:25 -07:00
os_thread_fuchsia.h Fuchsia: Initial check-in. 2016-07-01 12:42:05 -07:00
os_thread_linux.cc Fuchsia: Initial check-in. 2016-07-01 12:42:05 -07:00
os_thread_linux.h VM: Small clean up and const-ness fix for Thread/OSThread constants. 2015-12-02 12:30:12 +01:00
os_thread_macos.cc Fuchsia: Initial check-in. 2016-07-01 12:42:05 -07:00
os_thread_macos.h VM: Small clean up and const-ness fix for Thread/OSThread constants. 2015-12-02 12:30:12 +01:00
os_thread_win.cc Fuchsia: Initial check-in. 2016-07-01 12:42:05 -07:00
os_thread_win.h Uses an open thread handle as the ThreadJoinId on Windows. 2016-05-17 13:18:13 -07:00
os_win.cc Remove unused external typed data factories. 2016-08-25 10:29:17 -07:00
pages.cc Remove assumption from the heap verifier that objects occupy a narrow range of the address space. 2016-09-16 15:41:47 -07:00
pages.h Remove assumption from the heap verifier that objects occupy a narrow range of the address space. 2016-09-16 15:41:47 -07:00
pages_test.cc
parser.cc Fix parsing of generic closure formal parameter 2016-09-13 15:11:10 -07:00
parser.h See: https://docs.google.com/document/d/1iEuLbDMgbB657R5aFj9EfnT6B0obzQk93Of7CfWKc00/edit#heading=h.9ixvz54wwawi 2016-08-24 12:43:26 +02:00
parser_test.cc Remove DebuggerEvent. Refactor remaining code. 2016-05-13 09:49:31 -07:00
port.cc Delete NativeMessageHandler once a native port closes. 2016-08-04 15:34:24 -07:00
port.h Rework standalone to use a synchronous loader that does not invoke Dart code 2016-06-06 14:15:01 -07:00
port_test.cc Adds a special case for sending an int over a port with the native API. 2015-12-11 16:07:16 -08:00
precompiler.cc Make compile-time errors catchable 2016-09-16 10:10:38 -07:00
precompiler.h Shrink AOT snapshot size and memory usage. 2016-09-15 15:06:42 -07:00
proccpuinfo.cc
proccpuinfo.h
profiler.cc AOT: Reassign class ids so class hierarchies have contiguous ranges. 2016-08-26 16:17:05 -07:00
profiler.h Optimize AOT's switchable calls for the monomorphic case. 2016-08-12 11:18:35 -07:00
profiler_service.cc Fix -O0 compilation errors 2016-08-29 14:57:51 -07:00
profiler_service.h Function profile should respect --show-invisible-frames 2016-03-23 15:01:21 -07:00
profiler_test.cc Optimize AOT's switchable calls for the monomorphic case. 2016-08-12 11:18:35 -07:00
random.cc - Fix for issue 25950 (add registration of a thread exit callback) 2016-03-17 13:40:20 -07:00
random.h Add ThreadBarrier; use in GCMarker and unit test 2015-09-16 12:11:47 -07:00
raw_object.cc Shrink AOT snapshot size and memory usage. 2016-09-15 15:06:42 -07:00
raw_object.h Make compile-time errors catchable 2016-09-16 10:10:38 -07:00
raw_object_snapshot.cc Shrink AOT snapshot size and memory usage. 2016-09-15 15:06:42 -07:00
redundancy_elimination.cc Temporary fix for OOM in precompilation with very large methods. 2016-08-18 10:10:17 -07:00
redundancy_elimination.h VM: Move redundancy elimination phases into a separate file. 2016-02-08 18:08:15 +01:00
regexp.cc From Regis: Remove regexp pattern from function name to avoid crash in debug mode. Fix service object to properly support regexp. Add regression test. (Review by Todd) 2016-08-03 15:24:22 -07:00
regexp.h - Refactor Symbol allocation to expect a thread parameter. 2016-04-11 16:28:29 -07:00
regexp_assembler.cc Remove left-over compiler-code from precompiled runtime. 2016-02-26 06:59:36 -08:00
regexp_assembler.h Remove left-over compiler-code from precompiled runtime. 2016-02-26 06:59:36 -08:00
regexp_assembler_bytecode.cc Timeline event for compiling irregexp bytecode. 2016-05-11 10:35:58 -07:00
regexp_assembler_bytecode.h Simpler regex names: 2016-03-21 17:21:05 -07:00
regexp_assembler_bytecode_inl.h Port irregexp bytecode compiler and interpreter from V8 r24065. 2015-07-07 14:43:32 -07:00
regexp_assembler_ir.cc Use symbols when looking up fields in a class 2016-04-07 16:36:35 -07:00
regexp_assembler_ir.h Simpler regex names: 2016-03-21 17:21:05 -07:00
regexp_ast.cc
regexp_ast.h
regexp_bytecodes.h Port irregexp bytecode compiler and interpreter from V8 r24065. 2015-07-07 14:43:32 -07:00
regexp_interpreter.cc Port irregexp bytecode compiler and interpreter from V8 r24065. 2015-07-07 14:43:32 -07:00
regexp_interpreter.h Port irregexp bytecode compiler and interpreter from V8 r24065. 2015-07-07 14:43:32 -07:00
regexp_parser.cc Simpler regex names: 2016-03-21 17:21:05 -07:00
regexp_parser.h
regexp_test.cc - Refactor Symbol allocation to expect a thread parameter. 2016-04-11 16:28:29 -07:00
report.cc - Refactor Symbol allocation to expect a thread parameter. 2016-04-11 16:28:29 -07:00
report.h Remove support for Javascript warnings in the VM. 2016-02-11 09:16:06 -08:00
resolver.cc - Refactor Symbol allocation to expect a thread parameter. 2016-04-11 16:28:29 -07:00
resolver.h - Refactor Symbol allocation to expect a thread parameter. 2016-04-11 16:28:29 -07:00
resolver_test.cc - Use a map to lookup libraries by URL. 2016-05-05 10:42:28 -07:00
reusable_handles.h - Add a new constructor to the hash table classes that allow handles to be passed in instead of creating new ones for every lookup/insertion 2016-05-02 17:07:31 -07:00
ring_buffer.h
ring_buffer_test.cc
runtime_entry.cc Initial isolate reload support 2016-05-17 12:19:06 -07:00
runtime_entry.h Move native entry argument exception throwing code out of line 2016-02-18 09:03:56 -08:00
runtime_entry_arm.cc Invoke CallToRuntime via Thread instead of ObjectPools. 2016-03-11 10:03:12 -08:00
runtime_entry_arm64.cc ARM/ARM64: Fix smashed CODE_REG in intrinsics with InvokeMathCFunctionInstrs. 2016-05-25 10:02:21 -07:00
runtime_entry_dbc.cc Dart Byte Code interpreter. 2016-04-18 23:02:01 +02:00
runtime_entry_ia32.cc Invoke CallToRuntime via Thread instead of ObjectPools. 2016-03-11 10:03:12 -08:00
runtime_entry_list.h AOT: When a call goes polymorphic but has a single target, transition to a stub that does a cid range check. 2016-08-31 11:12:22 -07:00
runtime_entry_mips.cc Invoke CallToRuntime via Thread instead of ObjectPools. 2016-03-11 10:03:12 -08:00
runtime_entry_x64.cc Invoke CallToRuntime via Thread instead of ObjectPools. 2016-03-11 10:03:12 -08:00
safepoint.cc Print safepoint message only after some attempts. 2016-07-21 14:36:23 -07:00
safepoint.h Allow for recursive invocation of SafepointOperationScopes. 2016-07-07 15:27:49 -07:00
scanner.cc Eliminate GrowableTokenStream 2016-05-11 14:09:45 -07:00
scanner.h Fix build 2016-05-11 14:33:25 -07:00
scanner_test.cc Eliminate GrowableTokenStream 2016-05-11 14:09:45 -07:00
scavenger.cc Remove assumption from the heap verifier that objects occupy a narrow range of the address space. 2016-09-16 15:41:47 -07:00
scavenger.h Remove assumption from the heap verifier that objects occupy a narrow range of the address space. 2016-09-16 15:41:47 -07:00
scavenger_test.cc Remove unnecessary isolate argument from some visitors 2016-03-29 14:47:51 -07:00
scope_timer.h
scopes.cc Fix finally clause inlining for forward jumps 2016-06-02 09:03:49 -07:00
scopes.h Fix finally clause inlining for forward jumps 2016-06-02 09:03:49 -07:00
scopes_test.cc - Refactor Symbol allocation to expect a thread parameter. 2016-04-11 16:28:29 -07:00
service.cc Fix an off-by-one error in vmservice expression evaluation. 2016-09-06 12:50:14 -07:00
service.h vm-service: Reduce copying involved in sending binary events (e.g., heap snapshot). 2016-08-23 10:02:33 -07:00
service_event.cc First cut at _spawnUri rpc in the vm service. 2016-07-11 14:25:27 -07:00
service_event.h First cut at _spawnUri rpc in the vm service. 2016-07-11 14:25:27 -07:00
service_isolate.cc Silence service isolate startup error unless --trace-service is enabled 2016-08-02 16:19:24 -07:00
service_isolate.h DevFS initial implementation. 2016-06-10 12:33:50 -07:00
service_sources.gypi
service_test.cc Reduce copying in sending service responses. 2016-08-18 10:34:50 -07:00
signal_handler.h Fuchsia: Initial check-in. 2016-07-01 12:42:05 -07:00
signal_handler_android.cc Fix profiler access to the Dart stack pointer on ARM64. 2016-07-26 16:59:16 -07:00
signal_handler_fuchsia.cc Fuchsia: Initial check-in. 2016-07-01 12:42:05 -07:00
signal_handler_linux.cc Fix profiler access to the Dart stack pointer on ARM64. 2016-07-26 16:59:16 -07:00
signal_handler_macos.cc Partially implement DBC profiler. 2016-08-19 16:48:34 -07:00
signal_handler_win.cc Work around a kernel bug on Android. 2016-05-02 19:12:48 +02:00
simulator.h Dart Byte Code interpreter. 2016-04-18 23:02:01 +02:00
simulator_arm.cc Optimize AOT's switchable calls for the monomorphic case. 2016-08-12 11:18:35 -07:00
simulator_arm.h Partially implement DBC profiler. 2016-08-19 16:48:34 -07:00
simulator_arm64.cc Optimize AOT's switchable calls for the monomorphic case. 2016-08-12 11:18:35 -07:00
simulator_arm64.h Partially implement DBC profiler. 2016-08-19 16:48:34 -07:00
simulator_dbc.cc DBC: Double converstion instructions 2016-09-15 09:18:32 -07:00
simulator_dbc.h Partially implement DBC profiler. 2016-08-19 16:48:34 -07:00
simulator_mips.cc Optimize AOT's switchable calls for the monomorphic case. 2016-08-12 11:18:35 -07:00
simulator_mips.h Partially implement DBC profiler. 2016-08-19 16:48:34 -07:00
snapshot.cc Separate size stats for rodata and instructions. 2016-09-06 16:57:13 -07:00
snapshot.h Separate size stats for rodata and instructions. 2016-09-06 16:57:13 -07:00
snapshot_ids.h Cache initial (empty) ic_data arrays so that they are not repeatedly allocated. Factor out descriptor and data array allocation. Will be used later when we copy the descriptor for background compilation. 2015-10-27 15:05:14 -07:00
snapshot_test.cc Handle empty string messages in Dart_PostCObject 2016-08-25 12:39:35 -07:00
snapshot_test.dart Fix a TODO (remove assignment to a local variable). 2016-02-08 10:47:30 -08:00
snapshot_test_in.dat
source_report.cc Remove dead code for writing ICData entries. 2016-09-01 15:58:32 -07:00
source_report.h Fix various nefarious problems with the script table used in source reports. 2016-06-06 11:22:46 -07:00
source_report_test.cc Fix various nefarious problems with the script table used in source reports. 2016-06-06 11:22:46 -07:00
spaces.h
stack_frame.cc Optimize AOT's switchable calls for the monomorphic case. 2016-08-12 11:18:35 -07:00
stack_frame.h DBC: Fix reading locals out of a deopt frame. 2016-07-26 10:36:07 -07:00
stack_frame_arm.h Don't assume we want the iOS ABI if running simarm on Mac and the EABI otherwise. 2016-05-17 15:03:54 -07:00
stack_frame_arm64.h Note that R19 is a C preserved register, fixing crash returning from the first Dart entry on Linux ARM64. 2016-01-07 09:30:17 -08:00
stack_frame_dbc.h DBC: Fix reading locals out of a deopt frame. 2016-07-26 10:36:07 -07:00
stack_frame_ia32.h VM: New calling convention for generated code. 2015-09-19 13:21:09 +02:00
stack_frame_mips.h Don't touch x18 on ARM64 - it is globally reserved on iOS. 2015-10-19 14:17:07 -07:00
stack_frame_test.cc - Use a map to lookup libraries by URL. 2016-05-05 10:42:28 -07:00
stack_frame_x64.h VM: New calling convention for generated code. 2015-09-19 13:21:09 +02:00
store_buffer.cc Remove invalid assertion in store buffer code. 2016-06-28 13:15:36 -07:00
store_buffer.h fix all instances of "the the" 2016-05-13 12:38:25 -07:00
stub_code.cc Optimize AOT's switchable calls for the monomorphic case. 2016-08-12 11:18:35 -07:00
stub_code.h AOT: When a call goes polymorphic but has a single target, transition to a stub that does a cid range check. 2016-08-31 11:12:22 -07:00
stub_code_arm.cc AOT: When a call goes polymorphic but has a single target, transition to a stub that does a cid range check. 2016-08-31 11:12:22 -07:00
stub_code_arm64.cc AOT: When a call goes polymorphic but has a single target, transition to a stub that does a cid range check. 2016-08-31 11:12:22 -07:00
stub_code_arm64_test.cc Initial isolate reload support 2016-05-17 12:19:06 -07:00
stub_code_arm_test.cc Initial isolate reload support 2016-05-17 12:19:06 -07:00
stub_code_dbc.cc DBC: CheckClassInstr 2016-06-29 15:25:43 -07:00
stub_code_ia32.cc AOT: When a call goes polymorphic but has a single target, transition to a stub that does a cid range check. 2016-08-31 11:12:22 -07:00
stub_code_ia32_test.cc Initial isolate reload support 2016-05-17 12:19:06 -07:00
stub_code_mips.cc AOT: When a call goes polymorphic but has a single target, transition to a stub that does a cid range check. 2016-08-31 11:12:22 -07:00
stub_code_mips_test.cc Initial isolate reload support 2016-05-17 12:19:06 -07:00
stub_code_x64.cc AOT: When a call goes polymorphic but has a single target, transition to a stub that does a cid range check. 2016-08-31 11:12:22 -07:00
stub_code_x64_test.cc Initial isolate reload support 2016-05-17 12:19:06 -07:00
symbols.cc Support for taking full snapshots from 'dart', not just 'dart_bootstrap'. 2016-05-10 10:13:33 -07:00
symbols.h Make compile-time errors catchable 2016-09-16 10:10:38 -07:00
tags.cc More changes to use #ifndef PRODUCT ... #endif explicitly instead of relying on compiler magic. 2016-07-14 11:13:13 -07:00
tags.h More changes to use #ifndef PRODUCT ... #endif explicitly instead of relying on compiler magic. 2016-07-14 11:13:13 -07:00
thread.cc AOT: Use a cid range check when possible to implement type tests. 2016-09-08 15:25:08 -07:00
thread.h AOT: Use a cid range check when possible to implement type tests. 2016-09-08 15:25:08 -07:00
thread_barrier.h - Do not repeatedly allocate and release Monitor objects. 2016-02-17 18:33:48 -08:00
thread_barrier_test.cc - Do not repeatedly allocate and release Monitor objects. 2016-02-17 18:33:48 -08:00
thread_interrupter.cc Uses an open thread handle as the ThreadJoinId on Windows. 2016-05-17 13:18:13 -07:00
thread_interrupter.h - Add an OSThread structure which is the generic TLS structure for all C++ 2015-11-19 13:45:10 -08:00
thread_interrupter_android.cc Work around a kernel bug on Android. 2016-05-02 19:12:48 +02:00
thread_interrupter_fuchsia.cc Fuchsia: Initial check-in. 2016-07-01 12:42:05 -07:00
thread_interrupter_linux.cc Work around a kernel bug on Android. 2016-05-02 19:12:48 +02:00
thread_interrupter_macos.cc Work around a kernel bug on Android. 2016-05-02 19:12:48 +02:00
thread_interrupter_win.cc Remove more feature in product mode 2016-02-09 08:45:32 -08:00
thread_pool.cc Uses an open thread handle as the ThreadJoinId on Windows. 2016-05-17 13:18:13 -07:00
thread_pool.h Uses an open thread handle as the ThreadJoinId on Windows. 2016-05-17 13:18:13 -07:00
thread_pool_test.cc VM thread shutdown. 2015-09-15 12:49:52 -07:00
thread_registry.cc Restructure/fix thread pointer visiting; added some asserts. 2016-03-17 13:25:46 -07:00
thread_registry.h Fix race condition with HasMutatorThread that was being used without a lock. 2016-07-28 18:32:52 -07:00
thread_test.cc Allow for recursive invocation of SafepointOperationScopes. 2016-07-07 15:27:49 -07:00
timeline.cc Fix Windows build 2016-09-08 12:32:34 -07:00
timeline.h Record Timeline to Android Systrace 2016-09-08 11:28:34 -07:00
timeline_analysis.cc Remove more feature in product mode 2016-02-09 08:45:32 -08:00
timeline_analysis.h Add support to timeline for begin and end events 2015-10-07 14:11:44 -07:00
timeline_test.cc Record Timeline to Android Systrace 2016-09-08 11:28:34 -07:00
timer.cc Remove obsolete timer list from VM 2015-09-30 12:47:23 -07:00
timer.h Move CompilerStats from isolate to thread. Aggregate stats. 2016-03-30 13:38:32 -07:00
token.cc Replace intptr_t with TokenDescriptor 2016-02-02 10:15:44 -08:00
token.h Replace intptr_t with TokenDescriptor 2016-02-02 10:15:44 -08:00
token_position.cc Replace intptr_t with TokenDescriptor 2016-02-02 10:15:44 -08:00
token_position.h Build CodeSourceMap for each code object 2016-02-26 07:59:48 -08:00
type_table.h - Canonicalize generic types in a global isolate hash 2016-05-17 14:35:23 -07:00
unibrow-inl.h
unibrow.cc
unibrow.h
unicode.cc Allow individual unicode surrogates strings 2015-09-15 09:15:50 -07:00
unicode.h Use official JSON encoding for stream 2016-06-28 15:40:08 -07:00
unicode_data.cc
unicode_test.cc Allow individual unicode surrogates strings 2015-09-15 09:15:50 -07:00
unit_test.cc Reload: Don't free the saved class table while another thread may be reading it. 2016-08-12 16:12:25 -07:00
unit_test.h Optimize AOT's switchable calls for the monomorphic case. 2016-08-12 11:18:35 -07:00
uri.cc Allow double-slash in uris. This is needed for data uri parsing. 2016-06-03 09:42:25 -07:00
uri.h Canonicalize uris in C++ instead of Dart for the standalone embedder. 2016-06-02 12:29:57 -07:00
uri_test.cc Allow double-slash in uris. This is needed for data uri parsing. 2016-06-03 09:42:25 -07:00
utils_test.cc
verified_memory_test.cc VM thread shutdown. 2015-09-15 12:49:52 -07:00
verifier.cc Remove assumption from the heap verifier that objects occupy a narrow range of the address space. 2016-09-16 15:41:47 -07:00
verifier.h Add a verification step which iterates over the heap and verifies that all canonical objects are consistent (i.e canonicalizing the object returns the object). 2016-07-25 14:35:13 -07:00
version.h
version_in.cc Uses SNPRINT macro where possible. Otherwise uses #define for format. 2015-09-11 00:18:14 -07:00
virtual_memory.cc VM: Precompiled rodata snapshot. 2016-02-15 09:15:26 +01:00
virtual_memory.h Fuchsia: Platform specific calls needed to Initialize and Cleanup VM. 2016-07-13 09:12:28 -07:00
virtual_memory_android.cc Fix race condition with HasMutatorThread that was being used without a lock. 2016-07-28 18:32:52 -07:00
virtual_memory_fuchsia.cc Update to use mx_process_self() 2016-09-12 14:06:33 -07:00
virtual_memory_linux.cc Fix race condition with HasMutatorThread that was being used without a lock. 2016-07-28 18:32:52 -07:00
virtual_memory_macos.cc Fix race condition with HasMutatorThread that was being used without a lock. 2016-07-28 18:32:52 -07:00
virtual_memory_test.cc
virtual_memory_win.cc Fix race condition with HasMutatorThread that was being used without a lock. 2016-07-28 18:32:52 -07:00
visitor.h Remove unnecessary isolate argument from some visitors 2016-03-29 14:47:51 -07:00
vm.gypi Move the VM's typed_data implementation to runtime/lib. 2016-03-21 13:39:49 +01:00
vm_sources.gypi Reimplement devfs in dart. Implementation now writes to disk. 2016-07-01 14:57:32 -07:00
weak_code.cc VM: Fix race between background compiler and guarded cid update. 2016-05-24 14:52:02 +02:00
weak_code.h VM: Fix race between background compiler and guarded cid update. 2016-05-24 14:52:02 +02:00
weak_table.cc Add a hash map for a raw object to id mapping, this table will be used during snapshot writing in order to map a raw object to an object id. This would enable us to get rid of the current scheme of displacing the object header with the object id while writing a snapshot (requires no GC should be happening while a snapshot is being written and hampers concurrent GC). 2015-10-12 11:05:53 -07:00
weak_table.h Fix some errors from UBSan. 2016-09-09 09:28:27 -07:00
zone.cc Improve error message when zone allocation fails. 2016-08-16 18:00:04 -07:00
zone.h Remove some uses of STL map. 2016-06-22 08:32:37 -07:00
zone_test.cc Add product mode: 2016-02-03 21:10:30 -08:00