Lines Matching refs:kWasmStmt
139 ValueType type = kWasmStmt;
201 ValueType type = kWasmStmt;
213 ValueType type = kWasmStmt;
242 *result = kWasmStmt; in decode_local_type()
276 if (type == kWasmStmt) return 0; in out_arity()
286 DCHECK_NE(kWasmStmt, type); in out_type()
815 imm.type = local_types_ ? local_types_->at(imm.index) : kWasmStmt; in Validate()
2083 return sig->return_count() == 0 ? kWasmStmt : sig->GetReturn(); in GetReturnType()
2258 ret_type = kWasmStmt; \ in DecodeAtomicOpcode()
2279 auto result = ret_type == kWasmStmt ? nullptr : Push(GetReturnType(sig)); in DecodeAtomicOpcode()
2305 DCHECK_NE(kWasmStmt, type); in Push()