/dalvik/dx/tests/105-verify-load-store-ops/ |
op_lstore.j | 23 lstore 5
|
run | 63 oneop lstore
|
expected.txt | 72 lstore: 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/tests/032-bb-live-code/ |
blort.j | 215 lstore 5 335 lstore 0x100
|
expected.txt | 312 0045: lstore 05 // category-2 488 00f0: wide lstore 0100 // category-2
|
/external/javassist/src/main/javassist/bytecode/ |
Mnemonic.java | 93 "lstore", /* 55*/
|
InstructionPrinter.java | 82 case LSTORE: 158 case LSTORE:
|
Opcode.java | 204 int LSTORE = 55; 299 -2, // lstore, 55
|
Bytecode.java | 605 * Appends LSTORE or LSTORE_<n> 613 addOpcode(LSTORE); // lstore 618 addOpcode(LSTORE); [all...] |
/external/opencv3/modules/objdetect/src/opencl/ |
cascadedetect.cl | 107 __local int lstore[SUM_BUF_SIZE + LOCAL_SIZE*5/2+1]; 109 __local int* ibuf = lstore; 112 __local int* lcount = lstore; 477 __local int lstore[SUM_BUF_SIZE + LOCAL_SIZE*3/2+1]; 479 __local int* ibuf = lstore; 482 __local int* lcount = lstore;
|
/dalvik/dx/tests/024-code-bytecode/ |
expected.txt | 109 0052: lstore 42 // category-2 276 01a0: wide lstore 20f1 // category-2
|
small-class.txt | 113 37 42 # 0052: lstore 42 287 c437 20f1 # 01a1: wide lstore 20f1
|
/external/javassist/src/main/javassist/bytecode/stackmap/ |
Liveness.java | 302 case Opcode.LSTORE : 353 case Opcode.LSTORE :
|
/external/mockito/cglib-and-asm/src/org/mockito/cglib/core/ |
LocalVariablesSorter.java | 87 case Opcodes.LSTORE:
|
/external/proguard/src/proguard/classfile/instruction/ |
Instruction.java | 92 false, // lstore 300 true, // lstore 509 2, // lstore 718 0, // lstore
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/pj/ |
ops.s | 116 lstore 41
|
/external/eigen/Eigen/src/SuperLUSupport/ |
SuperLUSupport.h | 698 SCformat *Lstore = static_cast<SCformat*>(m_sluL.Store); 704 m_l.resizeNonZeros(Lstore->nnz); 720 for (int k = 0; k <= Lstore->nsuper; ++k) 730 SNptr = &((Scalar*)Lstore->nzval)[L_NZ_START(j)];
|
/external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/jni-headers/ |
classfile_constants.h | 370 2, /* lstore */ \
|
/external/libgdx/extensions/gdx-bullet/jni/jni-headers/ |
classfile_constants.h | 370 2, /* lstore */ \
|
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/jni-headers/ |
classfile_constants.h | 370 2, /* lstore */ \
|
/external/libgdx/extensions/gdx-freetype/jni/jni-headers/ |
classfile_constants.h | 370 2, /* lstore */ \
|
/external/libgdx/extensions/gdx-jnigen/src/com/badlogic/gdx/jnigen/resources/headers/ |
classfile_constants.h | 370 2, /* lstore */ \
|
/external/libgdx/gdx/jni/jni-headers/ |
classfile_constants.h | 370 2, /* lstore */ \
|
/external/mockito/cglib-and-asm/src/org/mockito/asm/tree/analysis/ |
Interpreter.java | 81 * ILOAD, LLOAD, FLOAD, DLOAD, ALOAD, ISTORE, LSTORE, FSTORE, DSTORE,
|