Searched refs:PrefixedOpc (Results 1 – 1 of 1) sorted by relevance
182 int64_t PrefixedOpc; in getInstruction() local183 if (!nextLEB(PrefixedOpc, Bytes, Size, false)) in getInstruction()185 if (PrefixedOpc < 0 || PrefixedOpc >= WebAssemblyInstructionTableSize) in getInstruction()187 WasmInst += PrefixedOpc; in getInstruction()