Searched refs:SnapshotCodeTable (Results 1 – 3 of 3) sorted by relevance
681 std::vector<WasmCode*> SnapshotCodeTable() const;
479 code_table_(native_module->SnapshotCodeTable()) {} in WasmSerializer()
1438 std::vector<WasmCode*> NativeModule::SnapshotCodeTable() const { in SnapshotCodeTable() function in v8::internal::wasm::NativeModule