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

#include <simplified-operator.h>

Collaboration diagram for v8::internal::compiler::AllocateParameters:

Public Member Functions

 AllocateParameters (Type type, AllocationType allocation_type)
 
Type type () const
 
AllocationType allocation_type () const
 

Private Attributes

Type type_
 
AllocationType allocation_type_
 

Detailed Description

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

Constructor & Destructor Documentation

◆ AllocateParameters()

v8::internal::compiler::AllocateParameters::AllocateParameters ( Type type,
AllocationType allocation_type )
inline

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

Member Function Documentation

◆ allocation_type()

AllocationType v8::internal::compiler::AllocateParameters::allocation_type ( ) const
inline

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

Here is the caller graph for this function:

◆ type()

Type v8::internal::compiler::AllocateParameters::type ( ) const
inline

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

Here is the caller graph for this function:

Member Data Documentation

◆ allocation_type_

AllocationType v8::internal::compiler::AllocateParameters::allocation_type_
private

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

◆ type_

Type v8::internal::compiler::AllocateParameters::type_
private

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


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