![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
This is the complete list of members for v8::internal::wasm::WasmCodePointerTableEntry, including all inherited members.
entrypoint_ | v8::internal::wasm::WasmCodePointerTableEntry | private |
GetEntrypoint(uint64_t signature_hash) const | v8::internal::wasm::WasmCodePointerTableEntry | inline |
GetEntrypointWithoutSignatureCheck() const | v8::internal::wasm::WasmCodePointerTableEntry | inline |
GetNextFreelistEntryIndex() const | v8::internal::wasm::WasmCodePointerTableEntry | inline |
IsWriteProtected | v8::internal::wasm::WasmCodePointerTableEntry | static |
MakeCodePointerEntry(Address entrypoint, uint64_t signature_hash) | v8::internal::wasm::WasmCodePointerTableEntry | inline |
MakeFreelistEntry(uint32_t next_entry_index) | v8::internal::wasm::WasmCodePointerTableEntry | inline |
UpdateCodePointerEntry(Address entrypoint, uint64_t signature_hash) | v8::internal::wasm::WasmCodePointerTableEntry | inline |
WasmCodePointerTable class | v8::internal::wasm::WasmCodePointerTableEntry | friend |