Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 // Copyright 2016 the V8 project authors. All rights reserved. | 1 // Copyright 2016 the V8 project authors. All rights reserved. |
| 2 // Use of this source code is governed by a BSD-style license that can be | 2 // Use of this source code is governed by a BSD-style license that can be |
| 3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
| 4 | 4 |
| 5 #undef CAST_ACCESSOR | |
| 6 #undef DECL_BOOLEAN_ACCESSORS | 5 #undef DECL_BOOLEAN_ACCESSORS |
| 7 #undef DECL_INT_ACCESSORS | 6 #undef DECL_INT_ACCESSORS |
| 8 #undef DECL_ACCESSORS | 7 #undef DECL_ACCESSORS |
| 9 #undef DECLARE_CAST | 8 #undef DECLARE_CAST |
| 9 #undef CAST_ACCESSOR | |
| 10 #undef INT_ACCESSORS | |
| 11 #undef ACCESSORS_CHECKED2 | |
| 12 #undef ACCESSORS_CHECKED | |
| 13 #undef ACCESSORS | |
| 14 #undef SMI_ACCESSORS_CHECKED | |
| 15 #undef SMI_ACCESSORS | |
| 16 #undef SYNCHRONIZED_SMI_ACCESSORS | |
| 17 #undef NOBARRIER_SMI_ACCESSORS | |
| 18 #undef BOOL_GETTER | |
| 19 #undef BOOL_ACCESSORS | |
| 20 #undef TYPE_CHECKER | |
| 21 #undef FIELD_ADDR | |
| 22 #undef FIELD_ADDR_CONST | |
| 23 #undef READ_FIELD | |
| 24 #undef ACQUIRE_READ_FIELD | |
| 25 #undef NOBARRIER_READ_FIELD | |
| 26 #undef WRITE_FIELD | |
| 27 #undef WRITE_FIELD | |
| 28 #undef RELEASE_WRITE_FIELD | |
| 29 #undef NOBARRIER_WRITE_FIELD | |
| 30 #undef WRITE_BARRIER | |
| 31 #undef CONDITIONAL_WRITE_BARRIER | |
| 32 #undef READ_DOUBLE_FIELD | |
| 33 #undef WRITE_DOUBLE_FIELD | |
| 34 #undef READ_INT_FIELD | |
| 35 #undef WRITE_INT_FIELD | |
| 36 #undef READ_INTPTR_FIELD | |
| 37 #undef WRITE_INTPTR_FIELD | |
| 38 #undef READ_UINT8_FIELD | |
| 39 #undef WRITE_UINT8_FIELD | |
| 40 #undef READ_INT8_FIELD | |
| 41 #undef WRITE_INT8_FIELD | |
| 42 #undef READ_UINT16_FIELD | |
| 43 #undef WRITE_UINT16_FIELD | |
| 44 #undef READ_INT16_FIELD | |
| 45 #undef WRITE_INT16_FIELD | |
| 46 #undef READ_UINT32_FIELD | |
| 47 #undef WRITE_UINT32_FIELD | |
| 48 #undef READ_INT32_FIELD | |
| 49 #undef WRITE_INT32_FIELD | |
| 50 #undef READ_FLOAT_FIELD | |
| 51 #undef WRITE_FLOAT_FIELD | |
| 52 #undef READ_UINT64_FIELD | |
| 53 #undef WRITE_UINT64_FIELD | |
| 54 #undef READ_INT64_FIELD | |
| 55 #undef WRITE_INT64_FIELD | |
| 56 #undef READ_BYTE_FIELD | |
| 57 #undef NOBARRIER_READ_BYTE_FIELD | |
| 58 #undef WRITE_BYTE_FIELD | |
| 59 #undef NOBARRIER_WRITE_BYTE_FIELD | |
| 10 #undef DECLARE_VERIFIER | 60 #undef DECLARE_VERIFIER |
| 61 #undef DECLARE_VERIFIER | |
|
jgruber
2017/05/23 09:58:36
Removing this duplicate in the next patchset.
| |
| OLD | NEW |