Searched refs:WebAssemblyInstructionTableSize (Results 1 – 2 of 2) sorted by relevance
23 constexpr int WebAssemblyInstructionTableSize = 256; variable105 for (unsigned I = 0; I < WebAssemblyInstructionTableSize; I++) { in emitWebAssemblyDisassemblerTables()
42 static constexpr int WebAssemblyInstructionTableSize = 256; variable187 if (PrefixedOpc < 0 || PrefixedOpc >= WebAssemblyInstructionTableSize) in getInstruction()