OLD | NEW |
1 # | 1 # |
2 # Copyright (C) 2013 Google Inc. All rights reserved. | 2 # Copyright (C) 2013 Google Inc. All rights reserved. |
3 # | 3 # |
4 # Redistribution and use in source and binary forms, with or without | 4 # Redistribution and use in source and binary forms, with or without |
5 # modification, are permitted provided that the following conditions are | 5 # modification, are permitted provided that the following conditions are |
6 # met: | 6 # met: |
7 # | 7 # |
8 # * Redistributions of source code must retain the above copyright | 8 # * Redistributions of source code must retain the above copyright |
9 # notice, this list of conditions and the following disclaimer. | 9 # notice, this list of conditions and the following disclaimer. |
10 # * Redistributions in binary form must reproduce the above | 10 # * Redistributions in binary form must reproduce the above |
(...skipping 25 matching lines...) Expand all Loading... |
36 'CallbackStack.cpp', | 36 'CallbackStack.cpp', |
37 'CallbackStack.h', | 37 'CallbackStack.h', |
38 'GCInfo.cpp', | 38 'GCInfo.cpp', |
39 'GCInfo.h', | 39 'GCInfo.h', |
40 'GarbageCollected.h', | 40 'GarbageCollected.h', |
41 'Handle.h', | 41 'Handle.h', |
42 'Heap.cpp', | 42 'Heap.cpp', |
43 'Heap.h', | 43 'Heap.h', |
44 'HeapAllocator.cpp', | 44 'HeapAllocator.cpp', |
45 'HeapAllocator.h', | 45 'HeapAllocator.h', |
| 46 'HeapPage.cpp', |
| 47 'HeapPage.h', |
46 'InlinedGlobalMarkingVisitor.h', | 48 'InlinedGlobalMarkingVisitor.h', |
47 'MarkingVisitor.h', | 49 'MarkingVisitor.h', |
48 'MarkingVisitorImpl.h', | 50 'MarkingVisitorImpl.h', |
49 'PageMemory.h', | 51 'PageMemory.h', |
50 'PagePool.cpp', | 52 'PagePool.cpp', |
51 'PagePool.h', | 53 'PagePool.h', |
52 'PersistentNode.cpp', | 54 'PersistentNode.cpp', |
53 'PersistentNode.h', | 55 'PersistentNode.h', |
54 'SafePoint.cpp', | 56 'SafePoint.cpp', |
55 'SafePoint.h', | 57 'SafePoint.h', |
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
87 ], | 89 ], |
88 }], | 90 }], |
89 ['target_arch == "ia32" or target_arch == "x64"', { | 91 ['target_arch == "ia32" or target_arch == "x64"', { |
90 'platform_heap_asm_files': [ | 92 'platform_heap_asm_files': [ |
91 'asm/SaveRegisters_x86.asm', | 93 'asm/SaveRegisters_x86.asm', |
92 ], | 94 ], |
93 }], | 95 }], |
94 ], | 96 ], |
95 }, | 97 }, |
96 } | 98 } |
OLD | NEW |