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