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

#include <graph.h>

Collaboration diagram for v8::internal::compiler::turboshaft::OperationBuffer::ReplaceScope:

Public Member Functions

 ReplaceScope (OperationBuffer *buffer, OpIndex replaced)
 
 ~ReplaceScope ()
 
 ReplaceScope (const ReplaceScope &)=delete
 
ReplaceScopeoperator= (const ReplaceScope &)=delete
 

Private Attributes

OperationBufferbuffer_
 
OpIndex replaced_
 
OperationStorageSlotold_end_
 
uint16_t old_slot_count_
 

Detailed Description

Definition at line 44 of file graph.h.

Constructor & Destructor Documentation

◆ ReplaceScope() [1/2]

v8::internal::compiler::turboshaft::OperationBuffer::ReplaceScope::ReplaceScope ( OperationBuffer * buffer,
OpIndex replaced )
inline

Definition at line 46 of file graph.h.

Here is the call graph for this function:

◆ ~ReplaceScope()

v8::internal::compiler::turboshaft::OperationBuffer::ReplaceScope::~ReplaceScope ( )
inline

Definition at line 53 of file graph.h.

Here is the call graph for this function:

◆ ReplaceScope() [2/2]

v8::internal::compiler::turboshaft::OperationBuffer::ReplaceScope::ReplaceScope ( const ReplaceScope & )
delete

Member Function Documentation

◆ operator=()

ReplaceScope & v8::internal::compiler::turboshaft::OperationBuffer::ReplaceScope::operator= ( const ReplaceScope & )
delete

Member Data Documentation

◆ buffer_

OperationBuffer* v8::internal::compiler::turboshaft::OperationBuffer::ReplaceScope::buffer_
private

Definition at line 69 of file graph.h.

◆ old_end_

OperationStorageSlot* v8::internal::compiler::turboshaft::OperationBuffer::ReplaceScope::old_end_
private

Definition at line 71 of file graph.h.

◆ old_slot_count_

uint16_t v8::internal::compiler::turboshaft::OperationBuffer::ReplaceScope::old_slot_count_
private

Definition at line 72 of file graph.h.

◆ replaced_

OpIndex v8::internal::compiler::turboshaft::OperationBuffer::ReplaceScope::replaced_
private

Definition at line 70 of file graph.h.


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