Searched refs:Instruction (Results 1 – 1 of 1) sorted by relevance
97 private class Instruction { class in ApfGenerator114 Instruction(Opcodes opcode, Register register) { in Instruction() method in ApfGenerator.Instruction119 Instruction(Opcodes opcode) { in Instruction() method in ApfGenerator.Instruction270 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 …]