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

#include <wasm-deopt-data.h>

Collaboration diagram for v8::internal::wasm::LiftoffFrameDescriptionForDeopt:

Public Attributes

uint32_t wire_bytes_offset = 0
 
uint32_t pc_offset = 0
 
std::vector< LiftoffVarStatevar_state = {}
 
Register trusted_instance = no_reg
 
int total_frame_size = 0
 

Detailed Description

Definition at line 97 of file wasm-deopt-data.h.

Member Data Documentation

◆ pc_offset

uint32_t v8::internal::wasm::LiftoffFrameDescriptionForDeopt::pc_offset = 0

Definition at line 99 of file wasm-deopt-data.h.

◆ total_frame_size

int v8::internal::wasm::LiftoffFrameDescriptionForDeopt::total_frame_size = 0

Definition at line 107 of file wasm-deopt-data.h.

◆ trusted_instance

Register v8::internal::wasm::LiftoffFrameDescriptionForDeopt::trusted_instance = no_reg

Definition at line 106 of file wasm-deopt-data.h.

◆ var_state

std::vector<LiftoffVarState> v8::internal::wasm::LiftoffFrameDescriptionForDeopt::var_state = {}

Definition at line 103 of file wasm-deopt-data.h.

◆ wire_bytes_offset

uint32_t v8::internal::wasm::LiftoffFrameDescriptionForDeopt::wire_bytes_offset = 0

Definition at line 98 of file wasm-deopt-data.h.


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