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

#include <wasm-deopt-data.h>

Collaboration diagram for v8::internal::wasm::WasmDeoptData:

Public Attributes

uint32_t entry_count = 0
 
uint32_t translation_array_size = 0
 
uint32_t deopt_literals_size = 0
 
int deopt_exit_start_offset = 0
 
int eager_deopt_count = 0
 

Detailed Description

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

Member Data Documentation

◆ deopt_exit_start_offset

int v8::internal::wasm::WasmDeoptData::deopt_exit_start_offset = 0

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

◆ deopt_literals_size

uint32_t v8::internal::wasm::WasmDeoptData::deopt_literals_size = 0

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

◆ eager_deopt_count

int v8::internal::wasm::WasmDeoptData::eager_deopt_count = 0

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

◆ entry_count

uint32_t v8::internal::wasm::WasmDeoptData::entry_count = 0

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

◆ translation_array_size

uint32_t v8::internal::wasm::WasmDeoptData::translation_array_size = 0

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


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