dart-sdk/runtime/vm
turnidge@google.com 36a830115b Use a preallocated StackOverflowException rather than allocating one
while our stack is hurting.  This allows us to get rid of the stack
tweaking which we do in this case.
Review URL: http://codereview.chromium.org//8823001

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@2149 260f80e4-7a28-3924-810f-c04153c831b5
2011-12-06 23:01:46 +00:00
..
allocation.cc Changes to pass the current isolate to all runtime and native calls. 2011-11-12 05:55:22 +00:00
allocation.h Make the implicit constructor private for zone, handlescope and nohandlescope classes. 2011-11-21 21:07:40 +00:00
allocation_test.cc Changes to pass the current isolate to all runtime and native calls. 2011-11-12 05:55:22 +00:00
assembler.cc Initial checkin. 2011-10-05 05:20:07 +00:00
assembler.h Initial checkin. 2011-10-05 05:20:07 +00:00
assembler_arm.h Initial checkin. 2011-10-05 05:20:07 +00:00
assembler_ia32.cc Restructure instance calls in optimizing compiler with the goal of eliminating all remaining inline cache calls in optimized code. 2011-10-27 15:19:27 +00:00
assembler_ia32.h Initial checkin. 2011-10-05 05:20:07 +00:00
assembler_ia32_test.cc Initial checkin. 2011-10-05 05:20:07 +00:00
assembler_macros.h Disable x64 disassembler under win32. 2011-11-30 23:55:30 +00:00
assembler_macros_ia32.cc Initial checkin. 2011-10-05 05:20:07 +00:00
assembler_macros_ia32.h Initial checkin. 2011-10-05 05:20:07 +00:00
assembler_macros_x64.cc Disable x64 disassembler under win32. 2011-11-30 23:55:30 +00:00
assembler_macros_x64.h Disable x64 disassembler under win32. 2011-11-30 23:55:30 +00:00
assembler_x64.cc Port object tests to x64. 2011-12-01 01:44:01 +00:00
assembler_x64.h Initial revision of assembler for x64. 2011-11-30 22:02:21 +00:00
assembler_x64_test.cc Port object tests to x64. 2011-12-01 01:44:01 +00:00
assert.cc Initial checkin. 2011-10-05 05:20:07 +00:00
assert.h Allow embedders to provide custom message delivery for an isolate. 2011-10-18 17:54:07 +00:00
assert_test.cc Initial checkin. 2011-10-05 05:20:07 +00:00
ast.cc Fix issue: 5427703 (compareTo), fix parsing of -0.0. 2011-11-03 18:03:39 +00:00
ast.h Ongoing renaming of type classes: 2011-12-01 23:19:59 +00:00
ast_printer.cc Renaming type classes as discussed: 2011-12-01 16:54:52 +00:00
ast_printer.h Initial checkin. 2011-10-05 05:20:07 +00:00
ast_printer_test.cc Rename the VM internal 'var' type to 'Dynamic' type. 2011-10-26 20:58:34 +00:00
ast_test.cc Rename the VM internal 'var' type to 'Dynamic' type. 2011-10-26 20:58:34 +00:00
bigint_operations.cc Add methods for creating Bigint objects from unsigned 64-bit integers. 2011-11-12 01:54:18 +00:00
bigint_operations.h Add methods for creating Bigint objects from unsigned 64-bit integers. 2011-11-12 01:54:18 +00:00
bigint_operations_test.cc Add methods for creating Bigint objects from unsigned 64-bit integers. 2011-11-12 01:54:18 +00:00
bigint_store.h Initial checkin. 2011-10-05 05:20:07 +00:00
bitfield.h Initial checkin. 2011-10-05 05:20:07 +00:00
bitfield_test.cc Initial checkin. 2011-10-05 05:20:07 +00:00
boolfield.h Initial checkin. 2011-10-05 05:20:07 +00:00
boolfield_test.cc Initial checkin. 2011-10-05 05:20:07 +00:00
bootstrap.cc - Refactor the isolate callback mechanism to also include creation of the 2011-12-01 00:30:25 +00:00
bootstrap.h Initial checkin. 2011-10-05 05:20:07 +00:00
bootstrap_natives.cc - Refactor the isolate callback mechanism to also include creation of the 2011-12-01 00:30:25 +00:00
bootstrap_natives.h Implement type checking of map literals (issue 221). 2011-11-22 21:42:07 +00:00
bootstrap_nocorelib.cc - Refactor the isolate callback mechanism to also include creation of the 2011-12-01 00:30:25 +00:00
c99_support_win.h Initial checkin. 2011-10-05 05:20:07 +00:00
class_finalizer.cc Canonicalize TypeArguments. 2011-12-06 17:47:47 +00:00
class_finalizer.h Ongoing renaming of type classes: 2011-12-01 23:19:59 +00:00
class_finalizer_test.cc Ongoing renaming of type classes: 2011-12-01 23:19:59 +00:00
code_generator.cc Use a preallocated StackOverflowException rather than allocating one 2011-12-06 23:01:46 +00:00
code_generator.h Debugger step 2 2011-12-05 21:11:39 +00:00
code_generator_arm.h Support optional named arguments at the dart_entry level in the VM. 2011-10-06 22:40:45 +00:00
code_generator_ia32.cc Fix linux build 2011-12-05 21:40:44 +00:00
code_generator_ia32.h Renaming type classes as discussed: 2011-12-01 16:54:52 +00:00
code_generator_ia32_test.cc Revert r1380 that is breaking frog. 2011-11-10 01:39:06 +00:00
code_generator_x64.h Support optional named arguments at the dart_entry level in the VM. 2011-10-06 22:40:45 +00:00
code_index_table.cc Initial checkin. 2011-10-05 05:20:07 +00:00
code_index_table.h Initial checkin. 2011-10-05 05:20:07 +00:00
code_index_table_test.cc Revert r1380 that is breaking frog. 2011-11-10 01:39:06 +00:00
code_patcher.h Very first steps for a debugger 2011-11-30 17:04:45 +00:00
code_patcher_arm.cc Very first steps for a debugger 2011-11-30 17:04:45 +00:00
code_patcher_ia32.cc Very first steps for a debugger 2011-11-30 17:04:45 +00:00
code_patcher_ia32_test.cc Implement new inline cache. Delete a lot of unused code (most of change). 2011-10-25 18:35:49 +00:00
code_patcher_x64.cc Very first steps for a debugger 2011-11-30 17:04:45 +00:00
compiler.cc Add missing argument to HANDLESCOPE(). 2011-11-21 17:47:49 +00:00
compiler.h Initial checkin. 2011-10-05 05:20:07 +00:00
compiler_stats.cc Initial checkin. 2011-10-05 05:20:07 +00:00
compiler_stats.h Initial checkin. 2011-10-05 05:20:07 +00:00
compiler_test.cc Initial checkin. 2011-10-05 05:20:07 +00:00
constants_arm.h Initial checkin. 2011-10-05 05:20:07 +00:00
constants_ia32.h Initial checkin. 2011-10-05 05:20:07 +00:00
constants_x64.h Port object tests to x64. 2011-12-01 01:44:01 +00:00
corelib_impl_in.cc use more distinctive pattern to mark where dart source goes 2011-11-02 16:58:25 +00:00
corelib_in.cc use more distinctive pattern to mark where dart source goes 2011-11-02 16:58:25 +00:00
cpu.h Initial checkin. 2011-10-05 05:20:07 +00:00
cpu_arm.cc Initial checkin. 2011-10-05 05:20:07 +00:00
cpu_ia32.cc Fixes to co19 crashes: 2011-11-03 22:31:32 +00:00
cpu_test.cc Initial checkin. 2011-10-05 05:20:07 +00:00
cpu_x64.cc Initial checkin. 2011-10-05 05:20:07 +00:00
custom_isolate_test.cc - Refactor the isolate callback mechanism to also include creation of the 2011-12-01 00:30:25 +00:00
dart.cc - Add free list to be used for sweep phase of mark-sweep collector. 2011-12-03 05:39:26 +00:00
dart.h Stop using void* types in the dart embedding api. 2011-12-01 18:18:06 +00:00
dart_api_impl.cc Use a preallocated StackOverflowException rather than allocating one 2011-12-06 23:01:46 +00:00
dart_api_impl.h Add some checking macros: 2011-12-01 19:17:10 +00:00
dart_api_impl_test.cc Add Dart_IsExternalString and Dart_ExternalStringGetPeer to the dart 2011-12-05 17:55:01 +00:00
dart_api_state.cc Add Dart_Null, Dart_True, and Dart_False. 2011-11-05 00:09:36 +00:00
dart_api_state.h Changes to pass the current isolate to all runtime and native calls. 2011-11-12 05:55:22 +00:00
dart_entry.cc Two-phase constructors 2011-11-02 17:19:15 +00:00
dart_entry.h Support optional named arguments at the dart_entry level in the VM. 2011-10-06 22:40:45 +00:00
dart_entry_test.cc Support optional named arguments at the dart_entry level in the VM. 2011-10-06 22:40:45 +00:00
debugger.cc More fixing linux. 2011-12-05 21:44:11 +00:00
debugger.h Debugger step 2 2011-12-05 21:11:39 +00:00
debuginfo.h Initial checkin. 2011-10-05 05:20:07 +00:00
debuginfo_linux.cc Initial checkin. 2011-10-05 05:20:07 +00:00
debuginfo_macos.cc Initial checkin. 2011-10-05 05:20:07 +00:00
debuginfo_win.cc Initial checkin. 2011-10-05 05:20:07 +00:00
disassembler.cc Disassembler for x64. 2011-11-30 23:12:46 +00:00
disassembler.h Disassembler for x64. 2011-11-30 23:12:46 +00:00
disassembler_arm.cc Disassembler for x64. 2011-11-30 23:12:46 +00:00
disassembler_ia32.cc Disassembler for x64. 2011-11-30 23:12:46 +00:00
disassembler_test.cc Disassembler for x64. 2011-11-30 23:12:46 +00:00
disassembler_x64.cc Disable x64 disassembler under win32. 2011-11-30 23:55:30 +00:00
double_internals.h Initial checkin. 2011-10-05 05:20:07 +00:00
exceptions.cc Fix assertion during throwing an exception. 2011-11-17 20:53:35 +00:00
exceptions.h Initial checkin. 2011-10-05 05:20:07 +00:00
exceptions_test.cc Deal with unhandled exceptions the same way in all Dart api functions. 2011-11-11 19:31:04 +00:00
flags.cc Renaming type classes as discussed: 2011-12-01 16:54:52 +00:00
flags.h Introduce Dart_SetVMFlags API function. 2011-12-01 11:59:35 +00:00
flags_test.cc Initial checkin. 2011-10-05 05:20:07 +00:00
freelist.cc - Add free list to be used for sweep phase of mark-sweep collector. 2011-12-03 05:39:26 +00:00
freelist.h - Add free list to be used for sweep phase of mark-sweep collector. 2011-12-03 05:39:26 +00:00
freelist_test.cc - Add free list to be used for sweep phase of mark-sweep collector. 2011-12-03 05:39:26 +00:00
gc_marker.cc - Implement a simple old-generation marker. 2011-12-01 02:11:40 +00:00
gc_marker.h - Implement a simple old-generation marker. 2011-12-01 02:11:40 +00:00
gdbjit_linux.cc Initial checkin. 2011-10-05 05:20:07 +00:00
gdbjit_linux.h Initial checkin. 2011-10-05 05:20:07 +00:00
globals.h Add an external array type to support typed arrays. 2011-11-17 03:18:52 +00:00
growable_array.h Initial checkin. 2011-10-05 05:20:07 +00:00
growable_array_test.cc Initial checkin. 2011-10-05 05:20:07 +00:00
handles.cc Changes to pass the current isolate to all runtime and native calls. 2011-11-12 05:55:22 +00:00
handles.h Make the implicit constructor private for zone, handlescope and nohandlescope classes. 2011-11-21 21:07:40 +00:00
handles_impl.h Initial checkin. 2011-10-05 05:20:07 +00:00
handles_test.cc Changes to pass the current isolate to all runtime and native calls. 2011-11-12 05:55:22 +00:00
heap.cc - Implement a simple old-generation marker. 2011-12-01 02:11:40 +00:00
heap.h - Implement a simple old-generation marker. 2011-12-01 02:11:40 +00:00
heap_test.cc - Implement a simple old-generation marker. 2011-12-01 02:11:40 +00:00
ic_data.cc Restructure instance calls in optimizing compiler with the goal of eliminating all remaining inline cache calls in optimized code. 2011-10-27 15:19:27 +00:00
ic_data.h Restructure instance calls in optimizing compiler with the goal of eliminating all remaining inline cache calls in optimized code. 2011-10-27 15:19:27 +00:00
ic_data_test.cc Restructure instance calls in optimizing compiler with the goal of eliminating all remaining inline cache calls in optimized code. 2011-10-27 15:19:27 +00:00
instructions.h Initial checkin. 2011-10-05 05:20:07 +00:00
instructions_ia32.cc Implement new inline cache. Delete a lot of unused code (most of change). 2011-10-25 18:35:49 +00:00
instructions_ia32.h Implement new inline cache. Delete a lot of unused code (most of change). 2011-10-25 18:35:49 +00:00
instructions_ia32_test.cc Implement new inline cache. Delete a lot of unused code (most of change). 2011-10-25 18:35:49 +00:00
intrinsifier.h Initial checkin. 2011-10-05 05:20:07 +00:00
intrinsifier_arm.cc Initial checkin. 2011-10-05 05:20:07 +00:00
intrinsifier_ia32.cc Intrinsify StringBase.isEmpty and inline StringBase.get:length. 2011-11-10 19:33:25 +00:00
intrinsifier_x64.cc Initial checkin. 2011-10-05 05:20:07 +00:00
inttypes_support_win.h Initial checkin. 2011-10-05 05:20:07 +00:00
isolate.cc Use a preallocated StackOverflowException rather than allocating one 2011-12-06 23:01:46 +00:00
isolate.h Use a preallocated StackOverflowException rather than allocating one 2011-12-06 23:01:46 +00:00
isolate_linux.cc - Refactor the isolate callback mechanism to also include creation of the 2011-12-01 00:30:25 +00:00
isolate_linux.h Initial checkin. 2011-10-05 05:20:07 +00:00
isolate_macos.cc - Refactor the isolate callback mechanism to also include creation of the 2011-12-01 00:30:25 +00:00
isolate_macos.h Initial checkin. 2011-10-05 05:20:07 +00:00
isolate_test.cc Deal with unhandled exceptions the same way in all Dart api functions. 2011-11-11 19:31:04 +00:00
isolate_win.cc - Refactor the isolate callback mechanism to also include creation of the 2011-12-01 00:30:25 +00:00
isolate_win.h Initial checkin. 2011-10-05 05:20:07 +00:00
longjump.cc Initial checkin. 2011-10-05 05:20:07 +00:00
longjump.h Initial checkin. 2011-10-05 05:20:07 +00:00
longjump_test.cc Initial checkin. 2011-10-05 05:20:07 +00:00
memory_region.cc Initial checkin. 2011-10-05 05:20:07 +00:00
memory_region.h Initial checkin. 2011-10-05 05:20:07 +00:00
memory_region_test.cc Initial checkin. 2011-10-05 05:20:07 +00:00
message_queue.cc Handle spurious wakeups properly. 2011-10-26 21:06:18 +00:00
message_queue.h Handle spurious wakeups properly. 2011-10-26 21:06:18 +00:00
message_queue_test.cc Stop using void* types in the dart embedding api. 2011-12-01 18:18:06 +00:00
native_arguments.cc Initial checkin. 2011-10-05 05:20:07 +00:00
native_arguments.h Changes to pass the current isolate to all runtime and native calls. 2011-11-12 05:55:22 +00:00
native_entry.cc Initial checkin. 2011-10-05 05:20:07 +00:00
native_entry.h Changes to pass the current isolate to all runtime and native calls. 2011-11-12 05:55:22 +00:00
native_entry_test.cc Implement support for reading and writing UTF-8 encoded strings. 2011-10-06 22:42:24 +00:00
native_entry_test.h Initial checkin. 2011-10-05 05:20:07 +00:00
object.cc Canonicalize TypeArguments. 2011-12-06 17:47:47 +00:00
object.h Canonicalize TypeArguments. 2011-12-06 17:47:47 +00:00
object_arm_test.cc Port object tests to x64. 2011-12-01 01:44:01 +00:00
object_ia32_test.cc Port object tests to x64. 2011-12-01 01:44:01 +00:00
object_store.cc Use a preallocated StackOverflowException rather than allocating one 2011-12-06 23:01:46 +00:00
object_store.h Use a preallocated StackOverflowException rather than allocating one 2011-12-06 23:01:46 +00:00
object_store_test.cc Initial checkin. 2011-10-05 05:20:07 +00:00
object_test.cc Canonicalize TypeArguments. 2011-12-06 17:47:47 +00:00
object_x64_test.cc Port object tests to x64. 2011-12-01 01:44:01 +00:00
opt_code_generator.h Initial checkin. 2011-10-05 05:20:07 +00:00
opt_code_generator_arm.h Initial checkin. 2011-10-05 05:20:07 +00:00
opt_code_generator_ia32.cc Move more nodes to the optimizing code generator. 2011-11-24 01:14:15 +00:00
opt_code_generator_ia32.h Move more nodes to the optimizing code generator. 2011-11-24 01:14:15 +00:00
opt_code_generator_x64.h Initial checkin. 2011-10-05 05:20:07 +00:00
os.h Rename DateTime to Date. 2011-10-06 10:14:49 +00:00
os_linux.cc Rename DateTime to Date. 2011-10-06 10:14:49 +00:00
os_macos.cc Rename DateTime to Date. 2011-10-06 10:14:49 +00:00
os_test.cc Initial checkin. 2011-10-05 05:20:07 +00:00
os_win.cc Rename DateTime to Date. 2011-10-06 10:14:49 +00:00
pages.cc - Implement a simple old-generation marker. 2011-12-01 02:11:40 +00:00
pages.h - Implement a simple old-generation marker. 2011-12-01 02:11:40 +00:00
pages_test.cc Initial checkin. 2011-10-05 05:20:07 +00:00
parser.cc Canonicalize TypeArguments. 2011-12-06 17:47:47 +00:00
parser.h Ongoing renaming of type classes: 2011-12-01 23:19:59 +00:00
parser_test.cc Revert r1380 that is breaking frog. 2011-11-10 01:39:06 +00:00
port.cc Stop using void* types in the dart embedding api. 2011-12-01 18:18:06 +00:00
port.h Add a mid-sized integration test for the Dart Embedding Api which 2011-11-29 21:55:13 +00:00
port_test.cc Stop using void* types in the dart embedding api. 2011-12-01 18:18:06 +00:00
random.cc Initial checkin. 2011-10-05 05:20:07 +00:00
random.h Initial checkin. 2011-10-05 05:20:07 +00:00
random_test.cc Initial checkin. 2011-10-05 05:20:07 +00:00
raw_object.cc Ongoing renaming of type classes: 2011-12-01 23:19:59 +00:00
raw_object.h Canonicalize TypeArguments. 2011-12-06 17:47:47 +00:00
raw_object_snapshot.cc Canonicalize TypeArguments. 2011-12-06 17:47:47 +00:00
resolver.cc Initial checkin. 2011-10-05 05:20:07 +00:00
resolver.h Initial checkin. 2011-10-05 05:20:07 +00:00
resolver_test.cc Revert r1380 that is breaking frog. 2011-11-10 01:39:06 +00:00
runtime_entry.h Changes to pass the current isolate to all runtime and native calls. 2011-11-12 05:55:22 +00:00
runtime_entry_arm.cc Initial checkin. 2011-10-05 05:20:07 +00:00
runtime_entry_ia32.cc Initial checkin. 2011-10-05 05:20:07 +00:00
runtime_entry_test.cc Initial checkin. 2011-10-05 05:20:07 +00:00
runtime_entry_x64.cc Initial checkin. 2011-10-05 05:20:07 +00:00
scanner.cc Implement type checking of list literals (issue 220). 2011-11-23 19:34:23 +00:00
scanner.h Library prefix should be an identifier 2011-11-21 22:17:41 +00:00
scanner_test.cc Initial checkin. 2011-10-05 05:20:07 +00:00
scavenger.cc Changes to pass the current isolate to all runtime and native calls. 2011-11-12 05:55:22 +00:00
scavenger.h Changes to pass the current isolate to all runtime and native calls. 2011-11-12 05:55:22 +00:00
scopes.cc Renaming type classes as discussed: 2011-12-01 16:54:52 +00:00
scopes.h Renaming type classes as discussed: 2011-12-01 16:54:52 +00:00
scopes_test.cc Rename the VM internal 'var' type to 'Dynamic' type. 2011-10-26 20:58:34 +00:00
snapshot.cc First step towards generation of application script snapshots 2011-12-06 00:34:49 +00:00
snapshot.h First step towards generation of application script snapshots 2011-12-06 00:34:49 +00:00
snapshot_test.cc First step towards generation of application script snapshots 2011-12-06 00:34:49 +00:00
snapshot_test.dart More strict non-equal cleanups in library code 2011-10-28 15:21:42 +00:00
snapshot_test_in.dat use more distinctive pattern to mark where dart source goes 2011-11-02 16:58:25 +00:00
stack_frame.cc Initial checkin. 2011-10-05 05:20:07 +00:00
stack_frame.h Initial checkin. 2011-10-05 05:20:07 +00:00
stack_frame_arm.cc Initial checkin. 2011-10-05 05:20:07 +00:00
stack_frame_ia32.cc Initial checkin. 2011-10-05 05:20:07 +00:00
stack_frame_test.cc Initial checkin. 2011-10-05 05:20:07 +00:00
stack_frame_x64.cc Initial checkin. 2011-10-05 05:20:07 +00:00
store_buffer.cc Initial checkin. 2011-10-05 05:20:07 +00:00
store_buffer.h Initial checkin. 2011-10-05 05:20:07 +00:00
stub_code.cc Implement new inline cache. Delete a lot of unused code (most of change). 2011-10-25 18:35:49 +00:00
stub_code.h Very first steps for a debugger 2011-11-30 17:04:45 +00:00
stub_code_arm.cc Implement new inline cache. Delete a lot of unused code (most of change). 2011-10-25 18:35:49 +00:00
stub_code_ia32.cc Debugger step 2 2011-12-05 21:11:39 +00:00
stub_code_ia32_test.cc Support optional named arguments at the dart_entry level in the VM. 2011-10-06 22:40:45 +00:00
stub_code_x64.cc Implement new inline cache. Delete a lot of unused code (most of change). 2011-10-25 18:35:49 +00:00
thread.h Changes to pass the current isolate to all runtime and native calls. 2011-11-12 05:55:22 +00:00
thread_linux.cc Wait on the monotonic clock to guard against changes to the system clock. 2011-11-14 22:25:07 +00:00
thread_linux.h Initial checkin. 2011-10-05 05:20:07 +00:00
thread_macos.cc - Refactor the isolate callback mechanism to also include creation of the 2011-12-01 00:30:25 +00:00
thread_macos.h Initial checkin. 2011-10-05 05:20:07 +00:00
thread_test.cc Revert https://code.google.com/p/dart/source/detail?r=597 2011-10-21 23:22:18 +00:00
thread_win.cc - Refactor the isolate callback mechanism to also include creation of the 2011-12-01 00:30:25 +00:00
thread_win.h Initial checkin. 2011-10-05 05:20:07 +00:00
timer.cc Initial checkin. 2011-10-05 05:20:07 +00:00
timer.h Initial checkin. 2011-10-05 05:20:07 +00:00
token.cc Initial checkin. 2011-10-05 05:20:07 +00:00
token.h Initial checkin. 2011-10-05 05:20:07 +00:00
unicode.cc Implement support for reading and writing UTF-8 encoded strings. 2011-10-06 22:42:24 +00:00
unicode.h Implement case mapping using the Unicode default case mapping algorithm. 2011-10-21 20:33:29 +00:00
unicode_data.cc Implement case mapping using the Unicode default case mapping algorithm. 2011-10-21 20:33:29 +00:00
unicode_test.cc Implement support for reading and writing UTF-8 encoded strings. 2011-10-06 22:42:24 +00:00
unit_test.cc - Refactor the isolate callback mechanism to also include creation of the 2011-12-01 00:30:25 +00:00
unit_test.h - Refactor the isolate callback mechanism to also include creation of the 2011-12-01 00:30:25 +00:00
utils.cc Initial checkin. 2011-10-05 05:20:07 +00:00
utils.h Initial checkin. 2011-10-05 05:20:07 +00:00
utils_test.cc Initial checkin. 2011-10-05 05:20:07 +00:00
verifier.cc Initial checkin. 2011-10-05 05:20:07 +00:00
verifier.h Initial checkin. 2011-10-05 05:20:07 +00:00
virtual_memory.cc Initial checkin. 2011-10-05 05:20:07 +00:00
virtual_memory.h Initial checkin. 2011-10-05 05:20:07 +00:00
virtual_memory_linux.cc Initial checkin. 2011-10-05 05:20:07 +00:00
virtual_memory_macos.cc Initial checkin. 2011-10-05 05:20:07 +00:00
virtual_memory_test.cc Initial checkin. 2011-10-05 05:20:07 +00:00
virtual_memory_win.cc Initial checkin. 2011-10-05 05:20:07 +00:00
visitor.h Initial checkin. 2011-10-05 05:20:07 +00:00
vm.gypi Refactor the gypi files to eliminate some redundancy. 2011-12-01 23:04:22 +00:00
vm_sources.gypi - Add free list to be used for sweep phase of mark-sweep collector. 2011-12-03 05:39:26 +00:00
zone.cc Changes to pass the current isolate to all runtime and native calls. 2011-11-12 05:55:22 +00:00
zone.h Make the implicit constructor private for zone, handlescope and nohandlescope classes. 2011-11-21 21:07:40 +00:00
zone_test.cc Changes to pass the current isolate to all runtime and native calls. 2011-11-12 05:55:22 +00:00