Home
last modified time | relevance | path

Searched refs:SnapshotCodeTable (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/wasm/
Dwasm-code-manager.h681 std::vector<WasmCode*> SnapshotCodeTable() const;
Dwasm-serialization.cc479 code_table_(native_module->SnapshotCodeTable()) {} in WasmSerializer()
Dwasm-code-manager.cc1438 std::vector<WasmCode*> NativeModule::SnapshotCodeTable() const { in SnapshotCodeTable() function in v8::internal::wasm::NativeModule