Home
last modified time | relevance | path

Searched refs:addJump (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/tests/net/java/android/net/apf/
DBpf2Apf.java227 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()
DApfTest.java217 gen.addJump(gen.PASS_LABEL); in testApfInstructions()
225 gen.addJump(gen.DROP_LABEL); in testApfInstructions()
322 gen.addJump(gen.DROP_LABEL); in testApfInstructions()
389 gen.addJump(gen.DROP_LABEL); in testApfInstructions()
772 gen.addJump(gen.DROP_LABEL); in testApfDataBoundChecking()
779 gen.addJump(gen.DROP_LABEL); // Not reached. in testApfDataBoundChecking()
786 gen.addJump(gen.DROP_LABEL); in testApfDataBoundChecking()
793 gen.addJump(gen.DROP_LABEL); in testApfDataBoundChecking()
800 gen.addJump(gen.DROP_LABEL); // Not reached. in testApfDataBoundChecking()
/frameworks/base/services/net/java/android/net/apf/
DApfFilter.java820 gen.addJump(mCountAndDropLabel); in generateFilterLocked()
930 gen.addJump(mCountAndPassLabel); in generateArpFilterLocked()
974 gen.addJump(mCountAndPassLabel); in generateIPv4FilterLocked()
1001 gen.addJump(mCountAndDropLabel); in generateIPv4FilterLocked()
1006 gen.addJump(mCountAndPassLabel); in generateIPv4FilterLocked()
1058 gen.addJump(mCountAndPassLabel); in generateIPv6FilterLocked()
1082 gen.addJump(mCountAndDropLabel); in generateIPv6FilterLocked()
1174 gen.addJump(mCountAndDropLabel); in emitPrologueLocked()
1205 gen.addJump(gen.PASS_LABEL); in emitEpilogue()
1212 gen.addJump(gen.DROP_LABEL); in emitEpilogue()
DApfGenerator.java425 public ApfGenerator addJump(String target) { in addJump() method in ApfGenerator