Home
last modified time | relevance | path

Searched refs:max_mem_pages (Results 1 - 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/wasm/
H A Dwasm-limits.h38 // Do not use this limit directly; use {max_mem_pages()} instead to take the
79 V8_EXPORT_PRIVATE uint32_t max_mem_pages();
82 return uint64_t{max_mem_pages()} * kWasmPageSize; in max_mem_bytes()
H A Dwasm-engine.cc1681 // {max_mem_pages} is declared in wasm-limits.h.
1682 uint32_t max_mem_pages() { in max_mem_pages() function
H A Dwasm-objects.cc848 heuristic_maximum = static_cast<int>(wasm::max_mem_pages()); in New()
932 // Note: The {wasm::max_mem_pages()} limit is already checked in in Grow()
/third_party/node/deps/v8/src/objects/
H A Dbacking-store.cc366 size_t engine_max_pages = wasm::max_mem_pages(); in TryAllocateWasmMemory()
522 if (initial_pages > wasm::max_mem_pages()) return nullptr; in AllocateWasmMemory()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DWasmTranslator.cpp1496 LOG(out << " max_mem_pages: " << Module->max_mem_pages << "\n"); in translate()

Completed in 12 milliseconds