Searched refs:InsnList (Results 1 – 7 of 7) sorted by relevance
21 import com.android.dx.rop.code.InsnList;70 InsnList result = new InsnList(instructions.size()); in toBasicBlock()
8 import org.objectweb.asm.tree.InsnList39 val insnList: InsnList? = null in isClassFile()
20 fun AbstractInsnNode.atIndex(insnList: InsnList?): String { in atIndex()47 fun InsnList.listUseful(limit: Int = Int.MAX_VALUE): List<AbstractInsnNode> { in AbstractInsnNode() method
98 private inline fun insns(block: InstructionAdapter.() -> Unit): InsnList { in insns()
26 import org.objectweb.asm.tree.InsnList;37 private InsnList list;45 list = new InsnList(); in setup()
23 import org.objectweb.asm.tree.InsnList;262 InsnList callSuper = extractCallToSuperConstructor(mutableClass, method); in instrumentConstructor()281 private InsnList extractCallToSuperConstructor(MutableClass mutableClass, MethodNode ctor) { in extractCallToSuperConstructor()282 InsnList removedInstructions = new InsnList(); in extractCallToSuperConstructor()
36 import org.objectweb.asm.tree.InsnList;125 InsnList instructions = clInitMethodNode.instructions; in isClinitAlreadyDesugared()170 InsnList desugarInsts = new InsnList(); in desugarClinitToTriggerInterfaceInitializers()