Searched refs:opcodeSupportBit (Results 1 – 1 of 1) sorted by relevance
1801 Integer opcodeSupportBit = Request.OpcodeToOpcodeSupport.get(opcode); in isOpcodeSupported() local1802 if (opcodeSupportBit == null) return false; in isOpcodeSupported()1806 & opcodeSupportBit) == opcodeSupportBit; in isOpcodeSupported()