![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <assembler.h>
Public Member Functions | |
BlockData (Block *block) | |
Public Attributes | |
Block * | block |
base::SmallVector< Block *, 4 > | predecessors |
recorded_values_t | recorded_values |
Definition at line 450 of file assembler.h.
|
inlineexplicit |
Definition at line 455 of file assembler.h.
Block* v8::internal::compiler::turboshaft::LabelBase< loop, Ts >::BlockData::block |
Definition at line 451 of file assembler.h.
base::SmallVector<Block*, 4> v8::internal::compiler::turboshaft::LabelBase< loop, Ts >::BlockData::predecessors |
Definition at line 452 of file assembler.h.
recorded_values_t v8::internal::compiler::turboshaft::LabelBase< loop, Ts >::BlockData::recorded_values |
Definition at line 453 of file assembler.h.