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

#include <operator-properties.h>

Collaboration diagram for v8::internal::compiler::OperatorProperties:

Public Member Functions

 OperatorProperties (const OperatorProperties &)=delete
 
OperatorPropertiesoperator= (const OperatorProperties &)=delete
 

Static Public Member Functions

static bool HasContextInput (const Operator *op)
 
static int GetContextInputCount (const Operator *op)
 
static bool NeedsExactContext (const Operator *op)
 
static bool HasFrameStateInput (const Operator *op)
 
static int GetFrameStateInputCount (const Operator *op)
 
static int GetTotalInputCount (const Operator *op)
 
static bool IsBasicBlockBegin (const Operator *op)
 

Detailed Description

Definition at line 17 of file operator-properties.h.

Constructor & Destructor Documentation

◆ OperatorProperties()

v8::internal::compiler::OperatorProperties::OperatorProperties ( const OperatorProperties & )
delete

Member Function Documentation

◆ GetContextInputCount()

static int v8::internal::compiler::OperatorProperties::GetContextInputCount ( const Operator * op)
inlinestatic

Definition at line 23 of file operator-properties.h.

Here is the caller graph for this function:

◆ GetFrameStateInputCount()

static int v8::internal::compiler::OperatorProperties::GetFrameStateInputCount ( const Operator * op)
inlinestatic

Definition at line 30 of file operator-properties.h.

Here is the caller graph for this function:

◆ GetTotalInputCount()

int v8::internal::compiler::OperatorProperties::GetTotalInputCount ( const Operator * op)
static

Definition at line 274 of file operator-properties.cc.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ HasContextInput()

bool v8::internal::compiler::OperatorProperties::HasContextInput ( const Operator * op)
static

Definition at line 17 of file operator-properties.cc.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ HasFrameStateInput()

bool v8::internal::compiler::OperatorProperties::HasFrameStateInput ( const Operator * op)
static

Definition at line 142 of file operator-properties.cc.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ IsBasicBlockBegin()

bool v8::internal::compiler::OperatorProperties::IsBasicBlockBegin ( const Operator * op)
static

Definition at line 282 of file operator-properties.cc.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ NeedsExactContext()

bool v8::internal::compiler::OperatorProperties::NeedsExactContext ( const Operator * op)
static

Definition at line 23 of file operator-properties.cc.

Here is the call graph for this function:

◆ operator=()

OperatorProperties & v8::internal::compiler::OperatorProperties::operator= ( const OperatorProperties & )
delete

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