Home
last modified time | relevance | path

Searched refs:SnapshotAllOwnedCode (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/wasm/
Dwasm-code-manager.h684 std::vector<WasmCode*> SnapshotAllOwnedCode() const;
Dwasm-code-manager.cc1053 for (auto& code : SnapshotAllOwnedCode()) { in LogWasmCodes()
1448 std::vector<WasmCode*> NativeModule::SnapshotAllOwnedCode() const { in SnapshotAllOwnedCode() function in v8::internal::wasm::NativeModule