Searched refs:NO_TARGETS (Results 1 – 4 of 4) sorted by relevance
23 public final static int[] NO_TARGETS = null; field in Instruction168 return NO_TARGETS; in getTargets()
275 if (targets != Instruction.NO_TARGETS) { in traceInstruction()
140 private static final int[] NO_TARGETS = {};605 if (targets != NO_TARGETS) { in traceInstruction()723 return NO_TARGETS; in getTargets()769 return NO_TARGETS; in getVarTargets()
225 if (targets != Instruction.NO_TARGETS && targets != Instruction.EXIT_TARGET) { in toSmaliString()