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

#include <turbofan-graph-visualizer.h>

Collaboration diagram for v8::internal::compiler::AsC1VRegisterAllocationData:

Public Member Functions

 AsC1VRegisterAllocationData (const char *phase, const RegisterAllocationData *data=nullptr)
 

Public Attributes

const char * phase_
 
const RegisterAllocationDatadata_
 

Detailed Description

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

Constructor & Destructor Documentation

◆ AsC1VRegisterAllocationData()

v8::internal::compiler::AsC1VRegisterAllocationData::AsC1VRegisterAllocationData ( const char * phase,
const RegisterAllocationData * data = nullptr )
inlineexplicit

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

Member Data Documentation

◆ data_

const RegisterAllocationData* v8::internal::compiler::AsC1VRegisterAllocationData::data_

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

◆ phase_

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

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


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