Home
last modified time | relevance | path

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

/packages/modules/NetworkStack/src/android/net/apf/
DApfGenerator.java97 private class Instruction { class in ApfGenerator
114 Instruction(Opcodes opcode, Register register) { in Instruction() method in ApfGenerator.Instruction
119 Instruction(Opcodes opcode) { in Instruction() method in ApfGenerator.Instruction
270 Instruction targetLabelInstruction; in calculateTargetLabelOffset()
363 private final ArrayList<Instruction> mInstructions = new ArrayList<Instruction>();
364 private final HashMap<String, Instruction> mLabels = new HashMap<String, Instruction>();
365 private final Instruction mDropLabel = new Instruction(Opcodes.LABEL);
366 private final Instruction mPassLabel = new Instruction(Opcodes.LABEL);
393 private void addInstruction(Instruction instruction) { in addInstruction()
416 Instruction instruction = new Instruction(Opcodes.LABEL); in defineLabel()
[all …]