| 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 #include "src/v8.h" | 5 #include "src/v8.h" |
| 6 | 6 |
| 7 #if V8_TARGET_ARCH_MIPS | 7 #if V8_TARGET_ARCH_MIPS |
| 8 | 8 |
| 9 #include "src/code-stubs.h" | 9 #include "src/code-stubs.h" |
| 10 #include "src/log.h" | 10 #include "src/log.h" |
| (...skipping 1223 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1234 DCHECK(mode_ == UC16); | 1234 DCHECK(mode_ == UC16); |
| 1235 __ lhu(current_character(), MemOperand(t5, 0)); | 1235 __ lhu(current_character(), MemOperand(t5, 0)); |
| 1236 } | 1236 } |
| 1237 } | 1237 } |
| 1238 | 1238 |
| 1239 | 1239 |
| 1240 #undef __ | 1240 #undef __ |
| 1241 | 1241 |
| 1242 #endif // V8_INTERPRETED_REGEXP | 1242 #endif // V8_INTERPRETED_REGEXP |
| 1243 | 1243 |
| 1244 }} // namespace v8::internal | 1244 } // namespace internal |
| 1245 } // namespace v8 |
| 1245 | 1246 |
| 1246 #endif // V8_TARGET_ARCH_MIPS | 1247 #endif // V8_TARGET_ARCH_MIPS |
| OLD | NEW |