Home
last modified time | relevance | path

Searched refs:kWasmVar (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/wasm/
Dvalue-type.h24 kWasmVar, enumerator
310 case kWasmVar: in ShortNameOf()
333 case kWasmVar: in TypeName()
Dfunction-body-decoder-impl.h266 *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 …]
Dwasm-text.cc106 if (imm.type == kWasmVar) { in PrintWasmText()
Dfunction-body-decoder.cc617 DCHECK(val.type == old.type || val.type == kWasmVar); in MergeValuesInto()
Dwasm-interpreter.cc797 if (imm.type == kWasmVar) { in SideTable()
813 if (imm.type == kWasmVar) { in SideTable()