Searched refs:PrefixedOpc (Results 1 – 1 of 1) sorted by relevance
140 int64_t PrefixedOpc; in getInstruction() local141 if (!nextLEB(PrefixedOpc, Bytes, Size)) in getInstruction()143 if (PrefixedOpc < 0 || PrefixedOpc >= WebAssemblyInstructionTableSize) in getInstruction()145 WasmInst += PrefixedOpc; in getInstruction()