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

#include <common-operator.h>

Inheritance diagram for v8::internal::compiler::TypedObjectStateInfo:
Collaboration diagram for v8::internal::compiler::TypedObjectStateInfo:

Public Member Functions

 TypedObjectStateInfo (uint32_t object_id, const ZoneVector< MachineType > *machine_types)
 
uint32_t object_id () const
 
const ZoneVector< MachineType > * machine_types () const
 

Detailed Description

Definition at line 235 of file common-operator.h.

Constructor & Destructor Documentation

◆ TypedObjectStateInfo()

v8::internal::compiler::TypedObjectStateInfo::TypedObjectStateInfo ( uint32_t object_id,
const ZoneVector< MachineType > * machine_types )
inline

Definition at line 237 of file common-operator.h.

Member Function Documentation

◆ machine_types()

const ZoneVector< MachineType > * v8::internal::compiler::TypedObjectStateInfo::machine_types ( ) const
inline

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

Here is the caller graph for this function:

◆ object_id()

uint32_t v8::internal::compiler::TypedObjectStateInfo::object_id ( ) const
inline

Definition at line 241 of file common-operator.h.

Here is the caller graph for this function:

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