| OLD | NEW |
| 1 // Copyright 2010 the V8 project authors. All rights reserved. | 1 // Copyright 2010 the V8 project authors. All rights reserved. |
| 2 // Redistribution and use in source and binary forms, with or without | 2 // Redistribution and use in source and binary forms, with or without |
| 3 // modification, are permitted provided that the following conditions are | 3 // modification, are permitted provided that the following conditions are |
| 4 // met: | 4 // met: |
| 5 // | 5 // |
| 6 // * Redistributions of source code must retain the above copyright | 6 // * Redistributions of source code must retain the above copyright |
| 7 // notice, this list of conditions and the following disclaimer. | 7 // notice, this list of conditions and the following disclaimer. |
| 8 // * Redistributions in binary form must reproduce the above | 8 // * Redistributions in binary form must reproduce the above |
| 9 // copyright notice, this list of conditions and the following | 9 // copyright notice, this list of conditions and the following |
| 10 // disclaimer in the documentation and/or other materials provided | 10 // disclaimer in the documentation and/or other materials provided |
| (...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 96 V(Map, undetectable_string_map, UndetectableStringMap) \ | 96 V(Map, undetectable_string_map, UndetectableStringMap) \ |
| 97 V(Map, undetectable_ascii_string_map, UndetectableAsciiStringMap) \ | 97 V(Map, undetectable_ascii_string_map, UndetectableAsciiStringMap) \ |
| 98 V(Map, external_pixel_array_map, ExternalPixelArrayMap) \ | 98 V(Map, external_pixel_array_map, ExternalPixelArrayMap) \ |
| 99 V(Map, external_byte_array_map, ExternalByteArrayMap) \ | 99 V(Map, external_byte_array_map, ExternalByteArrayMap) \ |
| 100 V(Map, external_unsigned_byte_array_map, ExternalUnsignedByteArrayMap) \ | 100 V(Map, external_unsigned_byte_array_map, ExternalUnsignedByteArrayMap) \ |
| 101 V(Map, external_short_array_map, ExternalShortArrayMap) \ | 101 V(Map, external_short_array_map, ExternalShortArrayMap) \ |
| 102 V(Map, external_unsigned_short_array_map, ExternalUnsignedShortArrayMap) \ | 102 V(Map, external_unsigned_short_array_map, ExternalUnsignedShortArrayMap) \ |
| 103 V(Map, external_int_array_map, ExternalIntArrayMap) \ | 103 V(Map, external_int_array_map, ExternalIntArrayMap) \ |
| 104 V(Map, external_unsigned_int_array_map, ExternalUnsignedIntArrayMap) \ | 104 V(Map, external_unsigned_int_array_map, ExternalUnsignedIntArrayMap) \ |
| 105 V(Map, external_float_array_map, ExternalFloatArrayMap) \ | 105 V(Map, external_float_array_map, ExternalFloatArrayMap) \ |
| 106 V(Map, external_double_array_map, ExternalDoubleArrayMap) \ |
| 106 V(Map, context_map, ContextMap) \ | 107 V(Map, context_map, ContextMap) \ |
| 107 V(Map, catch_context_map, CatchContextMap) \ | 108 V(Map, catch_context_map, CatchContextMap) \ |
| 108 V(Map, code_map, CodeMap) \ | 109 V(Map, code_map, CodeMap) \ |
| 109 V(Map, oddball_map, OddballMap) \ | 110 V(Map, oddball_map, OddballMap) \ |
| 110 V(Map, global_property_cell_map, GlobalPropertyCellMap) \ | 111 V(Map, global_property_cell_map, GlobalPropertyCellMap) \ |
| 111 V(Map, shared_function_info_map, SharedFunctionInfoMap) \ | 112 V(Map, shared_function_info_map, SharedFunctionInfoMap) \ |
| 112 V(Map, message_object_map, JSMessageObjectMap) \ | 113 V(Map, message_object_map, JSMessageObjectMap) \ |
| 113 V(Map, proxy_map, ProxyMap) \ | 114 V(Map, proxy_map, ProxyMap) \ |
| 114 V(Object, nan_value, NanValue) \ | 115 V(Object, nan_value, NanValue) \ |
| 115 V(Object, minus_zero_value, MinusZeroValue) \ | 116 V(Object, minus_zero_value, MinusZeroValue) \ |
| (...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 210 V(KeyedLoadExternalUnsignedByteArray_symbol, \ | 211 V(KeyedLoadExternalUnsignedByteArray_symbol, \ |
| 211 "KeyedLoadExternalUnsignedByteArray") \ | 212 "KeyedLoadExternalUnsignedByteArray") \ |
| 212 V(KeyedLoadExternalShortArray_symbol, \ | 213 V(KeyedLoadExternalShortArray_symbol, \ |
| 213 "KeyedLoadExternalShortArray") \ | 214 "KeyedLoadExternalShortArray") \ |
| 214 V(KeyedLoadExternalUnsignedShortArray_symbol, \ | 215 V(KeyedLoadExternalUnsignedShortArray_symbol, \ |
| 215 "KeyedLoadExternalUnsignedShortArray") \ | 216 "KeyedLoadExternalUnsignedShortArray") \ |
| 216 V(KeyedLoadExternalIntArray_symbol, "KeyedLoadExternalIntArray") \ | 217 V(KeyedLoadExternalIntArray_symbol, "KeyedLoadExternalIntArray") \ |
| 217 V(KeyedLoadExternalUnsignedIntArray_symbol, \ | 218 V(KeyedLoadExternalUnsignedIntArray_symbol, \ |
| 218 "KeyedLoadExternalUnsignedIntArray") \ | 219 "KeyedLoadExternalUnsignedIntArray") \ |
| 219 V(KeyedLoadExternalFloatArray_symbol, "KeyedLoadExternalFloatArray") \ | 220 V(KeyedLoadExternalFloatArray_symbol, "KeyedLoadExternalFloatArray") \ |
| 221 V(KeyedLoadExternalDoubleArray_symbol, "KeyedLoadExternalDoubleArray") \ |
| 220 V(KeyedLoadExternalPixelArray_symbol, "KeyedLoadExternalPixelArray") \ | 222 V(KeyedLoadExternalPixelArray_symbol, "KeyedLoadExternalPixelArray") \ |
| 221 V(KeyedStoreExternalByteArray_symbol, "KeyedStoreExternalByteArray") \ | 223 V(KeyedStoreExternalByteArray_symbol, "KeyedStoreExternalByteArray") \ |
| 222 V(KeyedStoreExternalUnsignedByteArray_symbol, \ | 224 V(KeyedStoreExternalUnsignedByteArray_symbol, \ |
| 223 "KeyedStoreExternalUnsignedByteArray") \ | 225 "KeyedStoreExternalUnsignedByteArray") \ |
| 224 V(KeyedStoreExternalShortArray_symbol, "KeyedStoreExternalShortArray") \ | 226 V(KeyedStoreExternalShortArray_symbol, "KeyedStoreExternalShortArray") \ |
| 225 V(KeyedStoreExternalUnsignedShortArray_symbol, \ | 227 V(KeyedStoreExternalUnsignedShortArray_symbol, \ |
| 226 "KeyedStoreExternalUnsignedShortArray") \ | 228 "KeyedStoreExternalUnsignedShortArray") \ |
| 227 V(KeyedStoreExternalIntArray_symbol, "KeyedStoreExternalIntArray") \ | 229 V(KeyedStoreExternalIntArray_symbol, "KeyedStoreExternalIntArray") \ |
| 228 V(KeyedStoreExternalUnsignedIntArray_symbol, \ | 230 V(KeyedStoreExternalUnsignedIntArray_symbol, \ |
| 229 "KeyedStoreExternalUnsignedIntArray") \ | 231 "KeyedStoreExternalUnsignedIntArray") \ |
| 230 V(KeyedStoreExternalFloatArray_symbol, "KeyedStoreExternalFloatArray") \ | 232 V(KeyedStoreExternalFloatArray_symbol, "KeyedStoreExternalFloatArray") \ |
| 233 V(KeyedStoreExternalDoubleArray_symbol, "KeyedStoreExternalDoubleArray") \ |
| 231 V(KeyedStoreExternalPixelArray_symbol, "KeyedStoreExternalPixelArray") | 234 V(KeyedStoreExternalPixelArray_symbol, "KeyedStoreExternalPixelArray") |
| 232 | 235 |
| 233 // Forward declarations. | 236 // Forward declarations. |
| 234 class GCTracer; | 237 class GCTracer; |
| 235 class HeapStats; | 238 class HeapStats; |
| 236 class Isolate; | 239 class Isolate; |
| 237 class WeakObjectRetainer; | 240 class WeakObjectRetainer; |
| 238 | 241 |
| 239 | 242 |
| 240 typedef String* (*ExternalStringTableUpdaterCallback)(Heap* heap, | 243 typedef String* (*ExternalStringTableUpdaterCallback)(Heap* heap, |
| (...skipping 2014 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2255 DISALLOW_IMPLICIT_CONSTRUCTORS(PathTracer); | 2258 DISALLOW_IMPLICIT_CONSTRUCTORS(PathTracer); |
| 2256 }; | 2259 }; |
| 2257 #endif // DEBUG || LIVE_OBJECT_LIST | 2260 #endif // DEBUG || LIVE_OBJECT_LIST |
| 2258 | 2261 |
| 2259 | 2262 |
| 2260 } } // namespace v8::internal | 2263 } } // namespace v8::internal |
| 2261 | 2264 |
| 2262 #undef HEAP | 2265 #undef HEAP |
| 2263 | 2266 |
| 2264 #endif // V8_HEAP_H_ | 2267 #endif // V8_HEAP_H_ |
| OLD | NEW |