v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::BuiltinFrameConstants Class Reference

#include <frame-constants.h>

Inheritance diagram for v8::internal::BuiltinFrameConstants:
Collaboration diagram for v8::internal::BuiltinFrameConstants:

Public Member Functions

 DEFINE_TYPED_FRAME_SIZES (2)
 

Static Public Attributes

static constexpr int kFunctionOffset = TYPED_FRAME_PUSHED_VALUE_OFFSET(0)
 
static constexpr int kLengthOffset = TYPED_FRAME_PUSHED_VALUE_OFFSET(1)
 
- Static Public Attributes inherited from v8::internal::TypedFrameConstants
static constexpr int kFrameTypeSize = kContextOrFrameTypeSize
 
static constexpr int kFrameTypeOffset = kContextOrFrameTypeOffset
 
static constexpr int kFixedFrameSizeFromFp = kCPSlotSize + kFrameTypeSize
 
static constexpr int kFixedSlotCountFromFp
 
static constexpr int kFixedFrameSize
 
static constexpr int kFixedSlotCount = kFixedFrameSize / kSystemPointerSize
 
static constexpr int kFirstPushedFrameValueOffset
 
- Static Public Attributes inherited from v8::internal::CommonFrameConstants
static constexpr int kCallerFPOffset = 0 * kSystemPointerSize
 
static constexpr int kCallerPCOffset = kCallerFPOffset + 1 * kFPOnStackSize
 
static constexpr int kCallerSPOffset = kCallerPCOffset + 1 * kPCOnStackSize
 
static constexpr int kFixedFrameSizeAboveFp = kPCOnStackSize + kFPOnStackSize
 
static constexpr int kFixedSlotCountAboveFp
 
static constexpr int kCPSlotSize
 
static constexpr int kCPSlotCount = kCPSlotSize / kSystemPointerSize
 
static constexpr int kConstantPoolOffset
 
static constexpr int kContextOrFrameTypeSize = kSystemPointerSize
 
static constexpr int kContextOrFrameTypeOffset
 

Detailed Description

Definition at line 209 of file frame-constants.h.

Member Function Documentation

◆ DEFINE_TYPED_FRAME_SIZES()

v8::internal::BuiltinFrameConstants::DEFINE_TYPED_FRAME_SIZES ( 2 )

Member Data Documentation

◆ kFunctionOffset

int v8::internal::BuiltinFrameConstants::kFunctionOffset = TYPED_FRAME_PUSHED_VALUE_OFFSET(0)
staticconstexpr

Definition at line 212 of file frame-constants.h.

◆ kLengthOffset

int v8::internal::BuiltinFrameConstants::kLengthOffset = TYPED_FRAME_PUSHED_VALUE_OFFSET(1)
staticconstexpr

Definition at line 213 of file frame-constants.h.


The documentation for this class was generated from the following file: