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

#include <maglev-graph-printer.h>

Collaboration diagram for v8::internal::maglev::PrintNodeLabel:

Public Member Functions

 PrintNodeLabel (MaglevGraphLabeller *graph_labeller, const NodeBase *node)
 
void Print (std::ostream &os) const
 

Detailed Description

Definition at line 136 of file maglev-graph-printer.h.

Constructor & Destructor Documentation

◆ PrintNodeLabel()

v8::internal::maglev::PrintNodeLabel::PrintNodeLabel ( MaglevGraphLabeller * graph_labeller,
const NodeBase * node )
inline

Definition at line 138 of file maglev-graph-printer.h.

Member Function Documentation

◆ Print()

void v8::internal::maglev::PrintNodeLabel::Print ( std::ostream & os) const
inline

Definition at line 139 of file maglev-graph-printer.h.


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