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

1 2 3 4 5 6 7 8

  /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
build 50 oneop istore
expected.txt 29 istore: expected failure occurred
run 55 oneop istore
  /external/javaparser/javaparser-testing/src/test/resources/com/github/javaparser/issue_samples/
issue1003.java.txt 112 // 17: istore 10
115 // 25: istore 11
118 // 33: istore 12
137 // 77: istore 14
139 // 81: istore 5
145 // 94: istore 17
147 // 98: istore 6
153 // 111: istore 19
155 // 115: istore 7
161 // 128: istore
    [all...]
  /external/annotation-tools/asmx/src/org/objectweb/asm/tree/
VarInsnNode.java 54 * ALOAD, ISTORE, LSTORE, FSTORE, DSTORE, ASTORE or RET.
67 * LLOAD, FLOAD, DLOAD, ALOAD, ISTORE, LSTORE, FSTORE, DSTORE, ASTORE
  /external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/analysis/filter/
StringSwitchJavacFilterTest.java 44 m.visitVarInsn(Opcodes.ISTORE, 2);
61 m.visitVarInsn(Opcodes.ISTORE, 2);
74 m.visitVarInsn(Opcodes.ISTORE, 2);
87 m.visitVarInsn(Opcodes.ISTORE, 2);
  /external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/analysis/filter/
StringSwitchJavacFilter.java 67 nextIsVar(Opcodes.ISTORE, "c");
81 nextIsVar(Opcodes.ISTORE, "c");
  /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 85 case ByteOps.ISTORE: {
  /dalvik/dx/tests/032-bb-live-code/
blort.j 214 istore 5
334 istore 0x100
  /external/annotation-tools/asmx/src/org/objectweb/asm/tree/analysis/
DataflowValue.java 52 * at line 5 are the txo ISTORE instructions at line 1 and 3:
  /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
  /external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/instr/
ProbeInserterTest.java 131 pi.visitVarInsn(Opcodes.ISTORE, 3);
140 expectedVisitor.visitVarInsn(Opcodes.ISTORE, 4);
  /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/desugar/test/java/com/google/devtools/build/android/desugar/
Bug62060793TestDataGenerator.java 45 import static org.objectweb.asm.Opcodes.ISTORE;
182 mv.visitVarInsn(ISTORE, 14);
BytecodeTypeInferenceTest.golden.txt 385 ISTORE 3
391 ISTORE 4
456 ISTORE 3
462 ISTORE 4
501 ISTORE 7
507 ISTORE 8
    [all...]
  /external/javassist/src/main/javassist/bytecode/stackmap/
Liveness.java 301 case Opcode.ISTORE :
352 case Opcode.ISTORE :
  /external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/analysis/
MethodAnalyzerTest.java 464 method.visitVarInsn(Opcodes.ISTORE, 2);
473 method.visitVarInsn(Opcodes.ISTORE, 2);
481 method.visitVarInsn(Opcodes.ISTORE, 2);
566 method.visitVarInsn(Opcodes.ISTORE, 2);
  /external/proguard/src/proguard/classfile/instruction/
Instruction.java 91 false, // istore
299 false, // istore
508 1, // istore
717 0, // istore

Completed in 627 milliseconds

1 2 3 4 5 6 7 8