Searched refs:mTargetLabel (Results 1 – 1 of 1) sorted by relevance
352 private String mTargetLabel; field in BaseApfGenerator.Instruction469 mTargetLabel = label; in setTargetLabel()542 if (mTargetLabel != null) { in size()557 if (mTargetLabel == null) { in shrink()617 if (mTargetLabel != null) { in generate()667 if (mTargetLabel == DROP_LABEL) { in calculateTargetLabelOffset()669 } else if (mTargetLabel == PASS_LABEL) { in calculateTargetLabelOffset()672 targetLabelInstruction = mLabels.get(mTargetLabel); in calculateTargetLabelOffset()675 throw new IllegalInstructionException("label not found: " + mTargetLabel); in calculateTargetLabelOffset()