locateTargetOrNull

fun InsnList.locateTargetOrNull(list: InsnList): InsnTarget?(source)

Find a sequence of bytecode instructions matching list in this InsnList

Return

if found, an InsnTarget ranging from the first to last matching insn node, otherwise null