Searched refs:IsValidTableType (Results 1 – 3 of 3) sorted by relevance
538 static bool IsValidTableType(ValueType type, const WasmModule* module) { in IsValidTableType() function
822 if (!WasmTable::IsValidTableType(type, module_.get())) { in DecodeImportSection()914 if (!WasmTable::IsValidTableType(table_type, module_.get())) { in DecodeTableSection()
200 CHECK(wasm::WasmTable::IsValidTableType(type, module)); in New()