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

#include <code-generator.h>

Collaboration diagram for v8::internal::compiler::InstructionOperandIterator:

Public Member Functions

 InstructionOperandIterator (Instruction *instr, size_t pos)
 
Instructioninstruction () const
 
InstructionOperandAdvance ()
 

Private Attributes

Instructioninstr_
 
size_t pos_
 

Detailed Description

Definition at line 42 of file code-generator.h.

Constructor & Destructor Documentation

◆ InstructionOperandIterator()

v8::internal::compiler::InstructionOperandIterator::InstructionOperandIterator ( Instruction * instr,
size_t pos )
inline

Definition at line 44 of file code-generator.h.

Member Function Documentation

◆ Advance()

InstructionOperand * v8::internal::compiler::InstructionOperandIterator::Advance ( )
inline

Definition at line 48 of file code-generator.h.

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

◆ instruction()

Instruction * v8::internal::compiler::InstructionOperandIterator::instruction ( ) const
inline

Definition at line 47 of file code-generator.h.

Here is the caller graph for this function:

Member Data Documentation

◆ instr_

Instruction* v8::internal::compiler::InstructionOperandIterator::instr_
private

Definition at line 51 of file code-generator.h.

◆ pos_

size_t v8::internal::compiler::InstructionOperandIterator::pos_
private

Definition at line 52 of file code-generator.h.


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