HomeSort by relevance Sort by last modified time
    Searched full:istore (Results 1 - 25 of 101) sorted by null

1 2 3 4 5

  /dalvik/dx/tests/094-scala-locals/
blort.j 34 istore 4
35 istore 2
36 istore 3
37 istore 1
38 istore 0
40 istore 4
  /dalvik/dx/tests/105-verify-load-store-ops/
op_istore.j 23 istore 5
run 56 oneop istore
expected.txt 58 istore: expected failure occurred
  /external/mockito/cglib-and-asm/src/org/mockito/asm/tree/
VarInsnNode.java 56 * ALOAD, ISTORE, LSTORE, FSTORE, DSTORE, ASTORE or RET.
69 * LLOAD, FLOAD, DLOAD, ALOAD, ISTORE, LSTORE, FSTORE, DSTORE, ASTORE
  /dalvik/dx/src/com/android/dx/cf/code/
BytecodeArray.java 456 case ByteOps.ISTORE: {
458 visitor.visitLocal(ByteOps.ISTORE, offset, 2, idx,
464 visitor.visitLocal(ByteOps.ISTORE, offset, 2, idx,
470 visitor.visitLocal(ByteOps.ISTORE, offset, 2, idx,
476 visitor.visitLocal(ByteOps.ISTORE, offset, 2, idx,
482 visitor.visitLocal(ByteOps.ISTORE, offset, 2, idx,
491 visitor.visitLocal(ByteOps.ISTORE, offset, 1, idx,
500 visitor.visitLocal(ByteOps.ISTORE, offset, 1, idx,
509 visitor.visitLocal(ByteOps.ISTORE, offset, 1, idx,
518 visitor.visitLocal(ByteOps.ISTORE, offset, 1, idx
    [all...]
ValueAwareMachine.java 83 case ByteOps.ISTORE: {
ByteOps.java 81 public static final int ISTORE = 0x36;
409 "36 - istore;" +
Simulator.java 564 (opcode == ByteOps.ISTORE) ? (offset + length) : offset;
588 case ByteOps.ISTORE: {
  /dalvik/dx/tests/032-bb-live-code/
blort.j 214 istore 5
334 istore 0x100
expected.txt 311 0043: istore 05
487 00ec: wide istore 0100
  /external/javassist/src/main/javassist/bytecode/
Mnemonic.java 92 "istore", /* 54*/
InstructionPrinter.java 81 case ISTORE:
157 case ISTORE:
CodeAttribute.java 499 else if (opcode < ISTORE)
502 // istore, lstore, ...
507 shiftIndex0(ci, index, opcode, lessThan, delta, ISTORE_0, ISTORE);
Opcode.java 167 int ISTORE = 54;
298 -1, // istore, 54
Bytecode.java 555 * Appends ISTORE or (WIDE) ISTORE_&lt;n&gt;
563 addOpcode(ISTORE); // istore
568 addOpcode(ISTORE);
    [all...]
  /external/mockito/cglib-and-asm/src/org/mockito/asm/tree/analysis/
SourceValue.java 52 * at line 5 are the txo ISTORE instructions at line 1 and 3:
Interpreter.java 81 * ILOAD, LLOAD, FLOAD, DLOAD, ALOAD, ISTORE, LSTORE, FSTORE, DSTORE,
BasicVerifier.java 54 case ISTORE:
  /dalvik/dx/tests/024-code-bytecode/
expected.txt 108 0050: istore 41
275 019c: wide istore 20f0
small-class.txt 112 36 41 # 0050: istore 41
286 c436 20f0 # 019d: wide istore 20f0
  /external/javassist/src/main/javassist/bytecode/stackmap/
Liveness.java 301 case Opcode.ISTORE :
352 case Opcode.ISTORE :
  /external/proguard/src/proguard/classfile/instruction/
Instruction.java 91 false, // istore
299 false, // istore
508 1, // istore
717 0, // istore
  /external/mockito/cglib-and-asm/src/org/mockito/asm/util/
AbstractVisitor.java 61 + "LALOAD,FALOAD,DALOAD,AALOAD,BALOAD,CALOAD,SALOAD,ISTORE,"
  /external/mockito/cglib-and-asm/src/org/mockito/asm/
Opcodes.java 193 int ISTORE = 54; // visitVarInsn

Completed in 985 milliseconds

1 2 3 4 5