OLD | NEW |
1 # Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2013, 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 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
42 'ast_transformer.cc', | 42 'ast_transformer.cc', |
43 'ast_transformer.h', | 43 'ast_transformer.h', |
44 'atomic.h', | 44 'atomic.h', |
45 'atomic_android.h', | 45 'atomic_android.h', |
46 'atomic_linux.h', | 46 'atomic_linux.h', |
47 'atomic_macos.h', | 47 'atomic_macos.h', |
48 'atomic_simulator.h', | 48 'atomic_simulator.h', |
49 'atomic_test.cc', | 49 'atomic_test.cc', |
50 'atomic_win.h', | 50 'atomic_win.h', |
51 'base_isolate.h', | 51 'base_isolate.h', |
| 52 'become.h', |
| 53 'become.cc', |
52 'benchmark_test.cc', | 54 'benchmark_test.cc', |
53 'benchmark_test.h', | 55 'benchmark_test.h', |
54 'bigint_test.cc', | 56 'bigint_test.cc', |
55 'bit_set_test.cc', | 57 'bit_set_test.cc', |
56 'bit_vector.cc', | 58 'bit_vector.cc', |
57 'bit_vector.h', | 59 'bit_vector.h', |
58 'bit_vector_test.cc', | 60 'bit_vector_test.cc', |
59 'bitfield.h', | 61 'bitfield.h', |
60 'bitfield_test.cc', | 62 'bitfield_test.cc', |
61 'bitmap.cc', | 63 'bitmap.cc', |
(...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
249 'intrinsifier.cc', | 251 'intrinsifier.cc', |
250 'intrinsifier.h', | 252 'intrinsifier.h', |
251 'intrinsifier_arm.cc', | 253 'intrinsifier_arm.cc', |
252 'intrinsifier_arm64.cc', | 254 'intrinsifier_arm64.cc', |
253 'intrinsifier_dbc.cc', | 255 'intrinsifier_dbc.cc', |
254 'intrinsifier_ia32.cc', | 256 'intrinsifier_ia32.cc', |
255 'intrinsifier_mips.cc', | 257 'intrinsifier_mips.cc', |
256 'intrinsifier_x64.cc', | 258 'intrinsifier_x64.cc', |
257 'isolate.cc', | 259 'isolate.cc', |
258 'isolate.h', | 260 'isolate.h', |
| 261 'isolate_reload.cc', |
| 262 'isolate_reload.h', |
| 263 'isolate_reload_test.cc', |
259 'isolate_test.cc', | 264 'isolate_test.cc', |
260 'jit_optimizer.cc', | 265 'jit_optimizer.cc', |
261 'jit_optimizer.h', | 266 'jit_optimizer.h', |
262 'json_stream.h', | 267 'json_stream.h', |
263 'json_stream.cc', | 268 'json_stream.cc', |
264 'json_test.cc', | 269 'json_test.cc', |
265 'locations.cc', | 270 'locations.cc', |
266 'locations.h', | 271 'locations.h', |
267 'lockers.cc', | 272 'lockers.cc', |
268 'lockers.h', | 273 'lockers.h', |
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
306 'object_arm64_test.cc', | 311 'object_arm64_test.cc', |
307 'object_dbc_test.cc', | 312 'object_dbc_test.cc', |
308 'object_graph.cc', | 313 'object_graph.cc', |
309 'object_graph.h', | 314 'object_graph.h', |
310 'object_graph_test.cc', | 315 'object_graph_test.cc', |
311 'object_ia32_test.cc', | 316 'object_ia32_test.cc', |
312 'object_id_ring.cc', | 317 'object_id_ring.cc', |
313 'object_id_ring.h', | 318 'object_id_ring.h', |
314 'object_id_ring_test.cc', | 319 'object_id_ring_test.cc', |
315 'object_mips_test.cc', | 320 'object_mips_test.cc', |
| 321 'object_reload.cc', |
316 'object_service.cc', | 322 'object_service.cc', |
317 'object_set.h', | 323 'object_set.h', |
318 'object_store.cc', | 324 'object_store.cc', |
319 'object_store.h', | 325 'object_store.h', |
320 'object_store_test.cc', | 326 'object_store_test.cc', |
321 'object_test.cc', | 327 'object_test.cc', |
322 'object_x64_test.cc', | 328 'object_x64_test.cc', |
323 'os.h', | 329 'os.h', |
324 'os_android.cc', | 330 'os_android.cc', |
325 'os_linux.cc', | 331 'os_linux.cc', |
(...skipping 189 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
515 'visitor.h', | 521 'visitor.h', |
516 'weak_code.cc', | 522 'weak_code.cc', |
517 'weak_code.h', | 523 'weak_code.h', |
518 'weak_table.cc', | 524 'weak_table.cc', |
519 'weak_table.h', | 525 'weak_table.h', |
520 'zone.cc', | 526 'zone.cc', |
521 'zone.h', | 527 'zone.h', |
522 'zone_test.cc', | 528 'zone_test.cc', |
523 ], | 529 ], |
524 } | 530 } |
OLD | NEW |