• Home
  • Raw
  • Download

Lines Matching refs:consume_count

660           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()
1087 consume_count("number of elements", max_table_init_entries()); in DecodeElementSection()
1166 consume_count("data segments count", kV8MaxWasmDataSegments); in DecodeDataSection()
1440 consume_count("data segments count", kV8MaxWasmDataSegments); in DecodeDataCountSection()
1444 uint32_t tag_count = consume_count("tag count", kV8MaxWasmTags); in DecodeTagSection()
1715 uint32_t consume_count(const char* name, size_t maximum) { in consume_count() function in v8::internal::wasm::ModuleDecoderImpl
2006 consume_count("param count", kV8MaxWasmFunctionParams); in consume_sig()
2016 consume_count("return count", kV8MaxWasmFunctionReturns); in consume_sig()
2033 uint32_t field_count = consume_count("field count", kV8MaxWasmStructFields); in consume_struct()