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

#include <simplified-operator.h>

Collaboration diagram for v8::internal::compiler::ObjectAccess:

Public Member Functions

 ObjectAccess ()
 
 ObjectAccess (MachineType machine_type, WriteBarrierKind write_barrier_kind)
 
int tag () const
 

Public Attributes

MachineType machine_type
 
WriteBarrierKind write_barrier_kind
 

Detailed Description

Definition at line 238 of file simplified-operator.h.

Constructor & Destructor Documentation

◆ ObjectAccess() [1/2]

v8::internal::compiler::ObjectAccess::ObjectAccess ( )
inline

Definition at line 242 of file simplified-operator.h.

◆ ObjectAccess() [2/2]

v8::internal::compiler::ObjectAccess::ObjectAccess ( MachineType machine_type,
WriteBarrierKind write_barrier_kind )
inline

Definition at line 246 of file simplified-operator.h.

Member Function Documentation

◆ tag()

int v8::internal::compiler::ObjectAccess::tag ( ) const
inline

Definition at line 249 of file simplified-operator.h.

Member Data Documentation

◆ machine_type

MachineType v8::internal::compiler::ObjectAccess::machine_type

Definition at line 239 of file simplified-operator.h.

◆ write_barrier_kind

WriteBarrierKind v8::internal::compiler::ObjectAccess::write_barrier_kind

Definition at line 240 of file simplified-operator.h.


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