/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
|
/dalvik/dx/tests/105-verify-load-store-ops/ |
expected.txt | 58 istore: expected failure occurred
|
/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_<n> 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 :
|
/dalvik/dx/src/com/android/dx/cf/code/ |
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...] |
/external/javassist/src/main/javassist/bytecode/analysis/ |
Executor.java | 178 case ISTORE: 897 case ISTORE: [all...] |
/external/llvm/include/llvm/Target/ |
TargetSelectionDAG.td | 675 def istore : PatFrag<(ops node:$val, node:$base, node:$offset), 681 (istore node:$val, node:$base, node:$offset), [{ 717 (istore node:$val, node:$ptr, node:$offset), [{ [all...] |
/external/proguard/src/proguard/optimize/peephole/ |
InstructionSequenceConstants.java | 245 { // istore/istore = pop/istore 290 { // istore/iload = dup/istore [all...] |
/cts/tools/dx-tests/src/dxc/junit/opcodes/ |
AllTests.java | 179 suite.addTestSuite(dxc.junit.opcodes.istore.Test_istore.class);
|
/dalvik/docs/ |
java-bytecode.html | 72 <tr class="d"><td>0x36</td><td>54</td><td>istore</td></tr>
|
/external/emma/core/java12/com/vladium/jcd/opcodes/ |
IOpcodes.java | 285 "istore", // 0x36 54
|
/prebuilt/common/asm/ |
asm-3.1.jar | |