Home
last modified time | relevance | path

Searched defs:WasmModule (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/wasm/
Dwasm-module.h414 struct V8_EXPORT_PRIVATE WasmModule { struct
415 std::unique_ptr<Zone> signature_zone;
416 uint32_t initial_pages = 0; // initial size of the memory in 64k pages
417 uint32_t maximum_pages = 0; // maximum size of the memory in 64k pages
418 bool has_shared_memory = false; // true if memory is a SharedArrayBuffer
419 bool has_maximum_pages = false; // true if there is a maximum memory size
420 bool is_memory64 = false; // true if the memory is 64 bit
421 bool has_memory = false; // true if the memory was defined or imported
422 bool mem_export = false; // true if the memory is exported
423 int start_function_index = -1; // start function, >= 0 if any
[all …]
Dwasm-module.cc221 WasmModule::WasmModule(std::unique_ptr<Zone> signature_zone) in WasmModule() function in v8::internal::wasm::WasmModule
Dwasm-objects.cc45 using WasmModule = wasm::WasmModule; typedef
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp103045 struct WasmModule : js::AtomicRefCounted<WasmModule> struct
103047 virtual ~WasmModule() {} in ~WasmModule()