Searched refs:IAND (Results 1 – 5 of 5) sorted by relevance
123 int IAND = 126; field
218 testInsn(IAND, true); in testInsn()
1342 case Opcodes.IAND: in updateState()1344 Type type = opcode == Opcodes.IAND ? Type.INT_TYPE : Type.LONG_TYPE; in updateState()2093 case Opcodes.IAND: in build()2095 Type type = opcode == Opcodes.IAND ? Type.INT_TYPE : Type.LONG_TYPE; in build()
402 case IAND: in execute()
941 '&', NOP, NOP, LAND, IAND,