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

1 2 3

  /dalvik/dx/tests/105-verify-load-store-ops/
op_lstore_1.j 23 lstore_1
build 59 oneop lstore_1
expected.txt 38 lstore_1: expected failure occurred
run 64 oneop lstore_1
  /external/javassist/src/main/javassist/bytecode/
Mnemonic.java 102 "lstore_1", /* 64*/
Opcode.java 206 int LSTORE_1 = 64;
308 -2, // lstore_1, 64
  /dalvik/dx/tests/032-bb-live-code/
blort.j 224 lstore_1
expected.txt 320 0052: lstore_1 // 01, category-2
  /external/proguard/src/proguard/classfile/instruction/
Instruction.java 101 false, // lstore_1
309 true, // lstore_1
518 2, // lstore_1
727 0, // lstore_1
InstructionConstants.java 300 "lstore_1",
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/pj/
ops.s 125 lstore_1
ops.d 136 66: 40 lstore_1
  /dalvik/dx/tests/024-code-bytecode/
expected.txt 118 005f: lstore_1 // 01, category-2
small-class.txt 122 40 # 005f: lstore_1
  /external/javassist/src/main/javassist/bytecode/stackmap/
Liveness.java 315 case Opcode.LSTORE_1 :
  /external/oj-libjdwp/src/share/javavm/export/
classfile_constants.h 416 1, /* lstore_1 */ \
  /libcore/ojluni/src/main/native/
classfile_constants.h 416 1, /* lstore_1 */ \
  /prebuilts/jdk/jdk8/darwin-x86/include/
classfile_constants.h 416 1, /* lstore_1 */ \
  /prebuilts/jdk/jdk8/linux-x86/include/
classfile_constants.h 416 1, /* lstore_1 */ \
  /prebuilts/jdk/jdk9/darwin-x86/include/
classfile_constants.h 416 1, /* lstore_1 */ \
  /prebuilts/jdk/jdk9/linux-x86/include/
classfile_constants.h 416 1, /* lstore_1 */ \
  /dalvik/dx/src/com/android/dx/cf/code/
ByteOps.java 91 public static final int LSTORE_1 = 0x40;
419 "40 2 lstore_1;" +
  /art/tools/titrace/
instruction_decoder.cc 318 case kLstore_1: return "lstore_1";
  /external/annotation-tools/asmx/src/org/objectweb/asm/
Opcodes.java 223 // int LSTORE_1 = 64; // -
  /dalvik/docs/
java-bytecode.html 82 <tr><td>0x40</td><td>64</td><td>lstore_1</td></tr>

Completed in 417 milliseconds

1 2 3