Searched refs:WebAssemblyInstructionTableSize (Results 1 – 2 of 2) sorted by relevance
22 static constexpr int WebAssemblyInstructionTableSize = 256; variable65 OS << WebAssemblyInstructionTableSize << ";\n\n"; in emitWebAssemblyDisassemblerTables()81 for (unsigned I = 0; I < WebAssemblyInstructionTableSize; I++) { in emitWebAssemblyDisassemblerTables()
39 static constexpr int WebAssemblyInstructionTableSize = 256; variable143 if (PrefixedOpc < 0 || PrefixedOpc >= WebAssemblyInstructionTableSize) in getInstruction()