Searched refs:DROP_LABEL (Results 1 – 4 of 4) sorted by relevance
267 gen.addJump(gen.DROP_LABEL); in testApfInstructions()276 gen.addJumpIfR0Equals(0, gen.DROP_LABEL); in testApfInstructions()281 gen.addJumpIfR0NotEquals(0, gen.DROP_LABEL); in testApfInstructions()285 gen.addJumpIfR0NotEquals(0, gen.DROP_LABEL); in testApfInstructions()290 gen.addJumpIfR0EqualsR1(gen.DROP_LABEL); in testApfInstructions()295 gen.addJumpIfR0NotEqualsR1(gen.DROP_LABEL); in testApfInstructions()299 gen.addJumpIfR0NotEqualsR1(gen.DROP_LABEL); in testApfInstructions()305 gen.addJumpIfR0Equals(1234567890, gen.DROP_LABEL); in testApfInstructions()311 gen.addJumpIfR0Equals(1234567890, gen.DROP_LABEL); in testApfInstructions()317 gen.addJumpIfR0Equals(-1234567890, gen.DROP_LABEL); in testApfInstructions()[all …]
289 gen.addJump(gen.DROP_LABEL); in convertLine()
271 if (mTargetLabel == DROP_LABEL) { in calculateTargetLabelOffset()310 public static final String DROP_LABEL = "__DROP__"; field in ApfGenerator
406 mCountAndDropLabel = ApfGenerator.DROP_LABEL; in ApfFilter()1614 gen.addJump(gen.DROP_LABEL); in emitEpilogue()