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

#include <utils.h>

Collaboration diagram for v8::internal::torque::StackRange:

Public Member Functions

 StackRange (BottomOffset begin, BottomOffset end)
 
bool operator== (const StackRange &other) const
 
void Extend (StackRange adjacent)
 
size_t Size () const
 
BottomOffset begin () const
 
BottomOffset end () const
 

Private Attributes

BottomOffset begin_
 
BottomOffset end_
 

Detailed Description

Definition at line 207 of file utils.h.

Constructor & Destructor Documentation

◆ StackRange()

v8::internal::torque::StackRange::StackRange ( BottomOffset begin,
BottomOffset end )
inline

Definition at line 209 of file utils.h.

Member Function Documentation

◆ begin()

BottomOffset v8::internal::torque::StackRange::begin ( ) const
inline

Definition at line 223 of file utils.h.

Here is the caller graph for this function:

◆ end()

BottomOffset v8::internal::torque::StackRange::end ( ) const
inline

Definition at line 224 of file utils.h.

Here is the caller graph for this function:

◆ Extend()

void v8::internal::torque::StackRange::Extend ( StackRange adjacent)
inline

Definition at line 217 of file utils.h.

Here is the caller graph for this function:

◆ operator==()

bool v8::internal::torque::StackRange::operator== ( const StackRange & other) const
inline

Definition at line 213 of file utils.h.

◆ Size()

size_t v8::internal::torque::StackRange::Size ( ) const
inline

Definition at line 222 of file utils.h.

Here is the caller graph for this function:

Member Data Documentation

◆ begin_

BottomOffset v8::internal::torque::StackRange::begin_
private

Definition at line 227 of file utils.h.

◆ end_

BottomOffset v8::internal::torque::StackRange::end_
private

Definition at line 228 of file utils.h.


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