Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dvalue-type.h23 kWasmAnyFunc, enumerator
240 case kWasmAnyFunc: in MachineTypeFor()
Dmodule-decoder.cc484 if (type != kWasmAnyFunc) { in DecodeImportSection()
721 if (module_->tables[table_index].type != kWasmAnyFunc) { in DecodeElementSection()
1308 if (enabled_features_.anyref) return kWasmAnyFunc; in consume_value_type()
1328 return kWasmAnyFunc; in consume_reference_type()
Dmodule-compiler.cc2045 table.type == kWasmAnyFunc) { in InitializeTables()
Dfunction-body-decoder-impl.h260 *result = kWasmAnyFunc; in decode_local_type()