Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(222)

Side by Side Diff: vm/vm_sources.gypi

Issue 10008030: Inline the StackResource constructor/destructor. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/runtime/
Patch Set: Created 8 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « vm/isolate.cc ('k') | vm/zone.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
2 # for details. All rights reserved. Use of this source code is governed by a 2 # for details. All rights reserved. Use of this source code is governed by a
3 # BSD-style license that can be found in the LICENSE file. 3 # BSD-style license that can be found in the LICENSE file.
4 4
5 # This file contains all sources (vm and tests) for the dart virtual machine. 5 # This file contains all sources (vm and tests) for the dart virtual machine.
6 # Unit test files need to have a '_test' suffix appended to the name. 6 # Unit test files need to have a '_test' suffix appended to the name.
7 { 7 {
8 'sources': [ 8 'sources': [
9 'allocation.cc', 9 'allocation.cc',
10 'allocation.h', 10 'allocation.h',
(...skipping 12 matching lines...) Expand all
23 'assembler_x64.cc', 23 'assembler_x64.cc',
24 'assembler_x64.h', 24 'assembler_x64.h',
25 'assembler_x64_test.cc', 25 'assembler_x64_test.cc',
26 'assert_test.cc', 26 'assert_test.cc',
27 'ast.cc', 27 'ast.cc',
28 'ast.h', 28 'ast.h',
29 'ast_test.cc', 29 'ast_test.cc',
30 'ast_printer.h', 30 'ast_printer.h',
31 'ast_printer.cc', 31 'ast_printer.cc',
32 'ast_printer_test.cc', 32 'ast_printer_test.cc',
33 'base_isolate.h',
33 'bigint_operations.cc', 34 'bigint_operations.cc',
34 'bigint_operations.h', 35 'bigint_operations.h',
35 'bigint_operations_test.cc', 36 'bigint_operations_test.cc',
36 'bitfield.h', 37 'bitfield.h',
37 'bitfield_test.cc', 38 'bitfield_test.cc',
38 'bitmap.cc', 39 'bitmap.cc',
39 'bitmap.h', 40 'bitmap.h',
40 'bitmap_test.cc', 41 'bitmap_test.cc',
41 'boolfield.h', 42 'boolfield.h',
42 'boolfield_test.cc', 43 'boolfield_test.cc',
(...skipping 224 matching lines...) Expand 10 before | Expand all | Expand 10 after
267 'virtual_memory_test.cc', 268 'virtual_memory_test.cc',
268 'virtual_memory_win.cc', 269 'virtual_memory_win.cc',
269 'verifier.cc', 270 'verifier.cc',
270 'verifier.h', 271 'verifier.h',
271 'visitor.h', 272 'visitor.h',
272 'zone.cc', 273 'zone.cc',
273 'zone.h', 274 'zone.h',
274 'zone_test.cc', 275 'zone_test.cc',
275 ], 276 ],
276 } 277 }
OLDNEW
« no previous file with comments | « vm/isolate.cc ('k') | vm/zone.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698