Home
last modified time | relevance | path

Searched refs:rbit (Results 1 – 2 of 2) sorted by relevance

/packages/modules/NetworkStack/src/android/net/apf/
DBaseApfGenerator.java360 Instruction(Opcodes opcode, Rbit rbit) { in Instruction() argument
362 mRbit = rbit; in Instruction()
369 Instruction(ExtendedOpcodes extendedOpcodes, Rbit rbit) { in Instruction() argument
370 this(Opcodes.EXT, rbit); in Instruction()
DApfV6GeneratorBase.java453 final Rbit rbit = jumpOnMatch ? Rbit1 : Rbit0; in addJumpIfBytesAtR0EqualsHelper() local
455 return append(new Instruction(Opcodes.JBSMATCH, rbit) in addJumpIfBytesAtR0EqualsHelper()