v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
frame-constants-ia32.cc
Go to the documentation of this file.
1
// Copyright 2006-2008 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_IA32
6
7
#include "
src/execution/ia32/frame-constants-ia32.h
"
8
9
#include "
src/codegen/assembler.h
"
10
#include "
src/codegen/ia32/assembler-ia32-inl.h
"
11
#include "
src/execution/frame-constants.h
"
12
#include "
src/execution/frames.h
"
13
14
namespace
v8
{
15
namespace
internal
{
16
17
Register
JavaScriptFrame::fp_register
() {
return
ebp; }
18
Register
JavaScriptFrame::context_register
() {
return
esi; }
19
Register
JavaScriptFrame::constant_pool_pointer_register
() {
UNREACHABLE
(); }
20
21
int
UnoptimizedFrameConstants::RegisterStackSlotCount
(
int
register_count) {
22
return
register_count;
23
}
24
25
int
BuiltinContinuationFrameConstants::PaddingSlotCount
(
int
register_count) {
26
USE
(register_count);
27
return
0;
28
}
29
30
// static
31
intptr_t
MaglevFrame::StackGuardFrameSize
(
int
register_input_count) {
32
USE
(register_input_count);
33
UNREACHABLE
();
34
}
35
36
}
// namespace internal
37
}
// namespace v8
38
39
#endif
// V8_TARGET_ARCH_IA32
assembler-ia32-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
assembler.h
frame-constants-ia32.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
Definition
api-arguments-inl.h:19
USE
#define USE(...)
Definition
macros.h:293
src
execution
ia32
frame-constants-ia32.cc
Generated on Sun Apr 6 2025 21:08:53 for v8 by
1.12.0