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 RELEASE_WRITE_FIELD |
| 28 #undef NOBARRIER_WRITE_FIELD |
| 29 #undef WRITE_BARRIER |
| 30 #undef CONDITIONAL_WRITE_BARRIER |
| 31 #undef READ_DOUBLE_FIELD |
| 32 #undef WRITE_DOUBLE_FIELD |
| 33 #undef READ_INT_FIELD |
| 34 #undef WRITE_INT_FIELD |
| 35 #undef READ_INTPTR_FIELD |
| 36 #undef WRITE_INTPTR_FIELD |
| 37 #undef READ_UINT8_FIELD |
| 38 #undef WRITE_UINT8_FIELD |
| 39 #undef READ_INT8_FIELD |
| 40 #undef WRITE_INT8_FIELD |
| 41 #undef READ_UINT16_FIELD |
| 42 #undef WRITE_UINT16_FIELD |
| 43 #undef READ_INT16_FIELD |
| 44 #undef WRITE_INT16_FIELD |
| 45 #undef READ_UINT32_FIELD |
| 46 #undef WRITE_UINT32_FIELD |
| 47 #undef READ_INT32_FIELD |
| 48 #undef WRITE_INT32_FIELD |
| 49 #undef READ_FLOAT_FIELD |
| 50 #undef WRITE_FLOAT_FIELD |
| 51 #undef READ_UINT64_FIELD |
| 52 #undef WRITE_UINT64_FIELD |
| 53 #undef READ_INT64_FIELD |
| 54 #undef WRITE_INT64_FIELD |
| 55 #undef READ_BYTE_FIELD |
| 56 #undef NOBARRIER_READ_BYTE_FIELD |
| 57 #undef WRITE_BYTE_FIELD |
| 58 #undef NOBARRIER_WRITE_BYTE_FIELD |
10 #undef DECLARE_VERIFIER | 59 #undef DECLARE_VERIFIER |
OLD | NEW |