Searched refs:addPacketCopyFromR0 (Results 1 – 2 of 2) sorted by relevance
126 assertFailsWith<IllegalArgumentException> { gen.addPacketCopyFromR0(256) } in testApfInstructionEncodingSizeCheck()128 assertFailsWith<IllegalArgumentException> { gen.addPacketCopyFromR0(-1) } in testApfInstructionEncodingSizeCheck()692 gen.addPacketCopyFromR0(5) in testApfInstructionsEncoding()890 .addPacketCopyFromR0(1) // len in testCopyToTxBuffer()
336 public final Type addPacketCopyFromR0(int len) { in addPacketCopyFromR0() method in ApfV6GeneratorBase