Searched refs:consume_count (Results 1 – 1 of 1) sorted by relevance
/external/v8/src/wasm/ |
D | module-decoder.cc | 426 uint32_t signatures_count = consume_count("types count", kV8MaxWasmTypes); in DecodeTypeSection() 441 consume_count("imports count", kV8MaxWasmImports); in DecodeImportSection() 533 consume_count("functions count", kV8MaxWasmFunctions); in DecodeFunctionSection() 561 uint32_t table_count = consume_count("table count", max_count); in DecodeTableSection() 577 uint32_t memory_count = consume_count("memory count", kV8MaxWasmMemories); in DecodeMemorySection() 590 uint32_t globals_count = consume_count("globals count", kV8MaxWasmGlobals); in DecodeGlobalSection() 606 consume_count("exports count", kV8MaxWasmExports); in DecodeExportSection() 706 consume_count("element count", FLAG_wasm_max_table_size); in DecodeElementSection() 728 consume_count("number of elements", kV8MaxWasmTableEntries); in DecodeElementSection() 786 consume_count("data segments count", kV8MaxWasmDataSegments); in DecodeDataSection() [all …]
|