Index: src/wasm/wasm-module.h |
diff --git a/src/wasm/wasm-module.h b/src/wasm/wasm-module.h |
index 1376b9708876e59026e52481e2c7899fa7e2ddc2..25a50ed68ee5471f5ac0f77e4633402cf653baa3 100644 |
--- a/src/wasm/wasm-module.h |
+++ b/src/wasm/wasm-module.h |
@@ -515,6 +515,11 @@ |
int GetAsmWasmSourcePosition(Handle<JSObject> wasm, int func_index, |
int byte_offset); |
+// Update memory references of code objects associated with the module |
+bool UpdateWasmModuleMemory(Handle<JSObject> object, Address old_start, |
+ Address new_start, uint32_t old_size, |
+ uint32_t new_size); |
+ |
// Constructs a single function table as a FixedArray of double size, |
// populating it with function signature indices and function indices. |
Handle<FixedArray> BuildFunctionTable(Isolate* isolate, uint32_t index, |