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

Side by Side Diff: runtime/vm/vm_sources.gypi

Issue 8357034: Transitioning to new IC structure: change IC data to include function name; pass IC data instead ... (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: '' Created 9 years, 1 month 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 | « runtime/vm/stub_code_ia32.cc ('k') | no next file » | 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) 2011, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2011, 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 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
100 'globals.h', 100 'globals.h',
101 'growable_array.h', 101 'growable_array.h',
102 'growable_array_test.cc', 102 'growable_array_test.cc',
103 'handles.cc', 103 'handles.cc',
104 'handles.h', 104 'handles.h',
105 'handles_impl.h', 105 'handles_impl.h',
106 'handles_test.cc', 106 'handles_test.cc',
107 'heap.cc', 107 'heap.cc',
108 'heap.h', 108 'heap.h',
109 'heap_test.cc', 109 'heap_test.cc',
110 'ic_data.h',
111 'ic_data.cc',
112 'ic_data_test.cc',
110 'ic_stubs.h', 113 'ic_stubs.h',
111 'ic_stubs.cc',
112 'ic_stubs_ia32.cc', 114 'ic_stubs_ia32.cc',
113 'ic_stubs_ia32_test.cc', 115 'ic_stubs_ia32_test.cc',
114 'ic_stubs_x64.cc', 116 'ic_stubs_x64.cc',
115 'ic_stubs_arm.cc', 117 'ic_stubs_arm.cc',
116 'inttypes_support_win.h', 118 'inttypes_support_win.h',
117 'instructions.h', 119 'instructions.h',
118 'instructions_ia32.h', 120 'instructions_ia32.h',
119 'instructions_ia32.cc', 121 'instructions_ia32.cc',
120 'instructions_ia32_test.cc', 122 'instructions_ia32_test.cc',
121 'intrinsifier.h', 123 'intrinsifier.h',
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
241 'virtual_memory_test.cc', 243 'virtual_memory_test.cc',
242 'virtual_memory_win.cc', 244 'virtual_memory_win.cc',
243 'verifier.cc', 245 'verifier.cc',
244 'verifier.h', 246 'verifier.h',
245 'visitor.h', 247 'visitor.h',
246 'zone.cc', 248 'zone.cc',
247 'zone.h', 249 'zone.h',
248 'zone_test.cc', 250 'zone_test.cc',
249 ], 251 ],
250 } 252 }
OLDNEW
« no previous file with comments | « runtime/vm/stub_code_ia32.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698