Searched refs:mTargetLabel (Results 1 – 1 of 1) sorted by relevance
106 private String mTargetLabel; field in ApfGenerator.Instruction150 mTargetLabel = label; in setTargetLabel()172 if (mTargetLabel != null) { in size()187 if (mTargetLabel == null) { in shrink()241 if (mTargetLabel != null) { in generate()271 if (mTargetLabel == DROP_LABEL) { in calculateTargetLabelOffset()273 } else if (mTargetLabel == PASS_LABEL) { in calculateTargetLabelOffset()276 targetLabelInstruction = mLabels.get(mTargetLabel); in calculateTargetLabelOffset()279 throw new IllegalInstructionException("label not found: " + mTargetLabel); in calculateTargetLabelOffset()285 mTargetLabel); in calculateTargetLabelOffset()