Home
last modified time | relevance | path

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

/packages/modules/NetworkStack/src/android/net/apf/
DDnsUtils.java159 gen.addJump(LABEL_PARSE_DNS_LABEL); in genParseDnsLabel()
176 gen.addJump(jumpTable.getStartLabel()); in genParseDnsLabel()
216 gen.addJump(labelFindNextDnsQuestionReturn); in genFindNextDnsQuestion()
234 gen.addJump(labelFindNextDnsQuestionReturn); in genFindNextDnsQuestion()
246 gen.addJump(labelFindNextDnsQuestionReturn); in genFindNextDnsQuestion()
253 gen.addJump(labelFindNextDnsQuestionLoop); in genFindNextDnsQuestion()
264 gen.addJump(jumpTable.getStartLabel()); in genFindNextDnsQuestion()
293 gen.addJump(LABEL_PARSE_DNS_LABEL); in addMatchLabel()
312 gen.addJump(nextLabel); in addMatchLabel()
318 gen.addJump(LABEL_FIND_NEXT_DNS_QUESTION); in addMatchLabel()
[all …]
DApfV4Generator.java97 return maybeAddLoadCounterOffset(R1, counter).addJump(mCountAndPassLabel); in addCountAndPass()
111 return maybeAddLoadCounterOffset(R1, counter).addJump(mCountAndDropLabel); in addCountAndDrop()
286 addJump(matchLabel); in addCountAndDropOrPassByMatchingBytesAtR0()
290 addJump(allNoMatchLabel); in addCountAndDropOrPassByMatchingBytesAtR0()
387 .addJump(PASS_LABEL) in addCountTrampoline()
392 .addJump(DROP_LABEL); in addCountTrampoline()
DLegacyApfFilter.java1018 gen.addJump(mCountAndDropLabel); in generateFilterLocked()
1104 gen.addJump(mCountAndDropLabel); in generateFilterLocked()
1223 gen.addJump(mCountAndDropLabel); in generateFilterLocked()
1368 gen.addJump(mCountAndPassLabel); in generateArpFilterLocked()
1414 gen.addJump(mCountAndPassLabel); in generateIPv4FilterLocked()
1448 gen.addJump(mCountAndDropLabel); in generateIPv4FilterLocked()
1456 gen.addJump(mCountAndPassLabel); in generateIPv4FilterLocked()
1553 gen.addJump(mCountAndPassLabel); in generateIPv6FilterLocked()
1580 gen.addJump(mCountAndDropLabel); in generateIPv6FilterLocked()
1646 gen.addJump(checkMdnsUdpPort); in generateMdnsFilterLocked()
[all …]
DJumpTable.java136 gen.addJump(ApfV4Generator.PASS_LABEL); in generate()
DApfV6GeneratorBase.java642 .addJump(skipLabel) in addCountAndDropIfR0AnyBitsSet()
654 .addJump(skipLabel) in addCountAndPassIfR0AnyBitsSet()
DApfV4GeneratorBase.java95 public final Type addJump(String target) { in addJump() method in ApfV4GeneratorBase
DApfFilter.java1920 .addJump(endOfIpV6DstCheck) in generateNsFilterLocked()
2115 gen.addJump(checkMdnsUdpPort); in generateMdnsFilterLocked()
/packages/modules/NetworkStack/tests/unit/src/android/net/apf/
DBpf2Apf.java236 gen.addJump(false_label); in convertLine()
251 gen.addJump(false_label); in convertLine()
268 gen.addJump(false_label); in convertLine()
288 gen.addJump(true_label); in convertLine()
298 gen.addJump(gen.DROP_LABEL); in convertLine()
300 gen.addJump(gen.PASS_LABEL); in convertLine()
DApfStandaloneTest.kt295 gen.addJump(countAndDropLabel) in generateApfV4Program()
312 gen.addJump(countAndDropLabel) in generateApfV4Program()
331 gen.addJump(countAndDropLabel) in generateApfV4Program()
343 gen.addJump(BaseApfGenerator.PASS_LABEL) in generateApfV4Program()
349 gen.addJump(BaseApfGenerator.DROP_LABEL) in generateApfV4Program()
DApfTest.java345 gen.addJump(DROP_LABEL); in testApfInstructions()
350 gen.addJump(PASS_LABEL); in testApfInstructions()
358 gen.addJump(DROP_LABEL); in testApfInstructions()
461 gen.addJump(DROP_LABEL); in testApfInstructions()
528 gen.addJump(DROP_LABEL); in testApfInstructions()
952 gen.addJump(DROP_LABEL); in testApfDataBoundChecking()
966 gen.addJump(DROP_LABEL); // Not reached. in testApfDataBoundChecking()
973 gen.addJump(DROP_LABEL); in testApfDataBoundChecking()
980 gen.addJump(DROP_LABEL); in testApfDataBoundChecking()
987 gen.addJump(DROP_LABEL); // Not reached. in testApfDataBoundChecking()
[all …]
DJumpTableTest.kt98 inOrder.verify(gen).addJump(ApfV4Generator.PASS_LABEL) in testCodeGeneration()
/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/
DApfIntegrationTest.kt447 gen.addJump(BaseApfGenerator.DROP_LABEL) in testDropPingReply()