| OLD | NEW |
| 1 // Copyright 2013 the V8 project authors. All rights reserved. | 1 // Copyright 2013 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 <stdlib.h> | 5 #include <stdlib.h> |
| 6 #include <cmath> | 6 #include <cmath> |
| 7 #include <cstdarg> | 7 #include <cstdarg> |
| 8 #include "src/v8.h" | 8 #include "src/v8.h" |
| 9 | 9 |
| 10 #if V8_TARGET_ARCH_ARM64 | 10 #if V8_TARGET_ARCH_ARM64 |
| (...skipping 3819 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3830 | 3830 |
| 3831 // Set LR as if we'd just called a native printf function. | 3831 // Set LR as if we'd just called a native printf function. |
| 3832 set_lr(pc()); | 3832 set_lr(pc()); |
| 3833 | 3833 |
| 3834 delete[] format; | 3834 delete[] format; |
| 3835 } | 3835 } |
| 3836 | 3836 |
| 3837 | 3837 |
| 3838 #endif // USE_SIMULATOR | 3838 #endif // USE_SIMULATOR |
| 3839 | 3839 |
| 3840 } } // namespace v8::internal | 3840 } // namespace internal |
| 3841 } // namespace v8 |
| 3841 | 3842 |
| 3842 #endif // V8_TARGET_ARCH_ARM64 | 3843 #endif // V8_TARGET_ARCH_ARM64 |
| OLD | NEW |