Searched refs:SnapshotAllOwnedCode (Results 1 – 2 of 2) sorted by relevance
684 std::vector<WasmCode*> SnapshotAllOwnedCode() const;
1053 for (auto& code : SnapshotAllOwnedCode()) { in LogWasmCodes()1448 std::vector<WasmCode*> NativeModule::SnapshotAllOwnedCode() const { in SnapshotAllOwnedCode() function in v8::internal::wasm::NativeModule