| /art/test/660-checker-simd-sad/src/ | 
| D | SimdSadChar.java | 26   private static char sadChar2Char(char[] s1, char[] s2) {  in sadChar2Char() 35   private static char sadChar2CharAlt(char[] s1, char[] s2) {  in sadChar2CharAlt() 46   private static char sadChar2CharAlt2(char[] s1, char[] s2) {  in sadChar2CharAlt2() 73   private static int sadChar2Int(char[] s1, char[] s2) {  in sadChar2Int() 96   private static int sadChar2IntAlt(char[] s1, char[] s2) {  in sadChar2IntAlt() 121   private static int sadChar2IntAlt2(char[] s1, char[] s2) {  in sadChar2IntAlt2() 151   private static long sadChar2Long(char[] s1, char[] s2) {  in sadChar2Long() 179   private static long sadChar2LongAt1(char[] s1, char[] s2) {  in sadChar2LongAt1() 193     char[] s2 = { 0, 0x7fff, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 };  in main()  local
  | 
| D | SimdSadShort2.java | 26   private static short sadCastedChar2Short(char[] s1, char[] s2) {  in sadCastedChar2Short() 35   private static short sadCastedChar2ShortAlt(char[] s1, char[] s2) {  in sadCastedChar2ShortAlt() 46   private static short sadCastedChar2ShortAlt2(char[] s1, char[] s2) {  in sadCastedChar2ShortAlt2() 106   private static int sadCastedChar2Int(char[] s1, char[] s2) {  in sadCastedChar2Int() 163   private static int sadCastedChar2IntAlt(char[] s1, char[] s2) {  in sadCastedChar2IntAlt() 222   private static int sadCastedChar2IntAlt2(char[] s1, char[] s2) {  in sadCastedChar2IntAlt2() 289   private static long sadCastedChar2Long(char[] s1, char[] s2) {  in sadCastedChar2Long() 354   private static long sadCastedChar2LongAt1(char[] s1, char[] s2) {  in sadCastedChar2LongAt1() 368     char[] s2 = { 0, 0x7fff, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 };  in main()  local
  | 
| D | SimdSadShort.java | 28   private static short sadShort2Short(short[] s1, short[] s2) {  in sadShort2Short() 37   private static short sadShort2ShortAlt(short[] s1, short[] s2) {  in sadShort2ShortAlt() 48   private static short sadShort2ShortAlt2(short[] s1, short[] s2) {  in sadShort2ShortAlt2() 92   private static int sadShort2Int(short[] s1, short[] s2) {  in sadShort2Int() 132   private static int sadShort2IntAlt(short[] s1, short[] s2) {  in sadShort2IntAlt() 174   private static int sadShort2IntAlt2(short[] s1, short[] s2) {  in sadShort2IntAlt2() 345   private static long sadShort2Long(short[] s1, short[] s2) {  in sadShort2Long() 391   private static long sadShort2LongAt1(short[] s1, short[] s2) {  in sadShort2LongAt1() 405     short[] s2 = { 0,  32767, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 };  in main()  local
  | 
| /art/test/684-checker-simd-dotprod/src/other/ | 
| D | TestVarious.java | 330     int s2 = 2;  in testDotProdBothSignedUnsigned1()  local 397     int s2 = 2;  in testDotProdBothSignedUnsigned2()  local 465     int s2 = 2;  in testDotProdBothSignedUnsignedDoubleLoad()  local 517     int s2 = 2;  in testDotProdBothSignedUnsignedChar()  local
  | 
| D | TestCharShort.java | 568   private static void testDotProd(short[] s1, short[] s2, char[] c1, char[] c2, int[] results) {  in testDotProd()
  | 
| /art/benchmark/stringbuilder-append/src/ | 
| D | StringBuilderAppendBenchmark.java | 30         String s2 = string2;  in timeAppendStrings()  local 43         String s2 = longString2;  in timeAppendLongStrings()  local 121         String s2 = string2;  in timeAppendStringDoubleStringAndFloat()  local
  | 
| /art/test/020-string/src/ | 
| D | Main.java | 59 …String s2 = "\u0c6d\u0cb6\u0d00\u0000\u0080\u0080\u0080\u0000\u0002\u0002\u0002\u0000\uffff\uffff\…  in basicTest()  local 108         String s2 = new String(byteArray);  in constructorTest()  local
  | 
| /art/test/580-checker-string-fact-intrinsics/src-art/ | 
| D | Main.java | 63     String s2 = StringFactory.newStringFromString(s1);  in testNewStringFromString()  local
  | 
| /art/test/Statics/ | 
| D | Statics.java | 20     static final char s2 = 'a';  field in Statics
  | 
| /art/test/840-resolution/src/ | 
| D | Main.java | 23   static Interface s2;  field in Main
  | 
| /art/test/952-invoke-custom/src/ | 
| D | TestBase.java | 40     static void assertEquals(short s1, short s2) {  in assertEquals()
  | 
| /art/test/004-StackWalk/src/ | 
| D | Main.java | 45     String s2 = new String("2");  in shlemiel()  local
  | 
| /art/test/922-properties/src/art/ | 
| D | Test922.java | 82   private static boolean equals(String s1, String s2) {  in equals()
  | 
| /art/runtime/arch/ | 
| D | memcmp16_test.cc | 56     uint16_t *s1, *s2;  // Use raw pointers to simplify using clobbered addresses  in CheckSeparate()  local
  | 
| /art/test/697-checker-string-append/src/ | 
| D | Main.java | 345     public static String $noinline$appendStringAndString(String s1, String s2) {  in $noinline$appendStringAndString()
  | 
| /art/runtime/ | 
| D | reference_table_test.cc | 285     ObjPtr<mirror::String> s2 = mirror::String::AllocFromModifiedUtf8(soa.Self(), "world");  in TEST_F()  local
  | 
| /art/test/115-native-bridge/src/ | 
| D | NativeBridgeMain.java | 112 …native static short shortMethod(short s1, short s2, short s3, short s4, short s5, short s6, short …  in shortMethod()
  | 
| /art/test/639-checker-code-sinking/src/ | 
| D | Main.java | 705     String s2 = "s2";  in $noinline$twoThrowingPathsAndStringBuilderAppend()  local
  | 
| /art/test/953-invoke-polymorphic-compiler/src/ | 
| D | Main.java | 60   public static void assertEquals(String s1, String s2) {  in assertEquals()
  | 
| /art/test/004-JniTest/ | 
| D | jni_test.cc | 257 extern "C" jshort JNICALL Java_Main_shortMethod(JNIEnv*, jclass, jshort s1, jshort s2,  in Java_Main_shortMethod() 648   jstring s2 = reinterpret_cast<jstring>(env->AllocObject(c));  in Java_Main_testNewStringObject()  local
  | 
| /art/test/004-JniTest/src/ | 
| D | Main.java | 173 …private static native short shortMethod(short s1, short s2, short s3, short s4, short s5, short s6…  in shortMethod()
  | 
| /art/test/115-native-bridge/ | 
| D | nativebridge.cc | 154 static jshort trampoline_Java_Main_shortMethod(JNIEnv* env, jclass klass, jshort s1, jshort s2,  in trampoline_Java_Main_shortMethod()
  | 
| /art/test/623-checker-loop-regressions/src/ | 
| D | Main.java | 553     int s2 = 0;  in reduction32Values()  local
  | 
| /art/test/956-methodhandles/src/ | 
| D | Main.java | 719   public static void assertEquals(String s1, String s2) {  in assertEquals()
  | 
| /art/test/957-methodhandle-transforms/src/ | 
| D | Main.java | 1699   public static void assertEquals(String s1, String s2) {  in assertEquals()
  |