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

#include <memory-tracing.h>

Collaboration diagram for v8::internal::wasm::MemoryTracingInfo:

Public Member Functions

 MemoryTracingInfo (uintptr_t offset, bool is_store, MachineRepresentation rep)
 

Public Attributes

uintptr_t offset
 
uint8_t is_store
 
uint8_t mem_rep
 

Detailed Description

Definition at line 20 of file memory-tracing.h.

Constructor & Destructor Documentation

◆ MemoryTracingInfo()

v8::internal::wasm::MemoryTracingInfo::MemoryTracingInfo ( uintptr_t offset,
bool is_store,
MachineRepresentation rep )
inline

Definition at line 29 of file memory-tracing.h.

Member Data Documentation

◆ is_store

uint8_t v8::internal::wasm::MemoryTracingInfo::is_store

Definition at line 22 of file memory-tracing.h.

◆ mem_rep

uint8_t v8::internal::wasm::MemoryTracingInfo::mem_rep

Definition at line 23 of file memory-tracing.h.

◆ offset

uintptr_t v8::internal::wasm::MemoryTracingInfo::offset

Definition at line 21 of file memory-tracing.h.


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