Searched refs:addJump (Results 1 – 4 of 4) sorted by relevance
227 gen.addJump(false_label); in convertLine()242 gen.addJump(false_label); in convertLine()259 gen.addJump(false_label); in convertLine()279 gen.addJump(true_label); in convertLine()289 gen.addJump(gen.DROP_LABEL); in convertLine()291 gen.addJump(gen.PASS_LABEL); in convertLine()
249 gen.addJump(gen.PASS_LABEL); in testApfInstructions()257 gen.addJump(gen.DROP_LABEL); in testApfInstructions()354 gen.addJump(gen.DROP_LABEL); in testApfInstructions()421 gen.addJump(gen.DROP_LABEL); in testApfInstructions()844 gen.addJump(gen.DROP_LABEL); in testApfDataBoundChecking()851 gen.addJump(gen.DROP_LABEL); // Not reached. in testApfDataBoundChecking()858 gen.addJump(gen.DROP_LABEL); in testApfDataBoundChecking()865 gen.addJump(gen.DROP_LABEL); in testApfDataBoundChecking()872 gen.addJump(gen.DROP_LABEL); // Not reached. in testApfDataBoundChecking()
855 gen.addJump(mCountAndDropLabel); in generateFilterLocked()940 gen.addJump(mCountAndDropLabel); in generateFilterLocked()1058 gen.addJump(mCountAndDropLabel); in generateFilterLocked()1190 gen.addJump(mCountAndPassLabel); in generateArpFilterLocked()1236 gen.addJump(mCountAndPassLabel); in generateIPv4FilterLocked()1270 gen.addJump(mCountAndDropLabel); in generateIPv4FilterLocked()1278 gen.addJump(mCountAndPassLabel); in generateIPv4FilterLocked()1365 gen.addJump(mCountAndPassLabel); in generateIPv6FilterLocked()1390 gen.addJump(mCountAndDropLabel); in generateIPv6FilterLocked()1489 gen.addJump(mCountAndDropLabel); in emitPrologueLocked()[all …]
425 public ApfGenerator addJump(String target) { in addJump() method in ApfGenerator