Searched refs:addDataCopyFromR0 (Results 1 – 2 of 2) sorted by relevance
127 assertFailsWith<IllegalArgumentException> { gen.addDataCopyFromR0(256) } in testApfInstructionEncodingSizeCheck()129 assertFailsWith<IllegalArgumentException> { gen.addDataCopyFromR0(-1) } in testApfInstructionEncodingSizeCheck()691 gen.addDataCopyFromR0(5) in testApfInstructionsEncoding()885 .addDataCopyFromR0(2) // len in testCopyToTxBuffer()
324 public final Type addDataCopyFromR0(int len) { in addDataCopyFromR0() method in ApfV6GeneratorBase