|
|
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 / kPointerSize |
| |
| static constexpr int | kFirstPushedFrameValueOffset |
| |
|
static constexpr int | kCallerFPOffset = 0 * kPointerSize |
| |
|
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 / kPointerSize |
| |
| static constexpr int | kConstantPoolOffset |
| |
|
static constexpr int | kContextOrFrameTypeSize = kPointerSize |
| |
| static constexpr int | kContextOrFrameTypeOffset |
| |
Definition at line 192 of file frame-constants.h.
◆ kFirstPushedFrameValueOffset
| constexpr int v8::internal::TypedFrameConstants::kFirstPushedFrameValueOffset |
|
static |
Initial value:=
-StandardFrameConstants::kCPSlotSize - kFrameTypeSize - kPointerSize
Definition at line 202 of file frame-constants.h.
◆ kFixedFrameSize
| constexpr int v8::internal::TypedFrameConstants::kFixedFrameSize |
|
static |
Initial value:=
StandardFrameConstants::kFixedFrameSizeAboveFp + kFixedFrameSizeFromFp
Definition at line 199 of file frame-constants.h.
◆ kFixedSlotCountFromFp
| constexpr int v8::internal::TypedFrameConstants::kFixedSlotCountFromFp |
|
static |
Initial value:=
kFixedFrameSizeFromFp / kPointerSize
Definition at line 197 of file frame-constants.h.
The documentation for this class was generated from the following file: