#include <wasm-interpreter.h>
Definition at line 1070 of file wasm-interpreter.h.
 
◆ WasmInstruction() [1/2]
  
  
      
        
          | v8::internal::wasm::WasmInstruction::WasmInstruction  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ WasmInstruction() [2/2]
  
  
      
        
          | v8::internal::wasm::WasmInstruction::WasmInstruction  | 
          ( | 
          uint8_t |           orig,  | 
         
        
           | 
           | 
          WasmOpcode |           opcode,  | 
         
        
           | 
           | 
          int |           length,  | 
         
        
           | 
           | 
          uint32_t |           pc,  | 
         
        
           | 
           | 
          Optional |           optional ) | 
         
       
   | 
  
inline   | 
  
 
 
◆ InputRegMode()
  
  
      
        
          | RegMode v8::internal::wasm::WasmInstruction::InputRegMode  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
◆ operator bool()
  
  
      
        
          | v8::internal::wasm::WasmInstruction::operator bool  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
◆ SupportsToRegister()
  
  
      
        
          | bool v8::internal::wasm::WasmInstruction::SupportsToRegister  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
◆ length
      
        
          | uint32_t v8::internal::wasm::WasmInstruction::length | 
        
      
 
 
◆ opcode
      
        
          | WasmOpcode v8::internal::wasm::WasmInstruction::opcode | 
        
      
 
 
◆ optional
      
        
          | Optional v8::internal::wasm::WasmInstruction::optional | 
        
      
 
 
◆ orig
      
        
          | uint8_t v8::internal::wasm::WasmInstruction::orig | 
        
      
 
 
◆ pc
      
        
          | uint32_t v8::internal::wasm::WasmInstruction::pc | 
        
      
 
 
The documentation for this struct was generated from the following file: