insertAfter

abstract fun insertAfter(offset: Int = 0, block: TargetedAssembly.() -> Unit)(source)

Insert instructions after the last insn node in this target.

Parameters

offset

offset the insertion target node index

block

bytecode assembly routine