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

1 2

  /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
  /dalvik/dx/src/com/android/dx/cf/code/
BytecodeArray.java 455 case ByteOps.ISTORE: {
457 visitor.visitLocal(ByteOps.ISTORE, offset, 2, idx,
463 visitor.visitLocal(ByteOps.ISTORE, offset, 2, idx,
469 visitor.visitLocal(ByteOps.ISTORE, offset, 2, idx,
475 visitor.visitLocal(ByteOps.ISTORE, offset, 2, idx,
481 visitor.visitLocal(ByteOps.ISTORE, offset, 2, idx,
490 visitor.visitLocal(ByteOps.ISTORE, offset, 1, idx,
499 visitor.visitLocal(ByteOps.ISTORE, offset, 1, idx,
508 visitor.visitLocal(ByteOps.ISTORE, offset, 1, idx,
517 visitor.visitLocal(ByteOps.ISTORE, offset, 1, idx
    [all...]
ValueAwareMachine.java 83 case ByteOps.ISTORE: {
ByteOps.java 81 public static final int ISTORE = 0x36;
408 "36 - istore;" +
Simulator.java 565 (opcode == ByteOps.ISTORE) ? (offset + length) : offset;
589 case ByteOps.ISTORE: {
RopperMachine.java 295 RegisterSpec localTarget = getLocalTarget(opcode == ByteOps.ISTORE);
782 case ByteOps.ISTORE: {
    [all...]
  /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/proguard/src/proguard/classfile/instruction/
Instruction.java 91 false, // istore
300 1, // istore
509 0, // istore
InstructionConstants.java 290 "istore",
  /dalvik/dx/tests/024-code-bytecode/
expected.txt 108 0050: istore 41
276 019d: wide istore 20f0
small-class.txt 112 36 41 # 0050: istore 41
287 c436 20f0 # 019d: wide istore 20f0
  /external/javassist/src/main/javassist/bytecode/stackmap/
Liveness.java 301 case Opcode.ISTORE :
352 case Opcode.ISTORE :
Tracer.java 320 case Opcode.ISTORE :
705 case Opcode.ISTORE :
  /external/javassist/src/main/javassist/bytecode/analysis/
Executor.java 178 case ISTORE:
897 case ISTORE:
    [all...]
  /external/proguard/src/proguard/optimize/peephole/
InstructionSequenceConstants.java 245 { // istore/istore = pop/istore
290 { // istore/iload = dup/istore
    [all...]
  /external/llvm/include/llvm/Target/
TargetSelectionDAG.td 754 def istore : PatFrag<(ops node:$val, node:$base, node:$offset),
760 (istore node:$val, node:$base, node:$offset), [
    [all...]

Completed in 626 milliseconds

1 2