Home
last modified time | relevance | path

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

/dports/www/node10/node-v10.24.1/deps/v8/src/wasm/
H A Dmodule-decoder.cc567 uint32_t globals_count = consume_count("globals count", kV8MaxWasmGlobals); in DecodeGlobalSection() local
569 module_->globals.reserve(imported_globals + globals_count); in DecodeGlobalSection()
570 for (uint32_t i = 0; ok() && i < globals_count; ++i) { in DecodeGlobalSection()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/wasm/
H A Dmodule-decoder.cc729 uint32_t globals_count = consume_count("globals count", kV8MaxWasmGlobals); in DecodeGlobalSection() local
731 module_->globals.reserve(imported_globals + globals_count); in DecodeGlobalSection()
732 for (uint32_t i = 0; ok() && i < globals_count; ++i) { in DecodeGlobalSection()
/dports/lang/v8/v8-9.6.180.12/src/wasm/
H A Dmodule-decoder.cc864 uint32_t globals_count = consume_count("globals count", kV8MaxWasmGlobals); in DecodeGlobalSection() local
866 module_->globals.reserve(imported_globals + globals_count); in DecodeGlobalSection()
867 for (uint32_t i = 0; ok() && i < globals_count; ++i) { in DecodeGlobalSection()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/wasm/
H A Dmodule-decoder.cc749 uint32_t globals_count = consume_count("globals count", kV8MaxWasmGlobals); in DecodeGlobalSection() local
751 module_->globals.reserve(imported_globals + globals_count); in DecodeGlobalSection()
752 for (uint32_t i = 0; ok() && i < globals_count; ++i) { in DecodeGlobalSection()