V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
|
Static Public Member Functions | |
static Register | DecodeRegisterOperand (Address operand_start, OperandType operand_type, OperandScale operand_scale) |
static RegisterList | DecodeRegisterListOperand (Address operand_start, uint32_t count, OperandType operand_type, OperandScale operand_scale) |
static int32_t | DecodeSignedOperand (Address operand_start, OperandType operand_type, OperandScale operand_scale) |
static uint32_t | DecodeUnsignedOperand (Address operand_start, OperandType operand_type, OperandScale operand_scale) |
static std::ostream & | Decode (std::ostream &os, const uint8_t *bytecode_start, int number_of_parameters) |
Definition at line 18 of file bytecode-decoder.h.