![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <turbofan-graph-visualizer.h>
Public Member Functions | |
AsC1VRegisterAllocationData (const char *phase, const RegisterAllocationData *data=nullptr) | |
Public Attributes | |
const char * | phase_ |
const RegisterAllocationData * | data_ |
Definition at line 236 of file turbofan-graph-visualizer.h.
|
inlineexplicit |
Definition at line 237 of file turbofan-graph-visualizer.h.
const RegisterAllocationData* v8::internal::compiler::AsC1VRegisterAllocationData::data_ |
Definition at line 241 of file turbofan-graph-visualizer.h.
const char* v8::internal::compiler::AsC1VRegisterAllocationData::phase_ |
Definition at line 240 of file turbofan-graph-visualizer.h.