Searched refs:addDataCopyFromR0 (Results 1 – 2 of 2) sorted by relevance
204 assertFailsWith<IllegalArgumentException> { gen.addDataCopyFromR0(256) } in testApfInstructionEncodingSizeCheck()206 assertFailsWith<IllegalArgumentException> { gen.addDataCopyFromR0(-1) } in testApfInstructionEncodingSizeCheck()764 gen.addDataCopyFromR0(5) in testApfInstructionsEncoding()931 .addDataCopyFromR0(2) // len in testCopyToTxBuffer()
291 public final Type addDataCopyFromR0(int len) { in addDataCopyFromR0() method in ApfV6GeneratorBase