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

#include <frames.h>

Collaboration diagram for v8::internal::FastConstructStubFrameInfo:

Public Member Functions

uint32_t frame_size_in_bytes_without_fixed () const
 
uint32_t frame_size_in_bytes () const
 

Static Public Member Functions

static FastConstructStubFrameInfo Precise (bool is_topmost)
 
static FastConstructStubFrameInfo Conservative ()
 

Private Member Functions

 FastConstructStubFrameInfo (bool is_topmost)
 

Private Attributes

uint32_t frame_size_in_bytes_without_fixed_
 
uint32_t frame_size_in_bytes_
 

Detailed Description

Definition at line 1965 of file frames.h.

Constructor & Destructor Documentation

◆ FastConstructStubFrameInfo()

v8::internal::FastConstructStubFrameInfo::FastConstructStubFrameInfo ( bool is_topmost)
explicitprivate

Definition at line 4270 of file frames.cc.

Here is the call graph for this function:
Here is the caller graph for this function:

Member Function Documentation

◆ Conservative()

static FastConstructStubFrameInfo v8::internal::FastConstructStubFrameInfo::Conservative ( )
inlinestatic

Definition at line 1971 of file frames.h.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ frame_size_in_bytes()

uint32_t v8::internal::FastConstructStubFrameInfo::frame_size_in_bytes ( ) const
inline

Definition at line 1979 of file frames.h.

Here is the caller graph for this function:

◆ frame_size_in_bytes_without_fixed()

uint32_t v8::internal::FastConstructStubFrameInfo::frame_size_in_bytes_without_fixed ( ) const
inline

Definition at line 1976 of file frames.h.

Here is the caller graph for this function:

◆ Precise()

static FastConstructStubFrameInfo v8::internal::FastConstructStubFrameInfo::Precise ( bool is_topmost)
inlinestatic

Definition at line 1967 of file frames.h.

Here is the call graph for this function:
Here is the caller graph for this function:

Member Data Documentation

◆ frame_size_in_bytes_

uint32_t v8::internal::FastConstructStubFrameInfo::frame_size_in_bytes_
private

Definition at line 1985 of file frames.h.

◆ frame_size_in_bytes_without_fixed_

uint32_t v8::internal::FastConstructStubFrameInfo::frame_size_in_bytes_without_fixed_
private

Definition at line 1984 of file frames.h.


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