V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
v8::internal::WasmCompileLazyFrameConstants Class Reference
Inheritance diagram for v8::internal::WasmCompileLazyFrameConstants:
v8::internal::TypedFrameConstants v8::internal::TypedFrameConstants v8::internal::TypedFrameConstants v8::internal::TypedFrameConstants v8::internal::TypedFrameConstants v8::internal::TypedFrameConstants v8::internal::TypedFrameConstants v8::internal::TypedFrameConstants

Static Public Attributes

static constexpr int kNumberOfSavedGpParamRegs = 4
 
static constexpr int kNumberOfSavedFpParamRegs = 8
 
static constexpr int kWasmInstanceOffset = TYPED_FRAME_PUSHED_VALUE_OFFSET(0)
 
static constexpr int kFixedFrameSizeFromFp
 
- 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 / kPointerSize
 
static constexpr int kFirstPushedFrameValueOffset
 
- Static Public Attributes inherited from v8::internal::CommonFrameConstants
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
 

Detailed Description

Definition at line 36 of file frame-constants-arm.h.

Member Data Documentation

◆ kFixedFrameSizeFromFp

static constexpr int v8::internal::WasmCompileLazyFrameConstants::kFixedFrameSizeFromFp
static
Initial value:
=
TypedFrameConstants::kFixedFrameSizeFromFp +
kNumberOfSavedGpParamRegs * kPointerSize +
kNumberOfSavedFpParamRegs * kDoubleSize

Definition at line 43 of file frame-constants-arm.h.


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