Searched refs:canon_tag (Results 1 – 3 of 3) sorted by relevance
41 private short canon_tag = -1; // canonical tag such as ILOAD field in LocalVariableInstruction54 LocalVariableInstruction(final short canon_tag, final short c_tag) { in LocalVariableInstruction() argument56 this.canon_tag = canon_tag; in LocalVariableInstruction()77 canon_tag = opcode; in LocalVariableInstruction()176 super.setOpcode(canon_tag); in setIndex()189 return canon_tag; in getCanonicalTag()203 switch (canon_tag) { in getType()220 throw new ClassGenException("Oops: unknown case in switch" + canon_tag); in getType()
33 LoadInstruction(final short canon_tag, final short c_tag) { in LoadInstruction() argument34 super(canon_tag, c_tag); in LoadInstruction()
33 StoreInstruction(final short canon_tag, final short c_tag) { in StoreInstruction() argument34 super(canon_tag, c_tag); in StoreInstruction()