#include <wasm-code-pointer-table.h>
Definition at line 23 of file wasm-code-pointer-table.h.
◆ GetEntrypoint()
Address v8::internal::wasm::WasmCodePointerTableEntry::GetEntrypoint |
( |
uint64_t | signature_hash | ) |
const |
|
inline |
◆ GetEntrypointWithoutSignatureCheck()
Address v8::internal::wasm::WasmCodePointerTableEntry::GetEntrypointWithoutSignatureCheck |
( |
| ) |
const |
|
inline |
◆ GetNextFreelistEntryIndex()
uint32_t v8::internal::wasm::WasmCodePointerTableEntry::GetNextFreelistEntryIndex |
( |
| ) |
const |
|
inline |
◆ MakeCodePointerEntry()
void v8::internal::wasm::WasmCodePointerTableEntry::MakeCodePointerEntry |
( |
Address | entrypoint, |
|
|
uint64_t | signature_hash ) |
|
inline |
◆ MakeFreelistEntry()
void v8::internal::wasm::WasmCodePointerTableEntry::MakeFreelistEntry |
( |
uint32_t | next_entry_index | ) |
|
|
inline |
◆ UpdateCodePointerEntry()
void v8::internal::wasm::WasmCodePointerTableEntry::UpdateCodePointerEntry |
( |
Address | entrypoint, |
|
|
uint64_t | signature_hash ) |
|
inline |
◆ WasmCodePointerTable
◆ entrypoint_
std::atomic<Address> v8::internal::wasm::WasmCodePointerTableEntry::entrypoint_ |
|
private |
◆ IsWriteProtected
bool v8::internal::wasm::WasmCodePointerTableEntry::IsWriteProtected = true |
|
staticconstexpr |
The documentation for this struct was generated from the following files: