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

#include <memory-optimization-reducer.h>

Collaboration diagram for v8::internal::compiler::turboshaft::MemoryAnalyzer::BlockState:

Public Member Functions

bool operator!= (const BlockState &other)
 

Public Attributes

const AllocateOplast_allocation = nullptr
 
std::optional< uint32_t > reserved_size = std::nullopt
 

Detailed Description

Definition at line 103 of file memory-optimization-reducer.h.

Member Function Documentation

◆ operator!=()

bool v8::internal::compiler::turboshaft::MemoryAnalyzer::BlockState::operator!= ( const BlockState & other)
inline

Definition at line 107 of file memory-optimization-reducer.h.

Member Data Documentation

◆ last_allocation

const AllocateOp* v8::internal::compiler::turboshaft::MemoryAnalyzer::BlockState::last_allocation = nullptr

Definition at line 104 of file memory-optimization-reducer.h.

◆ reserved_size

std::optional<uint32_t> v8::internal::compiler::turboshaft::MemoryAnalyzer::BlockState::reserved_size = std::nullopt

Definition at line 105 of file memory-optimization-reducer.h.


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