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

#include <leb-helper.h>

Collaboration diagram for v8::internal::wasm::LEBHelper:

Static Public Member Functions

static void write_u32v (uint8_t **dest, uint32_t val)
 
static void write_i32v (uint8_t **dest, int32_t val)
 
static void write_u64v (uint8_t **dest, uint64_t val)
 
static void write_i64v (uint8_t **dest, int64_t val)
 
static size_t sizeof_u32v (size_t val)
 
static size_t sizeof_i32v (int32_t val)
 
static size_t sizeof_u64v (uint64_t val)
 
static size_t sizeof_i64v (int64_t val)
 

Detailed Description

Definition at line 23 of file leb-helper.h.

Member Function Documentation

◆ sizeof_i32v()

static size_t v8::internal::wasm::LEBHelper::sizeof_i32v ( int32_t val)
inlinestatic

Definition at line 94 of file leb-helper.h.

Here is the caller graph for this function:

◆ sizeof_i64v()

static size_t v8::internal::wasm::LEBHelper::sizeof_i64v ( int64_t val)
inlinestatic

Definition at line 121 of file leb-helper.h.

◆ sizeof_u32v()

static size_t v8::internal::wasm::LEBHelper::sizeof_u32v ( size_t val)
inlinestatic

Definition at line 84 of file leb-helper.h.

Here is the caller graph for this function:

◆ sizeof_u64v()

static size_t v8::internal::wasm::LEBHelper::sizeof_u64v ( uint64_t val)
inlinestatic

Definition at line 111 of file leb-helper.h.

◆ write_i32v()

static void v8::internal::wasm::LEBHelper::write_i32v ( uint8_t ** dest,
int32_t val )
inlinestatic

Definition at line 37 of file leb-helper.h.

Here is the caller graph for this function:

◆ write_i64v()

static void v8::internal::wasm::LEBHelper::write_i64v ( uint8_t ** dest,
int64_t val )
inlinestatic

Definition at line 65 of file leb-helper.h.

Here is the caller graph for this function:

◆ write_u32v()

static void v8::internal::wasm::LEBHelper::write_u32v ( uint8_t ** dest,
uint32_t val )
inlinestatic

Definition at line 27 of file leb-helper.h.

Here is the caller graph for this function:

◆ write_u64v()

static void v8::internal::wasm::LEBHelper::write_u64v ( uint8_t ** dest,
uint64_t val )
inlinestatic

Definition at line 55 of file leb-helper.h.

Here is the caller graph for this function:

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