dart-sdk/runtime/vm
2015-01-07 12:24:46 +00:00
..
service Reduce service isolate startup time from ~80ms to ~30ms 2014-09-10 22:38:33 +00:00
allocation.cc VM: Make ZoneAllocated-objects that don't need a vtable smaller. 2014-06-11 10:54:16 +00:00
allocation.h VM: Make ZoneAllocated-objects that don't need a vtable smaller. 2014-06-11 10:54:16 +00:00
allocation_test.cc Replaces LongJump with LongJumpScope. 2014-01-04 01:23:43 +00:00
assembler.cc Use shorter TryAllocate instruction sequence on ARM/ARM64/MIPS. 2014-07-24 12:04:21 +00:00
assembler.h - Use isolate where it is appropriate. 2014-05-27 10:15:50 +00:00
assembler_arm.cc Merge RawICData::range_feedback_ field into RawICData::state_bits_. 2014-12-16 13:12:35 +00:00
assembler_arm.h Range feedback for arithmetic operations. 2014-12-15 18:48:15 +00:00
assembler_arm64.cc Merge RawICData::range_feedback_ field into RawICData::state_bits_. 2014-12-16 13:12:35 +00:00
assembler_arm64.h Process two 32-bit digits as one 64-bit digit in all bigint intrinsics on ARM64. 2015-01-05 20:46:48 +00:00
assembler_arm64_test.cc Process two 32-bit digits as one 64-bit digit in all bigint intrinsics on ARM64. 2015-01-05 20:46:48 +00:00
assembler_arm_test.cc Range feedback for arithmetic operations. 2014-12-15 18:48:15 +00:00
assembler_ia32.cc Merge RawICData::range_feedback_ field into RawICData::state_bits_. 2014-12-16 13:12:35 +00:00
assembler_ia32.h Range feedback for arithmetic operations. 2014-12-15 18:48:15 +00:00
assembler_ia32_test.cc Range feedback for arithmetic operations. 2014-12-15 18:48:15 +00:00
assembler_mips.cc Improve generated MIPS code for conditional expressions and branches by delaying 2014-12-22 20:50:15 +00:00
assembler_mips.h Improve generated MIPS code for conditional expressions and branches by delaying 2014-12-22 20:50:15 +00:00
assembler_mips_test.cc Range feedback for arithmetic operations. 2014-12-15 18:48:15 +00:00
assembler_test.cc Adds StoreIntoObject for arm64. 2014-04-22 19:44:11 +00:00
assembler_x64.cc Process two 32-bit digits as one 64-bit digit in all bigint intrinsics on x64. 2015-01-05 19:44:02 +00:00
assembler_x64.h Process two 32-bit digits as one 64-bit digit in all bigint intrinsics on x64. 2015-01-05 19:44:02 +00:00
assembler_x64_test.cc Process two 32-bit digits as one 64-bit digit in all bigint intrinsics on x64. 2015-01-05 19:44:02 +00:00
assert_test.cc
ast.cc This CL deals with handling of return statements in functions modified as 2014-08-12 21:50:37 +00:00
ast.h Await always waits 2014-10-14 19:58:06 +00:00
ast_printer.cc Fixing release build 2014-10-14 20:07:48 +00:00
ast_printer.h Print function scopes with indents. 2014-08-27 18:47:15 +00:00
ast_printer_test.cc - Ensure that all names in local scopes are symbols. 2014-03-07 19:37:04 +00:00
ast_test.cc - Ensure that all names in local scopes are symbols. 2014-03-07 19:37:04 +00:00
ast_transformer.cc Fix named arguments in await expressions 2014-11-25 20:31:54 +00:00
ast_transformer.h Await always waits 2014-10-14 19:58:06 +00:00
atomic.h - Use the simulator to do atomic operations that could also 2014-10-27 19:21:33 +00:00
atomic_android.h - Use the simulator to do atomic operations that could also 2014-10-27 19:21:33 +00:00
atomic_linux.h - Use the simulator to do atomic operations that could also 2014-10-27 19:21:33 +00:00
atomic_macos.h - Use the simulator to do atomic operations that could also 2014-10-27 19:21:33 +00:00
atomic_simulator.h - Use the simulator to do atomic operations that could also 2014-10-27 19:21:33 +00:00
atomic_win.h - Use the simulator to do atomic operations that could also 2014-10-27 19:21:33 +00:00
base_isolate.h Basic tag infrastructure 2014-03-14 16:16:21 +00:00
benchmark_test.cc Move dart2js from sdk/lib/_internal/compiler to pkg/compiler 2014-11-05 08:51:01 +00:00
benchmark_test.h - Rename flags to reflect the generation impacted. 2014-10-20 15:26:04 +00:00
bigint_test.cc Resurrect tests from deleted bigint_operations_test.cc into new bigint_test.cc 2014-09-11 22:34:02 +00:00
bit_set.h Fix ARM: explicitly reduce shift count modulo word size. 2014-09-10 05:50:08 +00:00
bit_set_test.cc Speed up freelist by using intrinsics to find last set bit. 2014-09-09 21:17:07 +00:00
bit_vector.cc Cleanups: int -> intptr_t for "array" lengths, memory sizes. 2013-10-07 20:19:37 +00:00
bit_vector.h Pass isolate to BitVector constructor. 2014-09-19 23:14:34 +00:00
bit_vector_test.cc Pass isolate to BitVector constructor. 2014-09-19 23:14:34 +00:00
bitfield.h
bitfield_test.cc
bitmap.cc Use GPRs for mints. 2014-05-22 06:30:51 +00:00
bitmap.h Use GPRs for mints. 2014-05-22 06:30:51 +00:00
bitmap_test.cc
block_scheduler.cc Cleanups. 2014-12-02 18:48:12 +00:00
block_scheduler.h
boolfield.h
boolfield_test.cc
bootstrap.cc Regularize naming to make BUILD.gn files easier to write. 2014-11-04 22:03:57 +00:00
bootstrap.h Regularize naming to make BUILD.gn files easier to write. 2014-11-04 22:03:57 +00:00
bootstrap_natives.cc Add VM class for Map/LinkedHashMap. 2014-07-25 20:04:11 +00:00
bootstrap_natives.h - Allow an isolate to be started in paused state. 2014-12-30 23:52:37 +00:00
bootstrap_nocore.cc Regularize naming to make BUILD.gn files easier to write. 2014-11-04 22:03:57 +00:00
BUILD.gn Moves BUILD.gn config from root to runtime. 2014-11-11 22:59:00 +00:00
cha.cc Fix type propagation for signature classes. 2014-08-13 13:45:01 +00:00
cha.h Fix bug with CHA dependencies by recording a set of classes for registering code. 2014-08-13 12:43:03 +00:00
cha_test.cc Did you mean const? 2014-08-26 21:43:55 +00:00
class_finalizer.cc Patch classes do not need to be finalized 2015-01-05 20:51:52 +00:00
class_finalizer.h Implement enum types in VM 2014-11-18 23:10:07 +00:00
class_finalizer_test.cc Rename kDummyTokenIndex to kNoSourcePos 2014-01-21 23:46:26 +00:00
class_table.cc Fix allocation stats bug on ARM; add unit test. 2014-11-20 19:20:17 +00:00
class_table.h Fix build (make Verify public). 2014-11-20 20:18:02 +00:00
code_descriptors.cc Reduce number of times a deopt-id is computed. 2014-09-26 16:42:50 +00:00
code_descriptors.h Eliminate 99% of allocated ExceptionHandler objects 2014-09-16 16:27:04 +00:00
code_descriptors_test.cc Make CTX allocatable by the register allocator. 2014-10-30 15:42:38 +00:00
code_generator.cc Define a lower threshold for optimizing irregexp generated functions. 2015-01-06 13:56:21 +00:00
code_generator.h Allow invalidation and recompilation of instance allocation stubs. Requested in order to implement better pretenuring strategy. 2014-09-11 17:56:42 +00:00
code_generator_test.cc Fix vm/cc/StaticNonNullSumCallCodegen. 2014-08-21 16:07:11 +00:00
code_observers.cc - Separate the thread implementation used in bin/ and vm/ 2014-08-12 23:19:53 +00:00
code_observers.h Add support for dumping code in jitdump file format 2014-02-26 22:30:25 +00:00
code_patcher.cc First step in reducing the size of PC descriptors. 2014-06-04 11:02:34 +00:00
code_patcher.h Support verified heap pointer writes on ia32. 2014-11-12 23:47:42 +00:00
code_patcher_arm.cc Write-barrier verification on ARM. 2014-12-09 16:15:33 +00:00
code_patcher_arm64.cc Adds debugger patching to arm64. 2014-05-09 23:20:14 +00:00
code_patcher_arm64_test.cc Make isolate specific stub code accessors instance methods instead 2014-07-07 21:25:00 +00:00
code_patcher_arm_test.cc Make isolate specific stub code accessors instance methods instead 2014-07-07 21:25:00 +00:00
code_patcher_ia32.cc Support verified heap pointer writes on ia32. 2014-11-12 23:47:42 +00:00
code_patcher_ia32_test.cc Make isolate specific stub code accessors instance methods instead 2014-07-07 21:25:00 +00:00
code_patcher_mips.cc Fix debugger stub patching on x64 architecture 2014-01-14 23:27:13 +00:00
code_patcher_mips_test.cc Make isolate specific stub code accessors instance methods instead 2014-07-07 21:25:00 +00:00
code_patcher_x64.cc Support verified heap pointer writes on x64. 2014-11-17 18:09:42 +00:00
code_patcher_x64_test.cc Make isolate specific stub code accessors instance methods instead 2014-07-07 21:25:00 +00:00
compiler.cc Introduce is_debuggable state bit on function objects 2014-12-29 22:31:17 +00:00
compiler.h Runtime support for evaluation of static field initializer expressions 2014-08-19 21:53:44 +00:00
compiler_stats.cc - Ensure that all names in local scopes are symbols. 2014-03-07 19:37:04 +00:00
compiler_stats.h - Ensure that all names in local scopes are symbols. 2014-03-07 19:37:04 +00:00
compiler_test.cc Track references to allocation stubs via static_calls_table, instead of keeping two referencers alive. 2014-09-26 20:17:53 +00:00
constant_propagator.cc Eliminate bounds checks on fixed-length registers array. 2015-01-07 12:24:46 +00:00
constant_propagator.h Move ConstantPropagator from flow_graph_optimizer.cc/.h into separate files. 2014-12-29 14:41:27 +00:00
constants_arm.h Complete and clean up breakpoint support in all 3 debuggers embedded in MIPS, 2014-12-09 19:26:26 +00:00
constants_arm64.h Process two 32-bit digits as one 64-bit digit in all bigint intrinsics on ARM64. 2015-01-05 20:46:48 +00:00
constants_ia32.h More intrinsics in IR. 2014-09-10 13:34:58 +00:00
constants_mips.h Improve generated MIPS code for conditional expressions and branches by delaying 2014-12-22 20:50:15 +00:00
constants_x64.h More intrinsics in IR. 2014-09-10 13:34:58 +00:00
counters.cc Light-weight stats counters for temporary experiments/debugging. 2014-06-16 17:13:20 +00:00
counters.h Light-weight stats counters for temporary experiments/debugging. 2014-06-16 17:13:20 +00:00
coverage.cc ONe more iteration of PcDesacriptor iterator imporvement: do not copy record but access individual values when needed. 2014-07-18 20:11:29 +00:00
coverage.h vm/observatory: Clean up script access 2014-07-15 22:55:19 +00:00
coverage_test.cc vmservice protocol cleanup 2014-08-25 18:53:43 +00:00
cpu.h Begins work on ARM64, first assembler test. 2014-04-02 17:39:32 +00:00
cpu_arm.cc Allows arm cpu feature detection to detect arm64 cpus. 2014-09-25 14:37:57 +00:00
cpu_arm.h Fixes to support ARMv5 lego mindstorm. 2014-08-14 15:42:00 +00:00
cpu_arm64.cc Adds support for building arm64 Android. 2014-09-03 23:31:51 +00:00
cpu_arm64.h Begins work on ARM64, first assembler test. 2014-04-02 17:39:32 +00:00
cpu_ia32.cc - Separate the thread implementation used in bin/ and vm/ 2014-08-12 23:19:53 +00:00
cpu_ia32.h Updates refactoring of CPU feature detection 2014-02-24 19:28:30 +00:00
cpu_mips.cc Avoids MIPS32r2 instructions on MIPS32. 2014-03-25 21:30:51 +00:00
cpu_mips.h Avoids MIPS32r2 instructions on MIPS32. 2014-03-25 21:30:51 +00:00
cpu_test.cc Begins work on ARM64, first assembler test. 2014-04-02 17:39:32 +00:00
cpu_x64.cc - Sort out confusion between malloc/free and new/delete. 2014-02-27 09:33:44 +00:00
cpu_x64.h Updates refactoring of CPU feature detection 2014-02-24 19:28:30 +00:00
cpuid.cc - Actually allocate memory. 2014-02-27 09:57:46 +00:00
cpuid.h Updates refactoring of CPU feature detection 2014-02-24 19:28:30 +00:00
cpuinfo.h Fixes to run "Hello, world!" on arm64 hardware. 2014-06-03 18:38:28 +00:00
cpuinfo_android.cc Adds support for building arm64 Android. 2014-09-03 23:31:51 +00:00
cpuinfo_linux.cc Fixes to run "Hello, world!" on arm64 hardware. 2014-06-03 18:38:28 +00:00
cpuinfo_macos.cc Updates refactoring of CPU feature detection 2014-02-24 19:28:30 +00:00
cpuinfo_test.cc Updates refactoring of CPU feature detection 2014-02-24 19:28:30 +00:00
cpuinfo_win.cc Updates refactoring of CPU feature detection 2014-02-24 19:28:30 +00:00
custom_isolate_test.cc - Remove Dart_ReceivePortGetId, Dart_GetReceivePort and Dart_PostMessage. 2014-06-30 17:46:26 +00:00
dart.cc Move notification of isolate creation until after the ObjectStore is initialized. 2014-12-12 20:21:27 +00:00
dart.h Split service into VM and embedder specific bits. 2014-01-14 22:34:43 +00:00
dart_api_impl.cc Too much const kills the build 2014-12-31 00:26:27 +00:00
dart_api_impl.h - Refactor the way X.fromEnvironment is implemented. 2014-09-08 18:23:05 +00:00
dart_api_impl_test.cc Don't crash when generating error messages with malformed strings. 2014-10-01 00:49:36 +00:00
dart_api_message.cc Make sure Bigint._digits is always a Uint32List and bever null. Adapt type information for get:_digits. 2014-09-18 21:18:25 +00:00
dart_api_message.h Make sure Bigint._digits is always a Uint32List and bever null. Adapt type information for get:_digits. 2014-09-18 21:18:25 +00:00
dart_api_state.h - Separate the thread implementation used in bin/ and vm/ 2014-08-12 23:19:53 +00:00
dart_entry.cc Make CTX allocatable by the register allocator. 2014-10-30 15:42:38 +00:00
dart_entry.h Make CTX allocatable by the register allocator. 2014-10-30 15:42:38 +00:00
dart_entry_test.cc Adds Simulator Longjmp and enables many tests for arm64. 2014-04-30 23:07:47 +00:00
datastream.h Change snapshot versioning code to use plain strings instead of Dart strings 2014-08-29 20:39:21 +00:00
debugger.cc Introduce is_debuggable state bit on function objects 2014-12-29 22:31:17 +00:00
debugger.h Support breakpoints in deferred libraries 2014-12-19 16:35:37 +00:00
debugger_api_impl.cc Remove deprecated debugger code 2014-12-20 00:20:03 +00:00
debugger_api_impl_test.cc Remove deprecated debugger code 2014-12-20 00:20:03 +00:00
debugger_arm.cc Remove saving/restoring of the context at function entry. 2014-10-31 07:35:51 +00:00
debugger_arm64.cc Remove saving/restoring of the context at function entry. 2014-10-31 07:35:51 +00:00
debugger_ia32.cc Remove saving/restoring of the context at function entry. 2014-10-31 07:35:51 +00:00
debugger_mips.cc Remove saving/restoring of the context at function entry. 2014-10-31 07:35:51 +00:00
debugger_test.cc vmservice protocol cleanup 2014-08-25 18:53:43 +00:00
debugger_x64.cc Remove saving/restoring of the context at function entry. 2014-10-31 07:35:51 +00:00
debuginfo.h
debuginfo_android.cc
debuginfo_linux.cc
deferred_objects.cc Allocation sinking for contexts. 2014-11-13 13:53:58 +00:00
deferred_objects.h Allocation sinking for contexts. 2014-11-13 13:53:58 +00:00
deopt_instructions.cc Allocation sinking for contexts. 2014-11-13 13:53:58 +00:00
deopt_instructions.h Reland and fix bug: Don't store redundant compile-type at values. 2014-11-21 12:04:05 +00:00
disassembler.cc Add inlining ranges/intervals to code objects so that we can map a pc to the inlined stack. The mapping is not fast, used only for disassembly. 2014-12-19 20:03:27 +00:00
disassembler.h Add inlining ranges/intervals to code objects so that we can map a pc to the inlined stack. The mapping is not fast, used only for disassembly. 2014-12-19 20:03:27 +00:00
disassembler_arm.cc Add inlining ranges/intervals to code objects so that we can map a pc to the inlined stack. The mapping is not fast, used only for disassembly. 2014-12-19 20:03:27 +00:00
disassembler_arm64.cc Process two 32-bit digits as one 64-bit digit in all bigint intrinsics on ARM64. 2015-01-05 20:46:48 +00:00
disassembler_ia32.cc Add inlining ranges/intervals to code objects so that we can map a pc to the inlined stack. The mapping is not fast, used only for disassembly. 2014-12-19 20:03:27 +00:00
disassembler_mips.cc Improve generated MIPS code for conditional expressions and branches by delaying 2014-12-22 20:50:15 +00:00
disassembler_test.cc Adds Simulator Longjmp and enables many tests for arm64. 2014-04-30 23:07:47 +00:00
disassembler_x64.cc Add inlining ranges/intervals to code objects so that we can map a pc to the inlined stack. The mapping is not fast, used only for disassembly. 2014-12-19 20:03:27 +00:00
double_conversion.cc
double_conversion.h
double_internals.h
elfgen.h - Need M*Lockers in elfgen.h. 2014-08-12 23:32:58 +00:00
exceptions.cc MemorySanitizer support. 2014-12-23 01:07:58 +00:00
exceptions.h Cleanup throwing of the RangeError in the runtime to remove duplicated code. 2014-09-05 13:15:56 +00:00
exceptions_test.cc Cleanup of error and warning reporting. 2014-06-18 22:30:34 +00:00
find_code_object_test.cc Adds far-branches to arm64. 2014-05-12 18:43:08 +00:00
flags.cc Improve debugger in MIPS simulator. 2014-12-05 18:37:11 +00:00
flags.h Show flags in Observatory. 2014-05-27 21:27:17 +00:00
flags_test.cc
flow_graph.cc Don't merge indirect entries. 2014-12-11 12:18:36 +00:00
flow_graph.h Cleanups. 2014-12-02 18:48:12 +00:00
flow_graph_allocator.cc Cleanups. 2014-12-02 18:48:12 +00:00
flow_graph_allocator.h Make CTX allocatable by the register allocator. 2014-10-30 15:42:38 +00:00
flow_graph_builder.cc Add a few safe points for the debugger to stop 2014-12-19 17:56:35 +00:00
flow_graph_builder.h Enable inlining inside try-blocks in the VM's optimizing compiler. 2014-12-04 12:29:28 +00:00
flow_graph_compiler.cc Define a lower threshold for optimizing irregexp generated functions. 2015-01-06 13:56:21 +00:00
flow_graph_compiler.h Add inlining ranges/intervals to code objects so that we can map a pc to the inlined stack. The mapping is not fast, used only for disassembly. 2014-12-19 20:03:27 +00:00
flow_graph_compiler_arm.cc Do not clobber dead temp registers at RestoreLiveRegisters as it may destroy the content of the result register as well. Fixes issue 21957. 2014-12-24 01:20:41 +00:00
flow_graph_compiler_arm64.cc Do not clobber dead temp registers at RestoreLiveRegisters as it may destroy the content of the result register as well. Fixes issue 21957. 2014-12-24 01:20:41 +00:00
flow_graph_compiler_ia32.cc Do not clobber dead temp registers at RestoreLiveRegisters as it may destroy the content of the result register as well. Fixes issue 21957. 2014-12-24 01:20:41 +00:00
flow_graph_compiler_mips.cc Do not clobber dead temp registers at RestoreLiveRegisters as it may destroy the content of the result register as well. Fixes issue 21957. 2014-12-24 01:20:41 +00:00
flow_graph_compiler_x64.cc Do not clobber dead temp registers at RestoreLiveRegisters as it may destroy the content of the result register as well. Fixes issue 21957. 2014-12-24 01:20:41 +00:00
flow_graph_inliner.cc Add inlining ranges/intervals to code objects so that we can map a pc to the inlined stack. The mapping is not fast, used only for disassembly. 2014-12-19 20:03:27 +00:00
flow_graph_inliner.h Add inlining ranges/intervals to code objects so that we can map a pc to the inlined stack. The mapping is not fast, used only for disassembly. 2014-12-19 20:03:27 +00:00
flow_graph_optimizer.cc Move ConstantPropagator from flow_graph_optimizer.cc/.h into separate files. 2014-12-29 14:41:27 +00:00
flow_graph_optimizer.h Move ConstantPropagator from flow_graph_optimizer.cc/.h into separate files. 2014-12-29 14:41:27 +00:00
flow_graph_range_analysis.cc Cleanup access to Instruction's fields (especially deopt_id_). 2014-12-16 18:27:24 +00:00
flow_graph_range_analysis.h Improve bitwise OR, AND ranges by using the same approximation we use for XOR. 2014-12-10 18:36:37 +00:00
flow_graph_range_analysis_test.cc Fix vm/cc/RangeAnd test 2014-12-10 19:11:02 +00:00
flow_graph_type_propagator.cc Integrate the Irregexp Regular Expression Engine. 2014-11-26 09:32:43 +00:00
flow_graph_type_propagator.h Improve type propagation for AssertAssignable. 2014-11-10 16:25:48 +00:00
freelist.cc Deletion barrier preparation: validate overwritten references. 2015-01-02 18:16:13 +00:00
freelist.h Deletion barrier preparation: validate overwritten references. 2015-01-02 18:16:13 +00:00
freelist_test.cc Simplify VirtualMemory by removing unused ReserveAligned method. 2014-10-09 15:59:28 +00:00
gc_marker.cc Make helper functions static to avoid accidental collision and potentially aid optimization. 2015-01-07 01:02:40 +00:00
gc_marker.h - Account for live size in marker. 2014-04-24 23:20:48 +00:00
gc_sweeper.cc - Fine grain locking of free list when sweeping concurrently. 2014-10-10 19:44:41 +00:00
gc_sweeper.h - Fine grain locking of free list when sweeping concurrently. 2014-10-10 19:44:41 +00:00
gdbjit_android.cc
gdbjit_android.h
gdbjit_linux.cc
gdbjit_linux.h
globals.h - Remove Isolate::CurrentAddress(). 2014-09-25 23:39:30 +00:00
growable_array.h Integrate the Irregexp Regular Expression Engine. 2014-11-26 09:32:43 +00:00
growable_array_test.cc
guard_field_test.cc Uses double load/store on arm64, enables tests. 2014-05-02 20:16:22 +00:00
handles.cc - Ensure that BaseIsolate is only used to break the header include cycles. 2014-05-05 21:45:38 +00:00
handles.h - Ensure that BaseIsolate is only used to break the header include cycles. 2014-05-05 21:45:38 +00:00
handles_impl.h Use a bit in the handle structure to indicate if it is a prologue weak handle instead of the tagging the address. 2014-03-21 17:23:33 +00:00
handles_test.cc
hash_map.h
hash_map_test.cc
hash_table.h Clear the handle returned by HashTable::Release in ~HashTable. 2014-09-30 17:05:19 +00:00
hash_table_test.cc Add 'Clear' method to HashMap/HashSet templates. 2014-09-17 23:44:51 +00:00
heap.cc Check mark bit when verifying heap. 2014-10-06 19:24:45 +00:00
heap.h Check mark bit when verifying heap. 2014-10-06 19:24:45 +00:00
heap_test.cc Fix allocation stats bug on ARM; add unit test. 2014-11-20 19:20:17 +00:00
il_printer.cc Cleanup access to Instruction's fields (especially deopt_id_). 2014-12-16 18:27:24 +00:00
il_printer.h Cleanups. 2014-12-02 18:48:12 +00:00
instructions.h Begins work on ARM64, first assembler test. 2014-04-02 17:39:32 +00:00
instructions_arm.cc Rename ShifterOperand to Operand on ARM. 2014-05-27 23:18:17 +00:00
instructions_arm.h Adds support for ARMv6. 2014-03-07 19:17:36 +00:00
instructions_arm64.cc Adds debugger patching to arm64. 2014-05-09 23:20:14 +00:00
instructions_arm64.h Adds debugger patching to arm64. 2014-05-09 23:20:14 +00:00
instructions_arm64_test.cc Make AllocateArray stub patchable, like instance allocation stubs. 2014-09-25 23:31:08 +00:00
instructions_arm_test.cc Make AllocateArray stub patchable, like instance allocation stubs. 2014-09-25 23:31:08 +00:00
instructions_ia32.cc
instructions_ia32.h
instructions_ia32_test.cc Make AllocateArray stub patchable, like instance allocation stubs. 2014-09-25 23:31:08 +00:00
instructions_mips.cc Fixes ABI bug in MIPS. 2014-01-29 23:07:50 +00:00
instructions_mips.h Pattern match on generated code to find edge counters. 2013-10-01 10:22:47 +00:00
instructions_mips_test.cc Make AllocateArray stub patchable, like instance allocation stubs. 2014-09-25 23:31:08 +00:00
instructions_x64.cc Fix debugger stub patching on x64 architecture 2014-01-14 23:27:13 +00:00
instructions_x64.h Fix debugger stub patching on x64 architecture 2014-01-14 23:27:13 +00:00
instructions_x64_test.cc Make AllocateArray stub patchable, like instance allocation stubs. 2014-09-25 23:31:08 +00:00
intermediate_language.cc Move ConstantPropagator from flow_graph_optimizer.cc/.h into separate files. 2014-12-29 14:41:27 +00:00
intermediate_language.h Add inlining ranges/intervals to code objects so that we can map a pc to the inlined stack. The mapping is not fast, used only for disassembly. 2014-12-19 20:03:27 +00:00
intermediate_language_arm.cc Merge RawICData::range_feedback_ field into RawICData::state_bits_. 2014-12-16 13:12:35 +00:00
intermediate_language_arm64.cc Pass condition result explicitly. Do not imply the existence of a status 2014-12-12 21:12:40 +00:00
intermediate_language_ia32.cc Merge RawICData::range_feedback_ field into RawICData::state_bits_. 2014-12-16 13:12:35 +00:00
intermediate_language_mips.cc Improve generated MIPS code for conditional expressions and branches by delaying 2014-12-22 20:50:15 +00:00
intermediate_language_test.cc Consolidate all range analysis related code in a separate file. 2014-08-06 12:43:49 +00:00
intermediate_language_x64.cc Merge RawICData::range_feedback_ field into RawICData::state_bits_. 2014-12-16 13:12:35 +00:00
intrinsifier.cc Cleanups. 2014-12-02 18:48:12 +00:00
intrinsifier.h More intrinsics in IR. 2014-09-10 13:34:58 +00:00
intrinsifier_arm.cc Make helper functions static to avoid accidental collision and potentially aid optimization. 2015-01-07 01:02:40 +00:00
intrinsifier_arm64.cc Make helper functions static to avoid accidental collision and potentially aid optimization. 2015-01-07 01:02:40 +00:00
intrinsifier_ia32.cc Make helper functions static to avoid accidental collision and potentially aid optimization. 2015-01-07 01:02:40 +00:00
intrinsifier_mips.cc Make helper functions static to avoid accidental collision and potentially aid optimization. 2015-01-07 01:02:40 +00:00
intrinsifier_x64.cc Make helper functions static to avoid accidental collision and potentially aid optimization. 2015-01-07 01:02:40 +00:00
isolate.cc - Allow an isolate to be started in paused state. 2014-12-30 23:52:37 +00:00
isolate.h - Allow an isolate to be started in paused state. 2014-12-30 23:52:37 +00:00
isolate_test.cc Revert revision 39617 "Create isolates in a separate thread." 2014-08-28 09:52:59 +00:00
json_stream.cc Preserve the contents of Dart strings with unmatched surrogate halfs by avoiding a UTF16 -> UTF8 -> UTF16 conversion. 2014-09-11 18:42:04 +00:00
json_stream.h Preserve the contents of Dart strings with unmatched surrogate halfs by avoiding a UTF16 -> UTF8 -> UTF16 conversion. 2014-09-11 18:42:04 +00:00
json_test.cc Fix out-of-bounds access in JSONStream test. 2014-12-23 17:24:13 +00:00
libdart_dependency_helper.cc
locations.cc Support remaping of pair location inside materializations for slow paths. 2014-12-16 15:18:51 +00:00
locations.h Support remaping of pair location inside materializations for slow paths. 2014-12-16 15:18:51 +00:00
lockers.h - Account for number of pending tasks in old-space collections. 2014-08-20 03:54:14 +00:00
longjump.cc 1. Restructure reusable handles to make individual Scopes for each handle type 2014-03-08 00:26:29 +00:00
longjump.h Replaces LongJump with LongJumpScope. 2014-01-04 01:23:43 +00:00
longjump_test.cc Replaces LongJump with LongJumpScope. 2014-01-04 01:23:43 +00:00
megamorphic_cache_table.cc Introduce is_debuggable state bit on function objects 2014-12-29 22:31:17 +00:00
megamorphic_cache_table.h Fixes a couple problems with GC of unoptimized code. 2013-11-23 00:17:28 +00:00
memory_region.cc
memory_region.h Make unused semispace available to other isolates. 2014-06-06 20:20:34 +00:00
memory_region_test.cc
message.cc - Implement Isolate.ping. 2014-12-08 22:45:10 +00:00
message.h - Implement Isolate.ping. 2014-12-08 22:45:10 +00:00
message_handler.cc - Implement Isolate.ping. 2014-12-08 22:45:10 +00:00
message_handler.h - Implement Isolate.ping. 2014-12-08 22:45:10 +00:00
message_handler_test.cc Fix deadlock that can occur while handling service messages at a breakpoint. 2014-10-27 16:57:21 +00:00
message_test.cc - Implement Isolate.ping. 2014-12-08 22:45:10 +00:00
method_recognizer.cc VM: Remove use of IterableMixinWorkaround from _List, _ImmutableList and _GrowableList. 2014-12-02 10:38:51 +00:00
method_recognizer.h Modify Bigint _mulAdd, _sqrAdd, _estQuotientDigit, and Montgomery _mulMod 2014-12-29 18:40:44 +00:00
metrics.cc - Add and enable concurrent sweeper. 2014-08-27 13:37:55 +00:00
metrics.h - Add VMMetric and some sample metrics 2014-08-15 17:35:00 +00:00
metrics_test.cc - Add VMMetric and some sample metrics 2014-08-15 17:35:00 +00:00
mirrors_api_impl.cc Runtime support for evaluation of static field initializer expressions 2014-08-19 21:53:44 +00:00
native_api_impl.cc Fix for issue 19817 2014-07-22 20:08:15 +00:00
native_arguments.h MemorySanitizer support. 2014-12-23 01:07:58 +00:00
native_entry.cc MemorySanitizer support. 2014-12-23 01:07:58 +00:00
native_entry.h MemorySanitizer support. 2014-12-23 01:07:58 +00:00
native_entry_test.cc
native_entry_test.h
native_message_handler.cc - Separate the thread implementation used in bin/ and vm/ 2014-08-12 23:19:53 +00:00
native_message_handler.h
native_symbol.h Build map of code regions and address ticks for profile report. 2014-01-03 19:55:50 +00:00
native_symbol_android.cc - Separate the thread implementation used in bin/ and vm/ 2014-08-12 23:19:53 +00:00
native_symbol_linux.cc - Separate the thread implementation used in bin/ and vm/ 2014-08-12 23:19:53 +00:00
native_symbol_macos.cc - Separate the thread implementation used in bin/ and vm/ 2014-08-12 23:19:53 +00:00
native_symbol_win.cc - Separate the thread implementation used in bin/ and vm/ 2014-08-12 23:19:53 +00:00
object.cc Make helper functions static to avoid accidental collision and potentially aid optimization. 2015-01-07 01:02:40 +00:00
object.h Introduce is_debuggable state bit on function objects 2014-12-29 22:31:17 +00:00
object_arm64_test.cc Expands the use of Immediate and Operand wrappers. 2014-10-03 19:46:24 +00:00
object_arm_test.cc Rename ShifterOperand to Operand on ARM. 2014-05-27 23:18:17 +00:00
object_graph.cc Make helper functions static to avoid accidental collision and potentially aid optimization. 2015-01-07 01:02:40 +00:00
object_graph.h vmservice: basic object graph serialization. 2014-12-02 19:33:09 +00:00
object_graph_test.cc Include parent field/list index in retaining path. 2014-07-02 20:37:56 +00:00
object_ia32_test.cc
object_id_ring.cc Treat null like the object it is in the Observatory and Service. 2014-08-27 19:36:29 +00:00
object_id_ring.h Treat null like the object it is in the Observatory and Service. 2014-08-27 19:36:29 +00:00
object_id_ring_test.cc Treat null like the object it is in the Observatory and Service. 2014-08-27 19:36:29 +00:00
object_mips_test.cc Merge (x & y) == 0 pattern to emit a single test instruction. 2013-11-06 12:13:29 +00:00
object_set.h Address MSVS 2013 warning C4146: unary minus operator applied to unsigned type, result still unsigned 2014-09-25 22:15:43 +00:00
object_store.cc Allow Symbols in switch and maps 2014-12-10 00:24:07 +00:00
object_store.h Allow Symbols in switch and maps 2014-12-10 00:24:07 +00:00
object_store_test.cc
object_test.cc Wait for concurrent sweeper in vm/cc/PrintJSON. 2014-11-15 00:44:36 +00:00
object_x64_test.cc Fix for issue 14790 - Crash when using dartium devtools 2013-11-08 00:25:40 +00:00
os.h - Fix a lot of warnings generated by -Wshorten-64-to-32 2014-07-23 14:10:13 +00:00
os_android.cc Adds support for building arm64 Android. 2014-09-03 23:31:51 +00:00
os_linux.cc Tweaks to perf jitdump support 2014-08-20 20:43:54 +00:00
os_macos.cc - Fix a lot of warnings generated by -Wshorten-64-to-32 2014-07-23 14:10:13 +00:00
os_test.cc - Fix a lot of warnings generated by -Wshorten-64-to-32 2014-07-23 14:10:13 +00:00
os_win.cc Fix following compiler warnings: 2014-09-30 23:29:26 +00:00
pages.cc Deletion barrier preparation: validate overwritten references. 2015-01-02 18:16:13 +00:00
pages.h Deletion barrier preparation: validate overwritten references. 2015-01-02 18:16:13 +00:00
pages_test.cc - Convert heap sizes to words from bytes. 2013-11-16 00:17:52 +00:00
parser.cc Introduce is_debuggable state bit on function objects 2014-12-29 22:31:17 +00:00
parser.h Expose set_source service command for functions 2014-12-04 23:35:24 +00:00
parser_test.cc Remove saving/restoring of the context at function entry. 2014-10-31 07:35:51 +00:00
port.cc Refactor isolate startup code in preparation for making isolate spawning more truly non-blocking. 2014-08-20 19:57:09 +00:00
port.h Refactor isolate startup code in preparation for making isolate spawning more truly non-blocking. 2014-08-20 19:57:09 +00:00
port_test.cc Refactor isolate startup code in preparation for making isolate spawning more truly non-blocking. 2014-08-20 19:57:09 +00:00
proccpuinfo.cc - Sort out confusion between malloc/free and new/delete. 2014-02-27 09:33:44 +00:00
proccpuinfo.h Updates refactoring of CPU feature detection 2014-02-24 19:28:30 +00:00
profiler.cc Make all tests pass ASAN. 2015-01-06 15:44:26 +00:00
profiler.h - Separate the thread implementation used in bin/ and vm/ 2014-08-12 23:19:53 +00:00
profiler_test.cc Rework Sample class 2014-02-20 21:10:07 +00:00
random.cc - Add a per-isolate pseudo random number generator to the 2013-11-06 00:59:46 +00:00
random.h - Add a minimal implementation of Capability. 2014-04-23 19:44:03 +00:00
raw_object.cc Deletion barrier preparation: validate overwritten references. 2015-01-02 18:16:13 +00:00
raw_object.h Deletion barrier preparation: validate overwritten references. 2015-01-02 18:16:13 +00:00
raw_object_snapshot.cc Integrate the Irregexp Regular Expression Engine. 2014-11-26 09:32:43 +00:00
regexp.cc Replace the use of local variables for irregexp registers by a typed array. 2015-01-05 15:14:53 +00:00
regexp.h Integrate the Irregexp Regular Expression Engine. 2014-11-26 09:32:43 +00:00
regexp_assembler.cc Eliminate bounds checks on fixed-length registers array. 2015-01-07 12:24:46 +00:00
regexp_assembler.h Replace the use of local variables for irregexp registers by a typed array. 2015-01-05 15:14:53 +00:00
regexp_ast.cc Integrate the Irregexp Regular Expression Engine. 2014-11-26 09:32:43 +00:00
regexp_ast.h Integrate the Irregexp Regular Expression Engine. 2014-11-26 09:32:43 +00:00
regexp_parser.cc Integrate the Irregexp Regular Expression Engine. 2014-11-26 09:32:43 +00:00
regexp_parser.h Integrate the Irregexp Regular Expression Engine. 2014-11-26 09:32:43 +00:00
regexp_test.cc Disable RegExp tests when using JSCRE backend. 2014-12-04 10:50:05 +00:00
report.cc Cleanup of error and warning reporting. 2014-06-18 22:30:34 +00:00
report.h Cleanup of error and warning reporting. 2014-06-18 22:30:34 +00:00
report_test.cc Don't double-escape strings in the VM Service, and don't use \u0000 to determine the string length. 2014-09-09 21:34:06 +00:00
resolver.cc Introduce is_debuggable state bit on function objects 2014-12-29 22:31:17 +00:00
resolver.h Cleanup StaticResolveType, it does not seem to be used anywhere. 2013-10-31 20:41:59 +00:00
resolver_test.cc Adds Simulator Longjmp and enables many tests for arm64. 2014-04-30 23:07:47 +00:00
reusable_handles.h Pass around the current isolate in exception handling code. 2014-06-17 18:17:03 +00:00
ring_buffer.h - Fix a lot of warnings generated by -Wshorten-64-to-32 2014-07-23 14:10:13 +00:00
ring_buffer_test.cc RingBuffer<T, N> utility with unit test; use for GC history. 2014-04-24 17:07:51 +00:00
runtime_entry.h Add runtime and native entry tags 2014-04-10 20:26:45 +00:00
runtime_entry_arm.cc Remove isolate pointer from context objects. 2014-10-24 12:19:20 +00:00
runtime_entry_arm64.cc Remove isolate pointer from context objects. 2014-10-24 12:19:20 +00:00
runtime_entry_ia32.cc Remove isolate pointer from context objects. 2014-10-24 12:19:20 +00:00
runtime_entry_mips.cc Remove isolate pointer from context objects. 2014-10-24 12:19:20 +00:00
runtime_entry_test.cc Adds Runtime call stub and Dart entry stub to ARM64. 2014-04-18 23:43:15 +00:00
runtime_entry_x64.cc Remove isolate pointer from context objects. 2014-10-24 12:19:20 +00:00
scanner.cc - Separate the thread implementation used in bin/ and vm/ 2014-08-12 23:19:53 +00:00
scanner.h Narrow String::CharAt from int32_t to uint16_t. 2014-09-11 20:55:36 +00:00
scanner_test.cc - Ensure that the token stream from generated source matches the 2013-10-23 19:08:36 +00:00
scavenger.cc MemorySanitizer support. 2014-12-23 01:07:58 +00:00
scavenger.h vmservice: basic object graph serialization. 2014-12-02 19:33:09 +00:00
scavenger_test.cc Add Heap::isolate_ to simplify code. 2014-04-25 17:49:27 +00:00
scopes.cc Remove saving/restoring of the context at function entry. 2014-10-31 07:35:51 +00:00
scopes.h Fix captured parameters and optimized try-catch. 2014-10-14 14:48:32 +00:00
scopes_test.cc Rename kDummyTokenIndex to kNoSourcePos 2014-01-21 23:46:26 +00:00
service.cc Make helper functions static to avoid accidental collision and potentially aid optimization. 2015-01-07 01:02:40 +00:00
service.h vmservice: basic object graph serialization. 2014-12-02 19:33:09 +00:00
service_sources.gypi Split service into VM and embedder specific bits. 2014-01-14 22:34:43 +00:00
service_test.cc Add option to get only reference. 2014-12-17 22:19:18 +00:00
signal_handler.h Fixes for the profiler on arm64. 2014-09-19 16:25:16 +00:00
signal_handler_android.cc Fixes for the profiler on arm64. 2014-09-19 16:25:16 +00:00
signal_handler_linux.cc Fixes for the profiler on arm64. 2014-09-19 16:25:16 +00:00
signal_handler_macos.cc Fixes for the profiler on arm64. 2014-09-19 16:25:16 +00:00
signal_handler_win.cc Fixes for the profiler on arm64. 2014-09-19 16:25:16 +00:00
simulator.h Begins work on ARM64, first assembler test. 2014-04-02 17:39:32 +00:00
simulator_arm.cc Fix builds on Mac: icount_ is intptr_t. 2014-12-24 01:07:17 +00:00
simulator_arm.h Improve generated MIPS code for conditional expressions and branches by delaying 2014-12-22 20:50:15 +00:00
simulator_arm64.cc Process two 32-bit digits as one 64-bit digit in all bigint intrinsics on ARM64. 2015-01-05 20:46:48 +00:00
simulator_arm64.h Improve generated MIPS code for conditional expressions and branches by delaying 2014-12-22 20:50:15 +00:00
simulator_mips.cc Fix builds on Mac: icount_ is intptr_t. 2014-12-24 01:07:17 +00:00
simulator_mips.h Improve generated MIPS code for conditional expressions and branches by delaying 2014-12-22 20:50:15 +00:00
snapshot.cc Deletion barrier preparation: validate overwritten references. 2015-01-02 18:16:13 +00:00
snapshot.h Fix error string to include information about class and library when the snapshot writer throws an exception for objects that cannot be serialized. 2014-12-20 00:41:48 +00:00
snapshot_ids.h Object ids in snapshots are assigned sequentially, and can in many cases be omitted by the writer and inferred by the reader. The exceptions are the classes that are serialized in two steps (arrays and user-level Dart instances), where the second step must include the id. 2014-07-15 21:47:00 +00:00
snapshot_test.cc New bigint implementation in the vm. 2014-09-09 21:47:44 +00:00
snapshot_test.dart
snapshot_test_in.dat
spaces.h Corrected resubmssion of r34736. 2014-04-04 21:04:48 +00:00
stack_frame.cc MemorySanitizer support. 2014-12-23 01:07:58 +00:00
stack_frame.h Make CTX allocatable by the register allocator. 2014-10-30 15:42:38 +00:00
stack_frame_arm.h Make CTX allocatable by the register allocator. 2014-10-30 15:42:38 +00:00
stack_frame_arm64.h Make CTX allocatable by the register allocator. 2014-10-30 15:42:38 +00:00
stack_frame_ia32.h Make CTX allocatable by the register allocator. 2014-10-30 15:42:38 +00:00
stack_frame_mips.h Make CTX allocatable by the register allocator. 2014-10-30 15:42:38 +00:00
stack_frame_test.cc * Rename misleading Instance::Equals to CanonicalizeEquals and document it. 2014-05-12 20:53:23 +00:00
stack_frame_x64.h Make CTX allocatable by the register allocator. 2014-10-30 15:42:38 +00:00
store_buffer.cc
store_buffer.h - Add and enable concurrent sweeper. 2014-08-27 13:37:55 +00:00
stub_code.cc Remove isolate pointer from context objects. 2014-10-24 12:19:20 +00:00
stub_code.h Range feedback for arithmetic operations. 2014-12-15 18:48:15 +00:00
stub_code_arm.cc Fix crash in observatory: stub code do not have inlined intervals information. Added more comments to inline cache stub code. 2014-12-22 13:24:31 +00:00
stub_code_arm64.cc Fix crash in observatory: stub code do not have inlined intervals information. Added more comments to inline cache stub code. 2014-12-22 13:24:31 +00:00
stub_code_arm64_test.cc Make CTX allocatable by the register allocator. 2014-10-30 15:42:38 +00:00
stub_code_arm_test.cc Make CTX allocatable by the register allocator. 2014-10-30 15:42:38 +00:00
stub_code_ia32.cc Fix crash in observatory: stub code do not have inlined intervals information. Added more comments to inline cache stub code. 2014-12-22 13:24:31 +00:00
stub_code_ia32_test.cc Make CTX allocatable by the register allocator. 2014-10-30 15:42:38 +00:00
stub_code_mips.cc Improve generated MIPS code for conditional expressions and branches by delaying 2014-12-22 20:50:15 +00:00
stub_code_mips_test.cc Make CTX allocatable by the register allocator. 2014-10-30 15:42:38 +00:00
stub_code_x64.cc Fix crash in observatory: stub code do not have inlined intervals information. Added more comments to inline cache stub code. 2014-12-22 13:24:31 +00:00
stub_code_x64_test.cc Make CTX allocatable by the register allocator. 2014-10-30 15:42:38 +00:00
symbols.cc - Add a separate step to finalize the VM isolate explicitly. 2014-10-17 17:02:19 +00:00
symbols.h Eliminate bounds checks on fixed-length registers array. 2015-01-07 12:24:46 +00:00
tags.cc Initial UserTag and dart:profiler library 2014-04-10 22:32:45 +00:00
tags.h Profiler tweaks 2014-07-23 21:09:25 +00:00
thread.h - Account for number of pending tasks in old-space collections. 2014-08-20 03:54:14 +00:00
thread_android.cc - Address review comments from https://codereview.chromium.org/474913004/ 2014-08-20 18:37:29 +00:00
thread_android.h - Separate the thread implementation used in bin/ and vm/ 2014-08-12 23:19:53 +00:00
thread_interrupter.cc - Separate the thread implementation used in bin/ and vm/ 2014-08-12 23:19:53 +00:00
thread_interrupter.h Fixes for the profiler on arm64. 2014-09-19 16:25:16 +00:00
thread_interrupter_android.cc Fixes for the profiler on arm64. 2014-09-19 16:25:16 +00:00
thread_interrupter_linux.cc Fixes for the profiler on arm64. 2014-09-19 16:25:16 +00:00
thread_interrupter_macos.cc Fixes for the profiler on arm64. 2014-09-19 16:25:16 +00:00
thread_interrupter_test.cc * Introduce ThreadInterrupter which calls a TLS set callback when thread is interrupted. 2013-12-16 18:52:15 +00:00
thread_interrupter_win.cc Fixes for the profiler on arm64. 2014-09-19 16:25:16 +00:00
thread_linux.cc - Account for number of pending tasks in old-space collections. 2014-08-20 03:54:14 +00:00
thread_linux.h - Separate the thread implementation used in bin/ and vm/ 2014-08-12 23:19:53 +00:00
thread_macos.cc - Account for number of pending tasks in old-space collections. 2014-08-20 03:54:14 +00:00
thread_macos.h - Separate the thread implementation used in bin/ and vm/ 2014-08-12 23:19:53 +00:00
thread_pool.cc - Separate the thread implementation used in bin/ and vm/ 2014-08-12 23:19:53 +00:00
thread_pool.h - Separate the thread implementation used in bin/ and vm/ 2014-08-12 23:19:53 +00:00
thread_pool_test.cc - Address review comments from https://codereview.chromium.org/474913004/ 2014-08-20 18:37:29 +00:00
thread_test.cc - Separate the thread implementation used in bin/ and vm/ 2014-08-12 23:19:53 +00:00
thread_win.cc - Account for number of pending tasks in old-space collections. 2014-08-20 03:54:14 +00:00
thread_win.h - Separate the thread implementation used in bin/ and vm/ 2014-08-12 23:19:53 +00:00
timer.cc Extend Timer to track longest contiguous interval, and add GC timer. 2014-04-04 22:13:59 +00:00
timer.h - Ensure that BaseIsolate is only used to break the header include cycles. 2014-05-05 21:45:38 +00:00
token.cc Range feedback for arithmetic operations. 2014-12-15 18:48:15 +00:00
token.h Range feedback for arithmetic operations. 2014-12-15 18:48:15 +00:00
trace_buffer.cc Add support to trace warnings in TraceBuffer. 2014-06-13 00:47:15 +00:00
trace_buffer.h Add support to trace warnings in TraceBuffer. 2014-06-13 00:47:15 +00:00
trace_buffer_test.cc Add support to trace warnings in TraceBuffer. 2014-06-13 00:47:15 +00:00
unibrow-inl.h Integrate the Irregexp Regular Expression Engine. 2014-11-26 09:32:43 +00:00
unibrow.cc Integrate the Irregexp Regular Expression Engine. 2014-11-26 09:32:43 +00:00
unibrow.h Integrate the Irregexp Regular Expression Engine. 2014-11-26 09:32:43 +00:00
unicode.cc Don't crash when generating error messages with malformed strings. 2014-10-01 00:49:36 +00:00
unicode.h Integrate the Irregexp Regular Expression Engine. 2014-11-26 09:32:43 +00:00
unicode_data.cc
unicode_test.cc
unit_test.cc Move dart2js from sdk/lib/_internal/compiler to pkg/compiler 2014-11-05 08:51:01 +00:00
unit_test.h Range feedback for arithmetic operations. 2014-12-15 18:48:15 +00:00
utils_test.cc Fix typo in unit test. 2014-09-09 23:31:16 +00:00
verified_memory.cc Add VerifiedMemory helper for write-barrier verification. 2014-10-29 19:56:12 +00:00
verified_memory.h Support verified heap pointer writes on ia32. 2014-11-12 23:47:42 +00:00
verified_memory_test.cc Add simpler unit tests for VerifiedMemory. 2014-11-05 18:26:36 +00:00
verifier.cc Support verified heap pointer writes on ia32. 2014-11-12 23:47:42 +00:00
verifier.h Check mark bit when verifying heap. 2014-10-06 19:24:45 +00:00
version.h Checks snapshot validity using a hash of source file instead of a version string. 2014-09-09 01:44:48 +00:00
version_in.cc Checks snapshot validity using a hash of source file instead of a version string. 2014-09-09 01:44:48 +00:00
virtual_memory.cc Simplify VirtualMemory by removing unused ReserveAligned method. 2014-10-09 15:59:28 +00:00
virtual_memory.h Deletion barrier preparation: validate overwritten references. 2015-01-02 18:16:13 +00:00
virtual_memory_android.cc Fix return types on macos+android. 2014-10-09 16:07:21 +00:00
virtual_memory_linux.cc Simplify VirtualMemory by removing unused ReserveAligned method. 2014-10-09 15:59:28 +00:00
virtual_memory_macos.cc Fix return types on macos+android. 2014-10-09 16:07:21 +00:00
virtual_memory_test.cc Deletion barrier preparation: validate overwritten references. 2015-01-02 18:16:13 +00:00
virtual_memory_win.cc Fix old bug in VirtualMemory::Commit on Windows. 2014-11-05 21:29:55 +00:00
visitor.h Revert r31601 (Use constants from the frame at OSR entry...). 2014-01-20 10:43:41 +00:00
vm.gypi Regularize naming to make BUILD.gn files easier to write. 2014-11-04 22:03:57 +00:00
vm_sources.gypi Move ConstantPropagator from flow_graph_optimizer.cc/.h into separate files. 2014-12-29 14:41:27 +00:00
vtune.cc
vtune.h
weak_code.cc Track references to allocation stubs via static_calls_table, instead of keeping two referencers alive. 2014-09-26 20:17:53 +00:00
weak_code.h Break out WeakCodeReferences to own file in preparation to use it outside object.cc. 2014-09-24 22:43:05 +00:00
weak_table.cc
weak_table.h
zone.cc - Added Dart_GetNativeIsolateData so that the bindings code can access the IsolateCurrentData 2013-09-23 23:53:39 +00:00
zone.h - Ensure that BaseIsolate is only used to break the header include cycles. 2014-05-05 21:45:38 +00:00
zone_test.cc VM: Make ZoneAllocated-objects that don't need a vtable smaller. 2014-06-11 10:54:16 +00:00