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

#include <gap-resolver.h>

Collaboration diagram for v8::internal::compiler::GapResolver:

Classes

class  Assembler
 

Public Member Functions

 GapResolver (Assembler *assembler)
 
V8_EXPORT_PRIVATE void Resolve (ParallelMove *parallel_move)
 

Private Member Functions

void PerformCycle (const std::vector< MoveOperands * > &cycle)
 
void PerformMove (ParallelMove *moves, MoveOperands *move)
 
MoveOperandsPerformMoveHelper (ParallelMove *moves, MoveOperands *move, std::vector< MoveOperands * > *cycle)
 

Private Attributes

Assembler *const assembler_
 

Detailed Description

Definition at line 14 of file gap-resolver.h.

Constructor & Destructor Documentation

◆ GapResolver()

v8::internal::compiler::GapResolver::GapResolver ( Assembler * assembler)
inlineexplicit

Definition at line 51 of file gap-resolver.h.

Member Function Documentation

◆ PerformCycle()

void v8::internal::compiler::GapResolver::PerformCycle ( const std::vector< MoveOperands * > & cycle)
private

Definition at line 81 of file gap-resolver.cc.

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

◆ PerformMove()

void v8::internal::compiler::GapResolver::PerformMove ( ParallelMove * moves,
MoveOperands * move )
private

Definition at line 131 of file gap-resolver.cc.

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

◆ PerformMoveHelper()

MoveOperands * v8::internal::compiler::GapResolver::PerformMoveHelper ( ParallelMove * moves,
MoveOperands * move,
std::vector< MoveOperands * > * cycle )
private

Definition at line 151 of file gap-resolver.cc.

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

◆ Resolve()

void v8::internal::compiler::GapResolver::Resolve ( ParallelMove * parallel_move)

Definition at line 30 of file gap-resolver.cc.

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

Member Data Documentation

◆ assembler_

Assembler* const v8::internal::compiler::GapResolver::assembler_
private

Definition at line 71 of file gap-resolver.h.


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