Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/wasm/
Dmodule-decoder.cc660 consume_count("supertype count", kMaximumSupertypes); in consume_subtype_definition()
674 uint32_t types_count = consume_count("types count", kV8MaxWasmTypes); in DecodeTypeSection()
721 consume_count("recursive group size", kV8MaxWasmTypes); in DecodeTypeSection()
777 consume_count("imports count", kV8MaxWasmImports); in DecodeImportSection()
880 consume_count("functions count", kV8MaxWasmFunctions); in DecodeFunctionSection()
907 uint32_t table_count = consume_count("table count", kV8MaxWasmTables); in DecodeTableSection()
933 uint32_t memory_count = consume_count("memory count", kV8MaxWasmMemories); in DecodeMemorySection()
947 uint32_t globals_count = consume_count("globals count", kV8MaxWasmGlobals); in DecodeGlobalSection()
965 consume_count("exports count", kV8MaxWasmExports); in DecodeExportSection()
1079 consume_count("element count", FLAG_wasm_max_table_size); in DecodeElementSection()
[all …]