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

Public Member Functions

 CachedStateValues (Zone *zone, StateValueList *values, size_t values_start, InstructionOperandVector *inputs, size_t inputs_start)
 
size_t Emit (InstructionOperandVector *inputs, StateValueList *values)
 
- Public Member Functions inherited from v8::internal::ZoneObject
void * operator new (size_t, Zone *)=delete
 
void * operator new (size_t size, void *ptr)
 
void operator delete (void *, size_t)
 
void operator delete (void *pointer, Zone *zone)=delete
 

Private Attributes

InstructionOperandVector inputs_
 
StateValueList::Slice values_
 

Detailed Description

Definition at line 749 of file instruction-selector.cc.

Constructor & Destructor Documentation

◆ CachedStateValues()

v8::internal::compiler::InstructionSelectorT::CachedStateValues::CachedStateValues ( Zone * zone,
StateValueList * values,
size_t values_start,
InstructionOperandVector * inputs,
size_t inputs_start )
inline

Definition at line 751 of file instruction-selector.cc.

Member Function Documentation

◆ Emit()

size_t v8::internal::compiler::InstructionSelectorT::CachedStateValues::Emit ( InstructionOperandVector * inputs,
StateValueList * values )
inline

Definition at line 756 of file instruction-selector.cc.

Here is the call graph for this function:

Member Data Documentation

◆ inputs_

InstructionOperandVector v8::internal::compiler::InstructionSelectorT::CachedStateValues::inputs_
private

Definition at line 763 of file instruction-selector.cc.

◆ values_

StateValueList::Slice v8::internal::compiler::InstructionSelectorT::CachedStateValues::values_
private

Definition at line 764 of file instruction-selector.cc.


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