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 DECL_BOOLEAN_ACCESSORS | 5 #undef DECL_BOOLEAN_ACCESSORS |
6 #undef DECL_INT_ACCESSORS | 6 #undef DECL_INT_ACCESSORS |
7 #undef DECL_ACCESSORS | 7 #undef DECL_ACCESSORS |
8 #undef DECLARE_CAST | 8 #undef DECL_CAST |
9 #undef CAST_ACCESSOR | 9 #undef CAST_ACCESSOR |
10 #undef INT_ACCESSORS | 10 #undef INT_ACCESSORS |
11 #undef ACCESSORS_CHECKED2 | 11 #undef ACCESSORS_CHECKED2 |
12 #undef ACCESSORS_CHECKED | 12 #undef ACCESSORS_CHECKED |
13 #undef ACCESSORS | 13 #undef ACCESSORS |
14 #undef SMI_ACCESSORS_CHECKED | 14 #undef SMI_ACCESSORS_CHECKED |
15 #undef SMI_ACCESSORS | 15 #undef SMI_ACCESSORS |
16 #undef SYNCHRONIZED_SMI_ACCESSORS | 16 #undef SYNCHRONIZED_SMI_ACCESSORS |
17 #undef RELAXED_SMI_ACCESSORS | 17 #undef RELAXED_SMI_ACCESSORS |
18 #undef BOOL_GETTER | 18 #undef BOOL_GETTER |
(...skipping 30 matching lines...) Expand all Loading... |
49 #undef READ_FLOAT_FIELD | 49 #undef READ_FLOAT_FIELD |
50 #undef WRITE_FLOAT_FIELD | 50 #undef WRITE_FLOAT_FIELD |
51 #undef READ_UINT64_FIELD | 51 #undef READ_UINT64_FIELD |
52 #undef WRITE_UINT64_FIELD | 52 #undef WRITE_UINT64_FIELD |
53 #undef READ_INT64_FIELD | 53 #undef READ_INT64_FIELD |
54 #undef WRITE_INT64_FIELD | 54 #undef WRITE_INT64_FIELD |
55 #undef READ_BYTE_FIELD | 55 #undef READ_BYTE_FIELD |
56 #undef RELAXED_READ_BYTE_FIELD | 56 #undef RELAXED_READ_BYTE_FIELD |
57 #undef WRITE_BYTE_FIELD | 57 #undef WRITE_BYTE_FIELD |
58 #undef RELAXED_WRITE_BYTE_FIELD | 58 #undef RELAXED_WRITE_BYTE_FIELD |
59 #undef DECLARE_VERIFIER | 59 #undef DECL_VERIFIER |
60 #undef DEFINE_DEOPT_ELEMENT_ACCESSORS | 60 #undef DEFINE_DEOPT_ELEMENT_ACCESSORS |
61 #undef DEFINE_DEOPT_ENTRY_ACCESSORS | 61 #undef DEFINE_DEOPT_ENTRY_ACCESSORS |
OLD | NEW |