Searched defs:operand (Results 1 – 13 of 13) sorted by relevance
66 public static <T> Matcher<T> in(T... operand) { in in()71 public static <T> Matcher<T> in(Collection<T> operand) { in in()
212 Operand operand; in Jcc() member287 uint8_t Rex(Operand operand) { in Rex()298 uint8_t Rex(Memory32Bit operand) { return Rex(operand.operand); } in Rex()300 uint8_t Rex(Memory64Bit operand) { in Rex()328 auto operand = ArgumentByType<0, IsMemoryOperand>(arguments...); in Rex() local372 void EmitOperandOp(ArgumentType argument, Operand operand) { in EmitOperandOp()
277 void EmitOperandOp(ArgumentType argument, Operand operand) { in EmitOperandOp()
284 Operand operand; member
155 BasicValue operand = (BasicValue) f.getStack(f.getStackSize() - 1); in visitEnd() local175 BasicValue operand = (BasicValue) f.getStack(f.getStackSize() - 1); in visitEnd() local
44 @Evaluator.ConditionOperand private val operand: Int in <lambda>() constant in com.android.systemui.shared.condition.CombinedCondition
228 public void visitIntInsn(int opcode, int operand) { in visitIntInsn()
320 public void visitIntInsn(int opcode, int operand) { in visitIntInsn()
422 public void visitIntInsn(int opcode, int operand) { in visitIntInsn()
551 public void visitIntInsn(int opcode, int operand) { in visitIntInsn()
729 public void visitIntInsn(int opcode, int operand) { in visitIntInsn()
415 for (operand in intArrayOf(Evaluator.OP_OR, Evaluator.OP_AND)) { in <lambda>() method
708 public void applyChangesLocked(NotificationRecord operand) { in applyChangesLocked()