#include <graph.h>
Definition at line 39 of file graph.h.
◆ OperationBuffer()
v8::internal::compiler::turboshaft::OperationBuffer::OperationBuffer |
( |
Zone * | zone, |
|
|
size_t | initial_capacity ) |
|
inlineexplicit |
◆ Allocate()
◆ BeginIndex()
OpIndex v8::internal::compiler::turboshaft::OperationBuffer::BeginIndex |
( |
| ) |
const |
|
inline |
◆ capacity()
uint32_t v8::internal::compiler::turboshaft::OperationBuffer::capacity |
( |
| ) |
const |
|
inline |
◆ EndIndex()
OpIndex v8::internal::compiler::turboshaft::OperationBuffer::EndIndex |
( |
| ) |
const |
|
inline |
◆ Get() [1/2]
◆ Get() [2/2]
◆ Grow()
void v8::internal::compiler::turboshaft::OperationBuffer::Grow |
( |
size_t | min_capacity | ) |
|
|
inline |
◆ Index() [1/2]
OpIndex v8::internal::compiler::turboshaft::OperationBuffer::Index |
( |
const Operation & | op | ) |
const |
|
inline |
◆ Index() [2/2]
◆ Next()
OpIndex v8::internal::compiler::turboshaft::OperationBuffer::Next |
( |
OpIndex | idx | ) |
const |
|
inline |
◆ Previous()
OpIndex v8::internal::compiler::turboshaft::OperationBuffer::Previous |
( |
OpIndex | idx | ) |
const |
|
inline |
◆ RemoveLast()
void v8::internal::compiler::turboshaft::OperationBuffer::RemoveLast |
( |
| ) |
|
|
inline |
◆ Reset()
void v8::internal::compiler::turboshaft::OperationBuffer::Reset |
( |
| ) |
|
|
inline |
◆ size()
uint32_t v8::internal::compiler::turboshaft::OperationBuffer::size |
( |
| ) |
const |
|
inline |
◆ SlotCount()
uint16_t v8::internal::compiler::turboshaft::OperationBuffer::SlotCount |
( |
OpIndex | idx | ) |
|
|
inline |
◆ begin_
◆ end_
◆ end_cap_
◆ operation_sizes_
uint16_t* v8::internal::compiler::turboshaft::OperationBuffer::operation_sizes_ |
|
private |
◆ zone_
Zone* v8::internal::compiler::turboshaft::OperationBuffer::zone_ |
|
private |
The documentation for this class was generated from the following file: