![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <instruction.h>
Public Types | |
| using | VirtualRegisterField = KindField::Next<uint32_t, 32> |
Public Types inherited from v8::internal::compiler::InstructionOperand | |
| enum | Kind { INVALID , UNALLOCATED , CONSTANT , IMMEDIATE , PENDING , ALLOCATED , FIRST_LOCATION_OPERAND_KIND = ALLOCATED } |
Static Public Member Functions | |
| static ConstantOperand * | New (Zone *zone, int virtual_register) |
Static Public Member Functions inherited from v8::internal::compiler::InstructionOperand | |
| template<typename SubKindOperand > | |
| static SubKindOperand * | New (Zone *zone, const SubKindOperand &op) |
| static void | ReplaceWith (InstructionOperand *dest, const InstructionOperand *src) |
Additional Inherited Members | |
Static Public Attributes inherited from v8::internal::compiler::InstructionOperand | |
| static const int | kInvalidVirtualRegister = -1 |
Protected Types inherited from v8::internal::compiler::InstructionOperand | |
| using | KindField = base::BitField64<Kind, 0, 3> |
Protected Member Functions inherited from v8::internal::compiler::InstructionOperand | |
| InstructionOperand (Kind kind) | |
| uint64_t | GetCanonicalizedValue () const |
Protected Attributes inherited from v8::internal::compiler::InstructionOperand | |
| uint64_t | value_ |
Definition at line 399 of file instruction.h.
| using v8::internal::compiler::ConstantOperand::VirtualRegisterField = KindField::Next<uint32_t, 32> |
Definition at line 417 of file instruction.h.
|
inlineexplicit |
Definition at line 401 of file instruction.h.
|
inlinestatic |
|
inline |
Definition at line 407 of file instruction.h.