Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dwasm-opcodes.h45 const ValueType kWasmVar = MachineRepresentation::kTagged; variable
681 case kWasmVar: in ShortNameOf()
708 case kWasmVar: in TypeName()
Dfunction-body-decoder.cc930 Push(tval.type == kWasmVar ? fval.type : tval.type, nullptr); in DecodeFunctionBody()
1566 if (val.type != expected && val.type != kWasmVar && expected != kWasmVar) { in Pop()
1578 Value val = {pc_, nullptr, kWasmVar}; in Pop()
1668 if (val.type != old.type && val.type != kWasmVar) { in MergeValuesInto()