![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
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) |
![]() | |
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_ |
Definition at line 749 of file instruction-selector.cc.
|
inline |
Definition at line 751 of file instruction-selector.cc.
|
inline |
|
private |
Definition at line 763 of file instruction-selector.cc.
|
private |
Definition at line 764 of file instruction-selector.cc.