v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::wasm::WasmInstruction Struct Reference

#include <wasm-interpreter.h>

Collaboration diagram for v8::internal::wasm::WasmInstruction:

Classes

union  Optional
 

Public Member Functions

 WasmInstruction ()
 
 WasmInstruction (uint8_t orig, WasmOpcode opcode, int length, uint32_t pc, Optional optional)
 
 operator bool () const
 
RegMode InputRegMode () const
 
bool SupportsToRegister () const
 

Public Attributes

uint8_t orig
 
WasmOpcode opcode
 
uint32_t length
 
uint32_t pc
 
Optional optional
 

Detailed Description

Definition at line 1070 of file wasm-interpreter.h.

Constructor & Destructor Documentation

◆ WasmInstruction() [1/2]

v8::internal::wasm::WasmInstruction::WasmInstruction ( )
inline

Definition at line 1142 of file wasm-interpreter.h.

◆ WasmInstruction() [2/2]

v8::internal::wasm::WasmInstruction::WasmInstruction ( uint8_t orig,
WasmOpcode opcode,
int length,
uint32_t pc,
Optional optional )
inline

Definition at line 1144 of file wasm-interpreter.h.

Member Function Documentation

◆ InputRegMode()

RegMode v8::internal::wasm::WasmInstruction::InputRegMode ( ) const
inline

Definition at line 1154 of file wasm-interpreter.h.

Here is the caller graph for this function:

◆ operator bool()

v8::internal::wasm::WasmInstruction::operator bool ( ) const
inline

Definition at line 1152 of file wasm-interpreter.h.

◆ SupportsToRegister()

bool v8::internal::wasm::WasmInstruction::SupportsToRegister ( ) const
inline

Definition at line 1155 of file wasm-interpreter.h.

Member Data Documentation

◆ length

uint32_t v8::internal::wasm::WasmInstruction::length

Definition at line 1160 of file wasm-interpreter.h.

◆ opcode

WasmOpcode v8::internal::wasm::WasmInstruction::opcode

Definition at line 1159 of file wasm-interpreter.h.

◆ optional

Optional v8::internal::wasm::WasmInstruction::optional

Definition at line 1162 of file wasm-interpreter.h.

◆ orig

uint8_t v8::internal::wasm::WasmInstruction::orig

Definition at line 1158 of file wasm-interpreter.h.

◆ pc

uint32_t v8::internal::wasm::WasmInstruction::pc

Definition at line 1161 of file wasm-interpreter.h.


The documentation for this struct was generated from the following file: