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

Classes

struct  Iterator
 

Public Member Functions

 IndexRange (int begin, int size)
 
bool operator== (const IndexRange &other) const
 
bool operator!= (const IndexRange &other) const
 
Iterator begin ()
 
Iterator end ()
 

Static Public Member Functions

static IndexRange Invalid ()
 

Private Member Functions

 IndexRange ()
 

Private Attributes

int begin_
 
int end_
 

Detailed Description

Definition at line 213 of file load-elimination.h.

Constructor & Destructor Documentation

◆ IndexRange() [1/2]

v8::internal::compiler::LoadElimination::IndexRange::IndexRange ( int begin,
int size )
inline

Definition at line 215 of file load-elimination.h.

Here is the call graph for this function:

◆ IndexRange() [2/2]

v8::internal::compiler::LoadElimination::IndexRange::IndexRange ( )
inlineprivate

Definition at line 243 of file load-elimination.h.

Member Function Documentation

◆ begin()

Iterator v8::internal::compiler::LoadElimination::IndexRange::begin ( )
inline

Definition at line 236 of file load-elimination.h.

◆ end()

Iterator v8::internal::compiler::LoadElimination::IndexRange::end ( )
inline

Definition at line 237 of file load-elimination.h.

◆ Invalid()

static IndexRange v8::internal::compiler::LoadElimination::IndexRange::Invalid ( )
inlinestatic

Definition at line 222 of file load-elimination.h.

Here is the caller graph for this function:

◆ operator!=()

bool v8::internal::compiler::LoadElimination::IndexRange::operator!= ( const IndexRange & other) const
inline

Definition at line 227 of file load-elimination.h.

◆ operator==()

bool v8::internal::compiler::LoadElimination::IndexRange::operator== ( const IndexRange & other) const
inline

Definition at line 224 of file load-elimination.h.

Member Data Documentation

◆ begin_

int v8::internal::compiler::LoadElimination::IndexRange::begin_
private

Definition at line 240 of file load-elimination.h.

◆ end_

int v8::internal::compiler::LoadElimination::IndexRange::end_
private

Definition at line 241 of file load-elimination.h.


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