#include <bytecode-decoder.h>
|
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, bool with_hex=true) |
|
Definition at line 16 of file bytecode-decoder.h.
◆ Decode()
std::ostream & v8::internal::interpreter::BytecodeDecoder::Decode |
( |
std::ostream & | os, |
|
|
const uint8_t * | bytecode_start, |
|
|
bool | with_hex = true ) |
|
static |
◆ DecodeRegisterListOperand()
◆ DecodeRegisterOperand()
◆ DecodeSignedOperand()
int32_t v8::internal::interpreter::BytecodeDecoder::DecodeSignedOperand |
( |
Address | operand_start, |
|
|
OperandType | operand_type, |
|
|
OperandScale | operand_scale ) |
|
static |
◆ DecodeUnsignedOperand()
uint32_t v8::internal::interpreter::BytecodeDecoder::DecodeUnsignedOperand |
( |
Address | operand_start, |
|
|
OperandType | operand_type, |
|
|
OperandScale | operand_scale ) |
|
static |
The documentation for this class was generated from the following files: