Searched refs:WebAssemblyInstructionTableSize (Results 1 – 2 of 2) sorted by relevance
21 static constexpr int WebAssemblyInstructionTableSize = 256; variable85 OS << WebAssemblyInstructionTableSize << ";\n\n"; in emitWebAssemblyDisassemblerTables()101 for (unsigned I = 0; I < WebAssemblyInstructionTableSize; I++) { in emitWebAssemblyDisassemblerTables()
41 static constexpr int WebAssemblyInstructionTableSize = 256; variable182 if (PrefixedOpc < 0 || PrefixedOpc >= WebAssemblyInstructionTableSize) in getInstruction()