v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
frame-constants-mips64.cc
Go to the documentation of this file.
1
// Copyright 2011 the V8 project authors. All rights reserved.
2
// Use of this source code is governed by a BSD-style license that can be
3
// found in the LICENSE file.
4
5
#if V8_TARGET_ARCH_MIPS64
6
7
#include "
src/codegen/mips64/assembler-mips64-inl.h
"
8
#include "
src/execution/frame-constants.h
"
9
#include "
src/execution/frames.h
"
10
11
#include "
src/execution/mips64/frame-constants-mips64.h
"
12
13
namespace
v8
{
14
namespace
internal
{
15
16
Register
JavaScriptFrame::fp_register
() {
return
v8::internal::fp; }
17
Register
JavaScriptFrame::context_register
() {
return
cp
; }
18
Register
JavaScriptFrame::constant_pool_pointer_register
() {
UNREACHABLE
(); }
19
20
int
UnoptimizedFrameConstants::RegisterStackSlotCount
(
int
register_count) {
21
return
register_count;
22
}
23
24
int
BuiltinContinuationFrameConstants::PaddingSlotCount
(
int
register_count) {
25
USE
(register_count);
26
return
0;
27
}
28
29
// static
30
intptr_t
MaglevFrame::StackGuardFrameSize
(
int
register_input_count) {
31
USE
(register_input_count);
32
UNREACHABLE
();
33
}
34
35
}
// namespace internal
36
}
// namespace v8
37
38
#endif
// V8_TARGET_ARCH_MIPS64
assembler-mips64-inl.h
v8::internal::BuiltinContinuationFrameConstants::PaddingSlotCount
static int PaddingSlotCount(int register_count)
Definition
frame-constants-riscv.cc:21
v8::internal::JavaScriptFrame::fp_register
static Register fp_register()
Definition
frame-constants-riscv.cc:13
v8::internal::JavaScriptFrame::constant_pool_pointer_register
static Register constant_pool_pointer_register()
Definition
frame-constants-riscv.cc:15
v8::internal::JavaScriptFrame::context_register
static Register context_register()
Definition
frame-constants-riscv.cc:14
v8::internal::MaglevFrame::StackGuardFrameSize
static intptr_t StackGuardFrameSize(int register_input_count)
Definition
frame-constants-riscv.cc:27
v8::internal::UnoptimizedFrameConstants::RegisterStackSlotCount
static int RegisterStackSlotCount(int register_count)
Definition
frame-constants-riscv.cc:17
frame-constants-mips64.h
frame-constants.h
frames.h
v8::internal::ETWJITInterface::Register
void Register()
Definition
etw-jit-win.cc:187
v8::internal::internal
internal
Definition
wasm-objects-inl.h:458
v8::internal::UNREACHABLE
UNREACHABLE()
v8::internal::cp
constexpr Register cp
Definition
register-arm.h:330
v8
Definition
api-arguments-inl.h:19
USE
#define USE(...)
Definition
macros.h:293
src
execution
mips64
frame-constants-mips64.cc
Generated on Sun Apr 6 2025 21:08:53 for v8 by
1.12.0