Searched refs:kWasmVar (Results 1 – 5 of 5) sorted by relevance
24 kWasmVar, enumerator310 case kWasmVar: in ShortNameOf()333 case kWasmVar: in TypeName()
266 *result = kWasmVar; in decode_local_type()272 if (type != kWasmVar) return 0; in in_arity()277 if (type != kWasmVar) return 1; in out_arity()281 DCHECK_EQ(kWasmVar, type); in in_type()285 if (type == kWasmVar) return sig->GetReturn(index); in out_type()459 static ValueBase Unreachable(const byte* pc) { return {pc, kWasmVar}; } in Unreachable()972 if (imm.type != kWasmVar) return true; in Complete()1620 auto* result = Push(tval.type == kWasmVar ? fval.type : tval.type); in DecodeFunctionBody()2336 if (!VALIDATE(val.type == expected || val.type == kWasmVar || in Pop()2337 expected == kWasmVar)) { in Pop()[all …]
106 if (imm.type == kWasmVar) { in PrintWasmText()
617 DCHECK(val.type == old.type || val.type == kWasmVar); in MergeValuesInto()
797 if (imm.type == kWasmVar) { in SideTable()813 if (imm.type == kWasmVar) { in SideTable()