/dalvik/vm/mterp/c/ |
opcommon.cpp | 147 s4 firstVal, secondVal, result; \ 149 secondVal = GET_REGISTER(vsrc2); \ 150 if (secondVal == 0) { \ 155 if ((u4)firstVal == 0x80000000 && secondVal == -1) { \ 161 result = firstVal _op secondVal; \ 272 s4 firstVal, secondVal, result; \ 274 secondVal = GET_REGISTER(vsrc1); \ 275 if (secondVal == 0) { \ 280 if ((u4)firstVal == 0x80000000 && secondVal == -1) { \ 286 result = firstVal _op secondVal; \ [all...] |
/dalvik/vm/mterp/out/ |
InterpC-armv5te-vfp.cpp | 663 s4 firstVal, secondVal, result; \ 665 secondVal = GET_REGISTER(vsrc2); \ 666 if (secondVal == 0) { \ 671 if ((u4)firstVal == 0x80000000 && secondVal == -1) { \ 677 result = firstVal _op secondVal; \ [all...] |
InterpC-armv5te.cpp | 663 s4 firstVal, secondVal, result; \ 665 secondVal = GET_REGISTER(vsrc2); \ 666 if (secondVal == 0) { \ 671 if ((u4)firstVal == 0x80000000 && secondVal == -1) { \ 677 result = firstVal _op secondVal; \ [all...] |
InterpC-armv7-a-neon.cpp | 663 s4 firstVal, secondVal, result; \ 665 secondVal = GET_REGISTER(vsrc2); \ 666 if (secondVal == 0) { \ 671 if ((u4)firstVal == 0x80000000 && secondVal == -1) { \ 677 result = firstVal _op secondVal; \ [all...] |
InterpC-armv7-a.cpp | 663 s4 firstVal, secondVal, result; \ 665 secondVal = GET_REGISTER(vsrc2); \ 666 if (secondVal == 0) { \ 671 if ((u4)firstVal == 0x80000000 && secondVal == -1) { \ 677 result = firstVal _op secondVal; \ [all...] |
InterpC-mips.cpp | 663 s4 firstVal, secondVal, result; \ 665 secondVal = GET_REGISTER(vsrc2); \ 666 if (secondVal == 0) { \ 671 if ((u4)firstVal == 0x80000000 && secondVal == -1) { \ 677 result = firstVal _op secondVal; \ [all...] |
InterpC-x86.cpp | 663 s4 firstVal, secondVal, result; \ 665 secondVal = GET_REGISTER(vsrc2); \ 666 if (secondVal == 0) { \ 671 if ((u4)firstVal == 0x80000000 && secondVal == -1) { \ 677 result = firstVal _op secondVal; \ [all...] |
InterpC-allstubs.cpp | 663 s4 firstVal, secondVal, result; \ 665 secondVal = GET_REGISTER(vsrc2); \ 666 if (secondVal == 0) { \ 671 if ((u4)firstVal == 0x80000000 && secondVal == -1) { \ 677 result = firstVal _op secondVal; \ [all...] |
InterpC-portable.cpp | 609 s4 firstVal, secondVal, result; \ 611 secondVal = GET_REGISTER(vsrc2); \ 612 if (secondVal == 0) { \ 617 if ((u4)firstVal == 0x80000000 && secondVal == -1) { \ 623 result = firstVal _op secondVal; \ [all...] |
/libcore/luni/src/test/java/tests/api/java/util/ |
HashtableTest.java | 122 Object secondVal = new Integer(5); 124 map.put("Ooga", secondVal); 129 ht.get("Ooga") == secondVal);
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/ |
HashtableTest.java | 99 Object secondVal = new Integer(5); 101 map.put("Ooga", secondVal); 106 ht.get("Ooga") == secondVal);
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
CStringChecker.cpp | 429 SVal secondVal = state->getSVal(Second, LCtx); 435 Optional<Loc> secondLoc = secondVal.getAs<Loc>(); 469 // Switch the values so that firstVal is before secondVal. [all...] |