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

#include <turbofan-graph-visualizer.h>

Collaboration diagram for v8::internal::compiler::AsC1V:

Public Member Functions

 AsC1V (const char *phase, const Schedule *schedule, const SourcePositionTable *positions=nullptr, const InstructionSequence *instructions=nullptr)
 

Public Attributes

const Scheduleschedule_
 
const InstructionSequenceinstructions_
 
const SourcePositionTablepositions_
 
const char * phase_
 

Detailed Description

Definition at line 222 of file turbofan-graph-visualizer.h.

Constructor & Destructor Documentation

◆ AsC1V()

v8::internal::compiler::AsC1V::AsC1V ( const char * phase,
const Schedule * schedule,
const SourcePositionTable * positions = nullptr,
const InstructionSequence * instructions = nullptr )
inline

Definition at line 223 of file turbofan-graph-visualizer.h.

Member Data Documentation

◆ instructions_

const InstructionSequence* v8::internal::compiler::AsC1V::instructions_

Definition at line 231 of file turbofan-graph-visualizer.h.

◆ phase_

const char* v8::internal::compiler::AsC1V::phase_

Definition at line 233 of file turbofan-graph-visualizer.h.

◆ positions_

const SourcePositionTable* v8::internal::compiler::AsC1V::positions_

Definition at line 232 of file turbofan-graph-visualizer.h.

◆ schedule_

const Schedule* v8::internal::compiler::AsC1V::schedule_

Definition at line 230 of file turbofan-graph-visualizer.h.


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