Searched refs:WebAssemblyInstructionTableSize (Results 1 – 2 of 2) sorted by relevance
24 static constexpr int WebAssemblyInstructionTableSize = 256; variable89 OS << WebAssemblyInstructionTableSize << ";\n\n"; in emitWebAssemblyDisassemblerTables()105 for (unsigned I = 0; I < WebAssemblyInstructionTableSize; I++) { in emitWebAssemblyDisassemblerTables()
42 static constexpr int WebAssemblyInstructionTableSize = 256; variable186 if (PrefixedOpc < 0 || PrefixedOpc >= WebAssemblyInstructionTableSize) in getInstruction()