Searched refs:GETFIELD (Results 1 – 12 of 12) sorted by relevance
60 if (c == GETFIELD || c == GETSTATIC in transform()
72 if (c == GETFIELD || c == GETSTATIC) { in transform()
111 int GETFIELD = 180; field
216 case GETFIELD : in visitInst()
117 case GETFIELD: in instructionString()
847 add(GETFIELD); in addGetfield()863 add(GETFIELD); in addGetfield()
369 case GETFIELD : in copyCode()
193 else if (c == Opcode.GETFIELD || c == Opcode.GETSTATIC in loopBody()
75 return opcode == Opcode.GETFIELD || opcode == Opcode.GETSTATIC; in isReader()
561 case GETFIELD: in execute()707 if (opcode == GETFIELD) { in evalGetField()
614 case Opcode.GETFIELD : in doOpcode148_201()
901 bytecode.add(GETFIELD); in atFieldRead()