Searched refs:ll (Results 1 - 18 of 18) sorted by relevance

/dalvik/tests/003-omnibus-opcodes/src/
H A DIntMath.java440 static void jlmTests(int ii, long ll) { argument
448 assert(Math.abs(ll) == ll);
449 assert(Math.abs(-ll) == ll);
450 assert(Math.min(ll, -5L) == -5L);
451 assert(Math.max(ll, -5L) == ll);
/dalvik/vm/mterp/c/
H A Dheader.cpp143 union { s8 ll; u4 parts[2]; } conv; member in union:__anon73
148 return conv.ll;
160 union { s8 ll; u4 parts[2]; } conv; member in union:__anon74
163 conv.ll = val;
/dalvik/dexgen/src/com/android/dexgen/dex/file/
H A DDebugInfoDecoder.java427 LocalList ll = code.getLocals();
434 isStatic, ref, file, pl, ll);
439 ll.debugPrint(System.err, " ");
447 DexFile file, PositionList pl, LocalList ll) {
520 int origSz = ll.size();
525 LocalList.Entry origEntry = ll.get(i);
445 validateEncode0(byte[] info, int codeSize, int countRegisters, boolean isStatic, CstMethodRef ref, DexFile file, PositionList pl, LocalList ll) argument
/dalvik/dx/src/com/android/dx/dex/file/
H A DDebugInfoDecoder.java421 LocalList ll = code.getLocals();
428 isStatic, ref, file, pl, ll);
433 ll.debugPrint(System.err, " ");
441 DexFile file, PositionList pl, LocalList ll) {
514 int origSz = ll.size();
519 LocalList.Entry origEntry = ll.get(i);
439 validateEncode0(byte[] info, int codeSize, int countRegisters, boolean isStatic, CstMethodRef ref, DexFile file, PositionList pl, LocalList ll) argument
/dalvik/vm/
H A DInlineNative.cpp523 s8 ll; member in union:Convert64
547 s8 val = convert.ll;
575 convert.ll &= 0x7fffffffffffffffULL;
686 pResult->j = isnan(convert.dd) ? 0x7ff8000000000000LL : convert.ll;
696 pResult->j = convert.ll;
/dalvik/vm/mterp/out/
H A DInterpC-armv5te-vfp.cpp150 union { s8 ll; u4 parts[2]; } conv; member in union:__anon81
155 return conv.ll;
167 union { s8 ll; u4 parts[2]; } conv; member in union:__anon82
170 conv.ll = val;
H A DInterpC-armv5te.cpp150 union { s8 ll; u4 parts[2]; } conv; member in union:__anon85
155 return conv.ll;
167 union { s8 ll; u4 parts[2]; } conv; member in union:__anon86
170 conv.ll = val;
H A DInterpC-armv7-a-neon.cpp150 union { s8 ll; u4 parts[2]; } conv; member in union:__anon89
155 return conv.ll;
167 union { s8 ll; u4 parts[2]; } conv; member in union:__anon90
170 conv.ll = val;
H A DInterpC-armv7-a.cpp150 union { s8 ll; u4 parts[2]; } conv; member in union:__anon93
155 return conv.ll;
167 union { s8 ll; u4 parts[2]; } conv; member in union:__anon94
170 conv.ll = val;
H A DInterpC-x86-atom.cpp150 union { s8 ll; u4 parts[2]; } conv; member in union:__anon101
155 return conv.ll;
167 union { s8 ll; u4 parts[2]; } conv; member in union:__anon102
170 conv.ll = val;
1977 * thrown. If the code keeps pushing the stack bounds we'll end
2200 * calls. For native calls, we'll mark EXIT on return.
H A DInterpC-x86.cpp150 union { s8 ll; u4 parts[2]; } conv; member in union:__anon105
155 return conv.ll;
167 union { s8 ll; u4 parts[2]; } conv; member in union:__anon106
170 conv.ll = val;
1919 * thrown. If the code keeps pushing the stack bounds we'll end
2142 * calls. For native calls, we'll mark EXIT on return.
H A DInterpC-allstubs.cpp150 union { s8 ll; u4 parts[2]; } conv; member in union:__anon77
155 return conv.ll;
167 union { s8 ll; u4 parts[2]; } conv; member in union:__anon78
170 conv.ll = val;
2810 * needs them, they'll be specified in the call.
3738 * thrown. If the code keeps pushing the stack bounds we'll end
3961 * calls. For native calls, we'll mark EXIT on return.
H A DInterpC-portable.cpp150 union { s8 ll; u4 parts[2]; } conv; member in union:__anon97
155 return conv.ll;
167 union { s8 ll; u4 parts[2]; } conv; member in union:__anon98
170 conv.ll = val;
2823 * needs them, they'll be specified in the call.
3688 * thrown. If the code keeps pushing the stack bounds we'll end
3911 * calls. For native calls, we'll mark EXIT on return.
H A DInterpAsm-armv5te-vfp.S1127 * we need the V bit set, we'll use an adds to convert from Dalvik
9646 * this. For simplicity, we'll just jump directly to the
15777 * We'll use the normal single-stepping mechanism via interpBreak,
15864 * We'll need to stash our lr origin away, recover the new
15938 * already been restored by the time we get here. We'll need to set
H A DInterpAsm-armv7-a-neon.S1137 * we need the V bit set, we'll use an adds to convert from Dalvik
9583 * this. For simplicity, we'll just jump directly to the
15714 * We'll use the normal single-stepping mechanism via interpBreak,
15801 * We'll need to stash our lr origin away, recover the new
15875 * already been restored by the time we get here. We'll need to set
H A DInterpAsm-armv7-a.S1137 * we need the V bit set, we'll use an adds to convert from Dalvik
9583 * this. For simplicity, we'll just jump directly to the
15714 * We'll use the normal single-stepping mechanism via interpBreak,
15801 * We'll need to stash our lr origin away, recover the new
15875 * already been restored by the time we get here. We'll need to set
H A DInterpAsm-x86.S670 /* This is the less common path, so we'll redo some work
707 /* This is the less common path, so we'll redo some work
744 /* This is the less common path, so we'll redo some work
850 movl %eax,sReg0 # we'll need the desired class on failure
1146 # less frequent path, so we'll redo some work
1277 # less frequent path, so we'll redo some work
3987 * frequent one. We'll have to do some reloading.
4231 * frequent one. We'll have to do some reloading.
5244 * temps. On top of that, we'll spill edi (rFP)
6094 * is used by imul. We'll als
[all...]
H A DInterpAsm-armv5te.S1127 * we need the V bit set, we'll use an adds to convert from Dalvik
10104 * this. For simplicity, we'll just jump directly to the
16235 * We'll use the normal single-stepping mechanism via interpBreak,
16322 * We'll need to stash our lr origin away, recover the new
16396 * already been restored by the time we get here. We'll need to set

Completed in 362 milliseconds