Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/wasm/
Dwasm-objects.cc61 imported_mutable_globals_(new Address[num_imported_mutable_globals]), in WasmInstanceNativeAllocations()
66 instance->set_imported_mutable_globals(imported_mutable_globals_.get()); in WasmInstanceNativeAllocations()
74 const std::unique_ptr<Address[]> imported_mutable_globals_; member in v8::internal::__anon3f787b910111::WasmInstanceNativeAllocations