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/base/bits.h" | 9 #include "src/base/bits.h" |
10 #include "src/bootstrapper.h" | 10 #include "src/bootstrapper.h" |
(...skipping 5549 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5560 ExternalReference thunk_ref = | 5560 ExternalReference thunk_ref = |
5561 ExternalReference::invoke_accessor_getter_callback(isolate()); | 5561 ExternalReference::invoke_accessor_getter_callback(isolate()); |
5562 CallApiFunctionAndReturn(masm, api_function_address, thunk_ref, | 5562 CallApiFunctionAndReturn(masm, api_function_address, thunk_ref, |
5563 kStackUnwindSpace, kInvalidStackOffset, | 5563 kStackUnwindSpace, kInvalidStackOffset, |
5564 MemOperand(fp, 6 * kPointerSize), NULL); | 5564 MemOperand(fp, 6 * kPointerSize), NULL); |
5565 } | 5565 } |
5566 | 5566 |
5567 | 5567 |
5568 #undef __ | 5568 #undef __ |
5569 | 5569 |
5570 } } // namespace v8::internal | 5570 } // namespace internal |
| 5571 } // namespace v8 |
5571 | 5572 |
5572 #endif // V8_TARGET_ARCH_MIPS | 5573 #endif // V8_TARGET_ARCH_MIPS |
OLD | NEW |