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

Public Member Functions

 CacheEntry ()
 

Public Attributes

std::atomic< Addresspc
 
wasm::WasmCodecode
 
SafepointEntry safepoint_entry
 

Detailed Description

Definition at line 1257 of file wasm-code-manager.h.

Constructor & Destructor Documentation

◆ CacheEntry()

v8::internal::wasm::WasmCodeLookupCache::CacheEntry::CacheEntry ( )
inline

Definition at line 1261 of file wasm-code-manager.h.

Member Data Documentation

◆ code

wasm::WasmCode* v8::internal::wasm::WasmCodeLookupCache::CacheEntry::code

Definition at line 1259 of file wasm-code-manager.h.

◆ pc

std::atomic<Address> v8::internal::wasm::WasmCodeLookupCache::CacheEntry::pc

Definition at line 1258 of file wasm-code-manager.h.

◆ safepoint_entry

SafepointEntry v8::internal::wasm::WasmCodeLookupCache::CacheEntry::safepoint_entry

Definition at line 1260 of file wasm-code-manager.h.


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