HomeSort by relevance Sort by last modified time
    Searched defs:writeLocal (Results 1 - 2 of 2) sorted by null

  /external/javassist/src/main/javassist/bytecode/stackmap/
Liveness.java 226 protected final void writeLocal(int reg) {
249 // this does not call writeLocal().
306 writeLocal(ci.byteAt(pos + 1));
312 writeLocal(op - Opcode.ISTORE_0);
318 writeLocal(op - Opcode.LSTORE_0);
324 writeLocal(op - Opcode.FSTORE_0);
330 writeLocal(op - Opcode.DSTORE_0);
336 writeLocal(op - Opcode.ASTORE_0);
357 writeLocal(var);
361 // this does not call writeLocal()
    [all...]
  /external/robolectric/lib/main/
javassist-3.14.0-GA.jar 

Completed in 486 milliseconds