dart-sdk/runtime/vm
zerny@google.com e449cd0329 Propagate the stack trace of the inner-most throw when using async/await.
This patch does not provide a full async stack trace, it only ensures
that the inner-most stack frame will be the point of the initial throw.

BUG=http://dartbug.com/22009
R=iposva@google.com

Review URL: https://codereview.chromium.org//893193004

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@43463 260f80e4-7a28-3924-810f-c04153c831b5
2015-02-04 11:54:23 +00:00
..
service Port _echo, etc commands to RPC 2015-02-03 23:17:05 +00:00
allocation.cc Isolate/Thread split: Isolate -> Zone for LocationSummary. 2015-01-15 21:29:57 +00:00
allocation.h Introduce simple Thread class to support gradual refactoring of interfaces. 2015-01-22 14:14: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 Improve constant pool implementation in the assembler. 2015-01-15 10:43:36 +00:00
assembler_arm.cc ARM port of r42723. 2015-01-16 16:51:23 +00:00
assembler_arm.h ARM port of r42723. 2015-01-16 16:51:23 +00:00
assembler_arm64.cc Improve constant pool implementation in the assembler. 2015-01-15 10:43:36 +00:00
assembler_arm64.h Improve constant pool implementation in the assembler. 2015-01-15 10:43:36 +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 x64 port of r42717. 2015-01-09 02:04:30 +00:00
assembler_ia32.h Distinguish between initialization and updates to object fields. Currently only for DEBUG mode verification, but will be needed for deletion barrier. 2015-01-08 20:45:39 +00:00
assembler_ia32_test.cc Unit tests for 'testb' instruction on ia32 and x64. 2015-01-09 17:22:16 +00:00
assembler_mips.cc Improve constant pool implementation in the assembler. 2015-01-15 10:43:36 +00:00
assembler_mips.h Improve constant pool implementation in the assembler. 2015-01-15 10:43:36 +00:00
assembler_mips_test.cc Fix MIPS assembler test. 2015-01-09 17:59:11 +00:00
assembler_test.cc Adds StoreIntoObject for arm64. 2014-04-22 19:44:11 +00:00
assembler_x64.cc Implement bitLength intrinsic on x64. 2015-01-23 22:41:05 +00:00
assembler_x64.h Implement bitLength intrinsic on x64. 2015-01-23 22:41:05 +00:00
assembler_x64_test.cc Implement bitLength intrinsic on x64. 2015-01-23 22:41:05 +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 Propagate the stack trace of the inner-most throw when using async/await. 2015-02-04 11:54:23 +00:00
ast_transformer.h Cleanup: use const reference for ParsedFunction where possible. 2015-01-28 00:41:09 +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 Introduce simple Thread class to support gradual refactoring of interfaces. 2015-01-22 14:14:16 +00:00
benchmark_test.cc Service isolate rework take 2 2015-01-29 18:31:27 +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
bit_vector.h Add Zone-based handle allocation interface and reduce use of Isolate-based interfaces. 2015-01-26 14:54:02 +00:00
bit_vector_test.cc Add Zone-based handle allocation interface and reduce use of Isolate-based interfaces. 2015-01-26 14:54:02 +00:00
bitfield.h Fix LoadOptimizer's handling of load/stores with constant indices for TypedData. 2015-01-26 15:14:35 +00:00
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 Cleanup: use const reference for ParsedFunction where possible. 2015-01-28 00:41:09 +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 Create string efficiently from Uint16List/View. 2015-01-28 12:44:44 +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 Fixes for updated third_party/android_tools. 2015-01-26 20:59:03 +00:00
cha.cc Do not ignore core libraries from CHA analysis. 2015-01-14 17:03:45 +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 Service isolate rework take 2 2015-01-29 18:31:27 +00:00
class_finalizer_test.cc Rename kDummyTokenIndex to kNoSourcePos 2014-01-21 23:46:26 +00:00
class_table.cc Add getClassList RPC 2015-02-03 17:59:45 +00:00
class_table.h Copy-on-write class table for concurrent reading. 2015-01-21 18:13:12 +00:00
code_descriptors.cc Store pc offset instead of absolute pc in the pc descriptors. 2015-01-23 12:30:11 +00:00
code_descriptors.h VM: Use PC offset instead of absolute PC in exception handler info. 2015-01-26 15:40:06 +00:00
code_descriptors_test.cc Add Zone-based handle allocation interface and reduce use of Isolate-based interfaces. 2015-01-26 14:54:02 +00:00
code_generator.cc VM: Share closure-call dispatchers. 2015-01-30 13:06:11 +00:00
code_generator.h Rename DeoptimizeAll to DeoptimizeFunctionsOnStack. 2015-01-29 17:45:54 +00:00
code_generator_test.cc Fix vm/cc/StaticNonNullSumCallCodegen. 2014-08-21 16:07:11 +00:00
code_observers.cc Rename Thread -> OSThread. 2015-01-15 02:30:07 +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 VM: Small generated code size improvements on x64. 2015-01-08 16:42:05 +00:00
code_patcher_arm.cc VM: Small generated code size improvements on x64. 2015-01-08 16:42:05 +00:00
code_patcher_arm64.cc VM: Small generated code size improvements on x64. 2015-01-08 16:42:05 +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 VM: Small generated code size improvements on x64. 2015-01-08 16:42:05 +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 VM: Small generated code size improvements on x64. 2015-01-08 16:42:05 +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 VM: Small generated code size improvements on x64. 2015-01-08 16:42:05 +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 Cleanup: use const reference for ParsedFunction where possible. 2015-01-28 00:41:09 +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 Upstream folding instanceof on a constant. 2015-01-27 22:17:14 +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 Begin migrating the vm service from a rest-style interface to a json-rpc style interface. 2015-02-02 23:15:40 +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 Service isolate rework take 2 2015-01-29 18:31:27 +00:00
dart.h Service isolate rework take 2 2015-01-29 18:31:27 +00:00
dart_api_impl.cc Make Dart_Invoke work for private static functions 2015-02-03 00:37:08 +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 Make Dart_Invoke work for private static functions 2015-02-03 00:37:08 +00:00
dart_api_message.cc Fix for issue 21398. 2015-01-12 23:14:30 +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 Rename Thread -> OSThread. 2015-01-15 02:30:07 +00:00
dart_entry.cc Suspend long jump scope when invoking Dart code. 2015-01-14 18:37:43 +00:00
dart_entry.h Make CTX allocatable by the register allocator. 2014-10-30 15:42:38 +00:00
dart_entry_test.cc MallocGrowableArray 2015-01-13 16:40:09 +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 Begin migrating the vm service from a rest-style interface to a json-rpc style interface. 2015-02-02 23:15:40 +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 Rename Thread -> OSThread. 2015-01-15 02:30:07 +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 Begin migrating the vm service from a rest-style interface to a json-rpc style interface. 2015-02-02 23:15:40 +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 Distinguish between initialization and updates to object fields. Currently only for DEBUG mode verification, but will be needed for deletion barrier. 2015-01-08 20:45:39 +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 Implement bitLength intrinsic on x64. 2015-01-23 22:41:05 +00:00
double_conversion.cc
double_conversion.h
double_internals.h
elfgen.h Rename Thread -> OSThread. 2015-01-15 02:30:07 +00:00
exceptions.cc Rename is_visible to is_reflectable; use is_debuggable instead of is_reflectable to decide whether to filter a frame from stack traces. 2015-01-23 21:16:40 +00:00
exceptions.h Simplify double to bigint conversion. 2015-01-13 21:29:44 +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 Cleanup: use const reference for ParsedFunction where possible. 2015-01-28 00:41:09 +00:00
flow_graph.h Cleanup: use const reference for ParsedFunction where possible. 2015-01-28 00:41:09 +00:00
flow_graph_allocator.cc Cleanup: use const reference for ParsedFunction where possible. 2015-01-28 00:41:09 +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 Propagate the stack trace of the inner-most throw when using async/await. 2015-02-04 11:54:23 +00:00
flow_graph_builder.h Propagate the stack trace of the inner-most throw when using async/await. 2015-02-04 11:54:23 +00:00
flow_graph_compiler.cc VM: Improve polymorphic check-class in optimized code. 2015-02-03 12:30:51 +00:00
flow_graph_compiler.h VM: Improve polymorphic check-class in optimized code. 2015-02-03 12:30:51 +00:00
flow_graph_compiler_arm.cc VM: Improve polymorphic check-class in optimized code. 2015-02-03 12:30:51 +00:00
flow_graph_compiler_arm64.cc VM: Improve polymorphic check-class in optimized code. 2015-02-03 12:30:51 +00:00
flow_graph_compiler_ia32.cc VM: Improve polymorphic check-class in optimized code. 2015-02-03 12:30:51 +00:00
flow_graph_compiler_mips.cc VM: Improve polymorphic check-class in optimized code. 2015-02-03 12:30:51 +00:00
flow_graph_compiler_x64.cc VM: Improve polymorphic check-class in optimized code. 2015-02-03 12:30:51 +00:00
flow_graph_inliner.cc VM: Improve polymorphic check-class in optimized code. 2015-02-03 12:30:51 +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 Cleanups: parsed_function()->function() => function() 2015-01-27 22:09:31 +00:00
flow_graph_optimizer.h Add Zone-based handle allocation interface and reduce use of Isolate-based interfaces. 2015-01-26 14:54:02 +00:00
flow_graph_range_analysis.cc Cleanups: parsed_function()->function() => function() 2015-01-27 22:09:31 +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 Add Zone-based handle allocation interface and reduce use of Isolate-based interfaces. 2015-01-26 14:54:02 +00:00
flow_graph_type_propagator.h Improve type propagation for AssertAssignable. 2014-11-10 16:25:48 +00:00
freelist.cc Rename Thread -> OSThread. 2015-01-15 02:30:07 +00:00
freelist.h Rename Thread -> OSThread. 2015-01-15 02:30:07 +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 Distinguish between initialization and updates to object fields. Currently only for DEBUG mode verification, but will be needed for deletion barrier. 2015-01-08 20:45:39 +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 Double-align Zone allocations to fix MIPS issue. 2015-01-13 01:56:30 +00:00
growable_array.h MallocGrowableArray 2015-01-13 16:40:09 +00:00
growable_array_test.cc MallocGrowableArray 2015-01-13 16:40:09 +00:00
guard_field_test.cc Uses double load/store on arm64, enables tests. 2014-05-02 20:16:22 +00:00
handles.cc Add Zone-based handle allocation interface and reduce use of Isolate-based interfaces. 2015-01-26 14:54:02 +00:00
handles.h Add Zone-based handle allocation interface and reduce use of Isolate-based interfaces. 2015-01-26 14:54:02 +00:00
handles_impl.h Add Zone-based handle allocation interface and reduce use of Isolate-based interfaces. 2015-01-26 14:54:02 +00:00
handles_test.cc
hash_map.h Improve constant pool implementation in the assembler. 2015-01-15 10:43:36 +00:00
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 Remove default heap size limit and add separate limit for externals. 2015-01-23 16:32:20 +00:00
heap.h Remove default heap size limit and add separate limit for externals. 2015-01-23 16:32:20 +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: parsed_function()->function() => function() 2015-01-27 22:09:31 +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
instructions_mips_test.cc Make AllocateArray stub patchable, like instance allocation stubs. 2014-09-25 23:31:08 +00:00
instructions_x64.cc VM: Emit compacter code for x64 branches to external labels. 2015-01-23 10:28:23 +00:00
instructions_x64.h VM: Emit compacter code for x64 branches to external labels. 2015-01-23 10:28:23 +00:00
instructions_x64_test.cc VM: Emit compacter code for x64 branches to external labels. 2015-01-23 10:28:23 +00:00
intermediate_language.cc Cleanup: use const reference for ParsedFunction where possible. 2015-01-28 00:41:09 +00:00
intermediate_language.h Cleanup: use const reference for ParsedFunction where possible. 2015-01-28 00:41:09 +00:00
intermediate_language_arm.cc VM: Improve polymorphic check-class in optimized code. 2015-02-03 12:30:51 +00:00
intermediate_language_arm64.cc VM: Improve polymorphic check-class in optimized code. 2015-02-03 12:30:51 +00:00
intermediate_language_ia32.cc VM: Improve polymorphic check-class in optimized code. 2015-02-03 12:30:51 +00:00
intermediate_language_mips.cc VM: Improve polymorphic check-class in optimized code. 2015-02-03 12:30:51 +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 VM: Improve polymorphic check-class in optimized code. 2015-02-03 12:30:51 +00:00
intrinsifier.cc VM: Refactor more intrinsics of GrowableList to use IR builder. 2015-01-29 13:39:25 +00:00
intrinsifier.h Cleanup: use const reference for ParsedFunction where possible. 2015-01-28 00:41:09 +00:00
intrinsifier_arm.cc VM: Refactor more intrinsics of GrowableList to use IR builder. 2015-01-29 13:39:25 +00:00
intrinsifier_arm64.cc VM: Refactor more intrinsics of GrowableList to use IR builder. 2015-01-29 13:39:25 +00:00
intrinsifier_ia32.cc VM: Refactor more intrinsics of GrowableList to use IR builder. 2015-01-29 13:39:25 +00:00
intrinsifier_mips.cc VM: Refactor more intrinsics of GrowableList to use IR builder. 2015-01-29 13:39:25 +00:00
intrinsifier_x64.cc VM: Refactor more intrinsics of GrowableList to use IR builder. 2015-01-29 13:39:25 +00:00
isolate.cc Service isolate rework take 2 2015-01-29 18:31:27 +00:00
isolate.h Service isolate rework take 2 2015-01-29 18:31:27 +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 Port type arguments to new RPC protocol 2015-02-03 21:26:19 +00:00
json_stream.h Begin migrating the vm service from a rest-style interface to a json-rpc style interface. 2015-02-02 23:15:40 +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 Isolate/Thread split: Isolate -> Zone for LocationSummary. 2015-01-15 21:29:57 +00:00
locations.h Fix LoadOptimizer's handling of load/stores with constant indices for TypedData. 2015-01-26 15:14:35 +00:00
lockers.h Rename Thread -> OSThread. 2015-01-15 02:30:07 +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
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 Move StartIsolateScope into MessageHandler::HandleMessages 2015-01-20 19:13:06 +00:00
message_handler.h Rename Thread -> OSThread. 2015-01-15 02:30:07 +00:00
message_handler_test.cc Rename Thread -> OSThread. 2015-01-15 02:30:07 +00:00
message_test.cc - Implement Isolate.ping. 2014-12-08 22:45:10 +00:00
method_recognizer.cc Refactor _ByteDataView.[set|get]<Type> methods to improve their performance. 2015-01-21 14:21:49 +00:00
method_recognizer.h VM: Refactor more intrinsics of GrowableList to use IR builder. 2015-01-29 13:39:25 +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 Rename DeoptimizeAll to DeoptimizeFunctionsOnStack. 2015-01-29 17:45:54 +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 Rename Thread -> OSThread. 2015-01-15 02:30:07 +00:00
object.cc Reduce isolate startup time in debug mode by 20 millis 2015-01-28 18:54:18 +00:00
object.h Create string efficiently from Uint16List/View. 2015-01-28 12:44:44 +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
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 - Remove entirely disconnected unhandled exception handler. 2015-01-09 22:39:42 +00:00
object_store.h - Remove entirely disconnected unhandled exception handler. 2015-01-09 22:39:42 +00:00
object_store_test.cc
object_test.cc VM: Use PC offset instead of absolute PC in exception handler info. 2015-01-26 15:40:06 +00:00
object_x64_test.cc
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 Rename Thread -> OSThread. 2015-01-15 02:30:07 +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_thread.h Rename Thread -> OSThread. 2015-01-15 02:30:07 +00:00
os_thread_android.cc Rename Thread -> OSThread. 2015-01-15 02:30:07 +00:00
os_thread_android.h Rename more friend declarations. 2015-01-15 02:45:51 +00:00
os_thread_linux.cc Rename Thread -> OSThread. 2015-01-15 02:30:07 +00:00
os_thread_linux.h Rename Thread -> OSThread. 2015-01-15 02:30:07 +00:00
os_thread_macos.cc Rename Thread -> OSThread. 2015-01-15 02:30:07 +00:00
os_thread_macos.h Rename more friend declarations. 2015-01-15 02:45:51 +00:00
os_thread_win.cc Rename Thread -> OSThread. 2015-01-15 02:30:07 +00:00
os_thread_win.h Rename more friend declarations. 2015-01-15 02:45:51 +00:00
os_win.cc Rename Thread -> OSThread. 2015-01-15 02:30:07 +00:00
pages.cc Consistent treatment of allocation failures in old space. 2015-01-23 21:29:16 +00:00
pages.h Remove default heap size limit and add separate limit for externals. 2015-01-23 16:32:20 +00:00
pages_test.cc Remove default heap size limit and add separate limit for externals. 2015-01-23 16:32:20 +00:00
parser.cc Propagate the stack trace of the inner-most throw when using async/await. 2015-02-04 11:54:23 +00:00
parser.h Add Zone-based handle allocation interface and reduce use of Isolate-based interfaces. 2015-01-26 14:54:02 +00:00
parser_test.cc VM: Share closure-call dispatchers. 2015-01-30 13:06:11 +00:00
port.cc Rename Thread -> OSThread. 2015-01-15 02:30:07 +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 Begin migrating the vm service from a rest-style interface to a json-rpc style interface. 2015-02-02 23:15:40 +00:00
profiler.h Remove unsupported --profile-dir flag and related code 2015-01-27 18:31:41 +00:00
profiler_test.cc Rework Sample class 2014-02-20 21:10:07 +00:00
random.cc
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 Reduce isolate startup time in debug mode by 20 millis 2015-01-28 18:54:18 +00:00
raw_object_snapshot.cc VM: Refactor more intrinsics of GrowableList to use IR builder. 2015-01-29 13:39:25 +00:00
regexp.cc Create a symbol before setting the irregexp function name. 2015-01-13 14:12:44 +00:00
regexp.h Use a typed array for the irregexp stack. 2015-01-21 15:11:36 +00:00
regexp_assembler.cc Cleanup: use const reference for ParsedFunction where possible. 2015-01-28 00:41:09 +00:00
regexp_assembler.h Use a typed array for the irregexp stack. 2015-01-21 15:11:36 +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 Make Dart_Invoke work for private static functions 2015-02-03 00:37:08 +00:00
resolver.h Make Dart_Invoke work for private static functions 2015-02-03 00:37:08 +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
scavenger.cc Distinguish between initialization and updates to object fields. Currently only for DEBUG mode verification, but will be needed for deletion barrier. 2015-01-08 20:45:39 +00:00
scavenger.h Distinguish between initialization and updates to object fields. Currently only for DEBUG mode verification, but will be needed for deletion barrier. 2015-01-08 20:45:39 +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 Port _echo, etc commands to RPC 2015-02-03 23:17:05 +00:00
service.h Port _echo, etc commands to RPC 2015-02-03 23:17:05 +00:00
service_sources.gypi Split service into VM and embedder specific bits. 2014-01-14 22:34:43 +00:00
service_test.cc Port type arguments to new RPC protocol 2015-02-03 21:26:19 +00:00
signal_handler.h Fixes for updated third_party/android_tools. 2015-01-26 20:59:03 +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 Store pc offset instead of absolute pc in the pc descriptors. 2015-01-23 12:30:11 +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 Store pc offset instead of absolute pc in the pc descriptors. 2015-01-23 12:30:11 +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 Store pc offset instead of absolute pc in the pc descriptors. 2015-01-23 12:30:11 +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 Fix for issue 21398. 2015-01-12 23:14:30 +00:00
snapshot.h Fix for issue 21398. 2015-01-12 23:14:30 +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 Fix for issue 21398. 2015-01-12 23:14:30 +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 VM: Use PC offset instead of absolute PC in exception handler info. 2015-01-26 15:40:06 +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 ARM port of r42723. 2015-01-16 16:51:23 +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 Distinguish between initialization and updates to object fields. Currently only for DEBUG mode verification, but will be needed for deletion barrier. 2015-01-08 20:45:39 +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 Really really fix mac x64 debug build by using more fixed-length encoding and long jumps. 2015-01-09 20:33:59 +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 Propagate the stack trace of the inner-most throw when using async/await. 2015-02-04 11:54:23 +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 Introduce simple Thread class to support gradual refactoring of interfaces. 2015-01-22 14:14:16 +00:00
thread_interrupter.cc Rename Thread -> OSThread. 2015-01-15 02:30:07 +00:00
thread_interrupter.h Rename Thread -> OSThread. 2015-01-15 02:30:07 +00:00
thread_interrupter_android.cc Rename Thread -> OSThread. 2015-01-15 02:30:07 +00:00
thread_interrupter_linux.cc Rename Thread -> OSThread. 2015-01-15 02:30:07 +00:00
thread_interrupter_macos.cc Rename Thread -> OSThread. 2015-01-15 02:30:07 +00:00
thread_interrupter_test.cc
thread_interrupter_win.cc Rename Thread -> OSThread. 2015-01-15 02:30:07 +00:00
thread_pool.cc Rename Thread -> OSThread. 2015-01-15 02:30:07 +00:00
thread_pool.h Rename Thread -> OSThread. 2015-01-15 02:30:07 +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
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 Add Zone-based handle allocation interface and reduce use of Isolate-based interfaces. 2015-01-26 14:54:02 +00:00
unit_test.h Service isolate rework take 2 2015-01-29 18:31:27 +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 Introduce simple Thread class to support gradual refactoring of interfaces. 2015-01-22 14:14:16 +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 Double-align Zone allocations to fix MIPS issue. 2015-01-13 01:56:30 +00:00
zone.h Fix build by silencing zero-length memset warning. 2015-01-13 17:34:09 +00:00
zone_test.cc VM: Make ZoneAllocated-objects that don't need a vtable smaller. 2014-06-11 10:54:16 +00:00