Searched refs:addJumpIfR0LessThan (Results 1 – 4 of 4) sorted by relevance
261 gen.addJumpIfR0LessThan(val + 1, false_label); in convertLine()274 gen.addJumpIfR0LessThan(val, false_label); in convertLine()
497 gen.addJumpIfR0LessThan(0, gen.DROP_LABEL); in testApfInstructions()500 gen.addJumpIfR0LessThan(1, gen.DROP_LABEL); in testApfInstructions()
679 public ApfGenerator addJumpIfR0LessThan(int value, String target) { in addJumpIfR0LessThan() method in ApfGenerator
935 gen.addJumpIfR0LessThan(filterLifetime, nextFilterLabel); in generateFilterLocked()1540 gen.addJumpIfR0LessThan(ETH_TYPE_MIN, mCountAndDropLabel); in emitPrologueLocked()