Home
last modified time | relevance | path

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

/external/javassist/src/main/javassist/bytecode/
DInstructionPrinter.java81 case ISTORE: in instructionString()
157 case ISTORE: in wide()
DOpcode.java167 int ISTORE = 54; field
DCodeAttribute.java499 else if (opcode < ISTORE) in shiftIndex()
507 shiftIndex0(ci, index, opcode, lessThan, delta, ISTORE_0, ISTORE); in shiftIndex()
DBytecode.java563 addOpcode(ISTORE); // istore in addIstore()
568 addOpcode(ISTORE); in addIstore()
/external/javassist/src/main/javassist/bytecode/stackmap/
DLiveness.java301 case Opcode.ISTORE : in doOpcode54_95()
352 case Opcode.ISTORE : in doWIDE()
DTracer.java320 case Opcode.ISTORE : in doOpcode54_95()
705 case Opcode.ISTORE : in doWIDE()
/external/javassist/src/main/javassist/bytecode/analysis/
DExecutor.java178 case ISTORE: in execute()
897 case ISTORE: in evalWide()