| OLD | NEW |
| 1 // Copyright 2012 the V8 project authors. All rights reserved. | 1 // Copyright 2012 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 // Review notes: | 5 // Review notes: |
| 6 // | 6 // |
| 7 // - The use of macros in these inline functions may seem superfluous | 7 // - The use of macros in these inline functions may seem superfluous |
| 8 // but it is absolutely needed to make sure gcc generates optimal | 8 // but it is absolutely needed to make sure gcc generates optimal |
| 9 // code. gcc is not happy when attempting to inline too deep. | 9 // code. gcc is not happy when attempting to inline too deep. |
| 10 // | 10 // |
| (...skipping 8028 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 8039 #undef WRITE_FLOAT_FIELD | 8039 #undef WRITE_FLOAT_FIELD |
| 8040 #undef READ_UINT64_FIELD | 8040 #undef READ_UINT64_FIELD |
| 8041 #undef WRITE_UINT64_FIELD | 8041 #undef WRITE_UINT64_FIELD |
| 8042 #undef READ_INT64_FIELD | 8042 #undef READ_INT64_FIELD |
| 8043 #undef WRITE_INT64_FIELD | 8043 #undef WRITE_INT64_FIELD |
| 8044 #undef READ_BYTE_FIELD | 8044 #undef READ_BYTE_FIELD |
| 8045 #undef WRITE_BYTE_FIELD | 8045 #undef WRITE_BYTE_FIELD |
| 8046 #undef NOBARRIER_READ_BYTE_FIELD | 8046 #undef NOBARRIER_READ_BYTE_FIELD |
| 8047 #undef NOBARRIER_WRITE_BYTE_FIELD | 8047 #undef NOBARRIER_WRITE_BYTE_FIELD |
| 8048 | 8048 |
| 8049 } } // namespace v8::internal | 8049 } // namespace internal |
| 8050 } // namespace v8 |
| 8050 | 8051 |
| 8051 #endif // V8_OBJECTS_INL_H_ | 8052 #endif // V8_OBJECTS_INL_H_ |
| OLD | NEW |