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

#include <liftoff-register.h>

Collaboration diagram for v8::internal::wasm::LiftoffRegList::Iterator:

Public Member Functions

LiftoffRegister operator* ()
 
Iteratoroperator++ ()
 
bool operator== (const Iterator &other) const =default
 

Private Member Functions

 Iterator (LiftoffRegList remaining)
 

Private Attributes

LiftoffRegList remaining_
 

Friends

class LiftoffRegList
 

Detailed Description

Definition at line 525 of file liftoff-register.h.

Constructor & Destructor Documentation

◆ Iterator()

v8::internal::wasm::LiftoffRegList::Iterator::Iterator ( LiftoffRegList remaining)
inlineexplicitprivate

Definition at line 535 of file liftoff-register.h.

Member Function Documentation

◆ operator*()

LiftoffRegister v8::internal::wasm::LiftoffRegList::Iterator::operator* ( )
inline

Definition at line 527 of file liftoff-register.h.

Here is the call graph for this function:

◆ operator++()

Iterator & v8::internal::wasm::LiftoffRegList::Iterator::operator++ ( )
inline

Definition at line 528 of file liftoff-register.h.

Here is the call graph for this function:

◆ operator==()

bool v8::internal::wasm::LiftoffRegList::Iterator::operator== ( const Iterator & other) const
default

Friends And Related Symbol Documentation

◆ LiftoffRegList

friend class LiftoffRegList
friend

Definition at line 536 of file liftoff-register.h.

Member Data Documentation

◆ remaining_

LiftoffRegList v8::internal::wasm::LiftoffRegList::Iterator::remaining_
private

Definition at line 538 of file liftoff-register.h.


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