insertAfter

open override fun insertAfter(offset: Int, 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