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

#include <frame-constants.h>

Inheritance diagram for v8::internal::FastConstructFrameConstants:
Collaboration diagram for v8::internal::FastConstructFrameConstants:

Public Member Functions

 DEFINE_TYPED_FRAME_SIZES (2)
 

Static Public Attributes

static constexpr int kContextOffset = TYPED_FRAME_PUSHED_VALUE_OFFSET(0)
 
static constexpr int kImplicitReceiverOffset
 
- 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 230 of file frame-constants.h.

Member Function Documentation

◆ DEFINE_TYPED_FRAME_SIZES()

v8::internal::FastConstructFrameConstants::DEFINE_TYPED_FRAME_SIZES ( 2 )

Member Data Documentation

◆ kContextOffset

int v8::internal::FastConstructFrameConstants::kContextOffset = TYPED_FRAME_PUSHED_VALUE_OFFSET(0)
staticconstexpr

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

◆ kImplicitReceiverOffset

int v8::internal::FastConstructFrameConstants::kImplicitReceiverOffset
staticconstexpr
Initial value:
=
#define TYPED_FRAME_PUSHED_VALUE_OFFSET(x)

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


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