V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
v8::internal::interpreter::BytecodeDecoder Class Referencefinal

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)
 

Detailed Description

Definition at line 18 of file bytecode-decoder.h.


The documentation for this class was generated from the following files: