Home
last modified time | relevance | path

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

/packages/modules/NetworkStack/src/android/net/apf/
DApfGenerator.java39 private enum Opcodes { enum in ApfGenerator
67 private Opcodes(int value) { in Opcodes() method in ApfGenerator.Opcodes
114 Instruction(Opcodes opcode, Register register) { in Instruction()
119 Instruction(Opcodes opcode) { in Instruction()
142 if (mOpcode != Opcodes.LABEL.value) { in setLabel()
155 if (mOpcode != Opcodes.JNEBS.value) { in setCompareBytes()
165 if (mOpcode == Opcodes.LABEL.value) { in size()
236 if (mOpcode == Opcodes.LABEL.value) { in generate()
365 private final Instruction mDropLabel = new Instruction(Opcodes.LABEL);
366 private final Instruction mPassLabel = new Instruction(Opcodes.LABEL);
[all …]