Searched refs:PUTFIELD (Results 1 – 12 of 12) sorted by relevance
61 || c == PUTFIELD || c == PUTSTATIC) { in transform()
33 if (c == PUTFIELD || c == PUTSTATIC) { in transform()
220 int PUTFIELD = 181; field
219 case PUTFIELD : in visitInst()
118 case PUTFIELD: in instructionString()
370 case PUTFIELD : in copyCode()
1324 add(PUTFIELD); in addPutfield0()
194 || c == Opcode.PUTFIELD in loopBody()
82 return opcode == Opcode.PUTFIELD || opcode == Opcode.PUTSTATIC; in isWriter()
564 case PUTFIELD: in execute()853 if (opcode == PUTFIELD) { in evalPutField()
616 case Opcode.PUTFIELD : in doOpcode148_201()
829 bytecode.add(PUTFIELD); in atFieldAssignCore()