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

#include <object-access.h>

Inheritance diagram for v8::internal::wasm::ObjectAccess:
Collaboration diagram for v8::internal::wasm::ObjectAccess:

Static Public Member Functions

static constexpr int ToTagged (int offset)
 
static constexpr int ElementOffsetInTaggedFixedArray (int index)
 
static constexpr int ElementOffsetInTaggedFixedUInt8Array (int index)
 
static constexpr int ElementOffsetInTaggedFixedUInt32Array (int index)
 
static constexpr int ElementOffsetInTaggedFixedAddressArray (int index)
 
static constexpr int ElementOffsetInTaggedTrustedFixedAddressArray (int index)
 
static constexpr int ElementOffsetInProtectedFixedArray (int index)
 
static constexpr int ContextOffsetInTaggedJSFunction ()
 
static constexpr int SharedFunctionInfoOffsetInTaggedJSFunction ()
 
static constexpr int FlagsOffsetInSharedFunctionInfo ()
 

Detailed Description

Definition at line 21 of file object-access.h.

Member Function Documentation

◆ ContextOffsetInTaggedJSFunction()

static constexpr int v8::internal::wasm::ObjectAccess::ContextOffsetInTaggedJSFunction ( )
inlinestaticconstexpr

Definition at line 58 of file object-access.h.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ ElementOffsetInProtectedFixedArray()

static constexpr int v8::internal::wasm::ObjectAccess::ElementOffsetInProtectedFixedArray ( int index)
inlinestaticconstexpr

Definition at line 53 of file object-access.h.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ ElementOffsetInTaggedFixedAddressArray()

static constexpr int v8::internal::wasm::ObjectAccess::ElementOffsetInTaggedFixedAddressArray ( int index)
inlinestaticconstexpr

Definition at line 42 of file object-access.h.

Here is the call graph for this function:

◆ ElementOffsetInTaggedFixedArray()

static constexpr int v8::internal::wasm::ObjectAccess::ElementOffsetInTaggedFixedArray ( int index)
inlinestaticconstexpr

Definition at line 27 of file object-access.h.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ ElementOffsetInTaggedFixedUInt32Array()

static constexpr int v8::internal::wasm::ObjectAccess::ElementOffsetInTaggedFixedUInt32Array ( int index)
inlinestaticconstexpr

Definition at line 37 of file object-access.h.

Here is the call graph for this function:

◆ ElementOffsetInTaggedFixedUInt8Array()

static constexpr int v8::internal::wasm::ObjectAccess::ElementOffsetInTaggedFixedUInt8Array ( int index)
inlinestaticconstexpr

Definition at line 32 of file object-access.h.

Here is the call graph for this function:

◆ ElementOffsetInTaggedTrustedFixedAddressArray()

static constexpr int v8::internal::wasm::ObjectAccess::ElementOffsetInTaggedTrustedFixedAddressArray ( int index)
inlinestaticconstexpr

Definition at line 47 of file object-access.h.

Here is the call graph for this function:

◆ FlagsOffsetInSharedFunctionInfo()

static constexpr int v8::internal::wasm::ObjectAccess::FlagsOffsetInSharedFunctionInfo ( )
inlinestaticconstexpr

Definition at line 68 of file object-access.h.

Here is the call graph for this function:

◆ SharedFunctionInfoOffsetInTaggedJSFunction()

static constexpr int v8::internal::wasm::ObjectAccess::SharedFunctionInfoOffsetInTaggedJSFunction ( )
inlinestaticconstexpr

Definition at line 63 of file object-access.h.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ ToTagged()

static constexpr int v8::internal::wasm::ObjectAccess::ToTagged ( int offset)
inlinestaticconstexpr

Definition at line 24 of file object-access.h.

Here is the caller graph for this function:

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