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()
259 gen.addJump(gen.PASS_LABEL); in testApfInstructions()267 gen.addJump(gen.DROP_LABEL); in testApfInstructions()364 gen.addJump(gen.DROP_LABEL); in testApfInstructions()431 gen.addJump(gen.DROP_LABEL); in testApfInstructions()854 gen.addJump(gen.DROP_LABEL); in testApfDataBoundChecking()861 gen.addJump(gen.DROP_LABEL); // Not reached. in testApfDataBoundChecking()868 gen.addJump(gen.DROP_LABEL); in testApfDataBoundChecking()875 gen.addJump(gen.DROP_LABEL); in testApfDataBoundChecking()882 gen.addJump(gen.DROP_LABEL); // Not reached. in testApfDataBoundChecking()
939 gen.addJump(mCountAndDropLabel); in generateFilterLocked()1024 gen.addJump(mCountAndDropLabel); in generateFilterLocked()1142 gen.addJump(mCountAndDropLabel); in generateFilterLocked()1274 gen.addJump(mCountAndPassLabel); in generateArpFilterLocked()1320 gen.addJump(mCountAndPassLabel); in generateIPv4FilterLocked()1354 gen.addJump(mCountAndDropLabel); in generateIPv4FilterLocked()1362 gen.addJump(mCountAndPassLabel); in generateIPv4FilterLocked()1449 gen.addJump(mCountAndPassLabel); in generateIPv6FilterLocked()1477 gen.addJump(mCountAndDropLabel); in generateIPv6FilterLocked()1576 gen.addJump(mCountAndDropLabel); in emitPrologueLocked()[all …]
425 public ApfGenerator addJump(String target) { in addJump() method in ApfGenerator