OLD | NEW |
1 // Copyright (c) 2011 Sun Microsystems Inc. | 1 // Copyright (c) 1994-2006 Sun Microsystems Inc. |
2 // All Rights Reserved. | 2 // All Rights Reserved. |
3 // | 3 // |
4 // Redistribution and use in source and binary forms, with or without | 4 // Redistribution and use in source and binary forms, with or without |
5 // modification, are permitted provided that the following conditions are | 5 // modification, are permitted provided that the following conditions are |
6 // met: | 6 // met: |
7 // | 7 // |
8 // - Redistributions of source code must retain the above copyright notice, | 8 // - Redistributions of source code must retain the above copyright notice, |
9 // this list of conditions and the following disclaimer. | 9 // this list of conditions and the following disclaimer. |
10 // | 10 // |
11 // - Redistribution in binary form must reproduce the above copyright | 11 // - Redistribution in binary form must reproduce the above copyright |
(...skipping 1236 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1248 assembler_->RecordRelocInfo(RelocInfo::POSITION, state_.current_position); | 1248 assembler_->RecordRelocInfo(RelocInfo::POSITION, state_.current_position); |
1249 state_.written_position = state_.current_position; | 1249 state_.written_position = state_.current_position; |
1250 written = true; | 1250 written = true; |
1251 } | 1251 } |
1252 | 1252 |
1253 // Return whether something was written. | 1253 // Return whether something was written. |
1254 return written; | 1254 return written; |
1255 } | 1255 } |
1256 | 1256 |
1257 } } // namespace v8::internal | 1257 } } // namespace v8::internal |
OLD | NEW |