Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dwasm-module.h150 bool has_max_mem = false; // try if a maximum memory size exists member
Dmodule-decoder.cc364 &module->min_mem_pages, &module->has_max_mem, in DecodeModule()
437 &module->min_mem_pages, &module->has_max_mem, in DecodeModule()
Dwasm-module.cc1615 if (module_->has_max_mem) { in ProcessImports()