| /art/test/660-checker-simd-sad/src/ | 
| D | SimdSadByte.java | 24   private static byte sadByte2Byte(byte[] b1, byte[] b2) {  in sadByte2Byte() 33   private static byte sadByte2ByteAlt(byte[] b1, byte[] b2) {  in sadByte2ByteAlt() 44   private static byte sadByte2ByteAlt2(byte[] b1, byte[] b2) {  in sadByte2ByteAlt2() 57   private static short sadByte2Short(byte[] b1, byte[] b2) {  in sadByte2Short() 66   private static short sadByte2ShortAlt(byte[] b1, byte[] b2) {  in sadByte2ShortAlt() 77   private static short sadByte2ShortAlt2(byte[] b1, byte[] b2) {  in sadByte2ShortAlt2() 121   private static int sadByte2Int(byte[] b1, byte[] b2) {  in sadByte2Int() 161   private static int sadByte2IntAlt(byte[] b1, byte[] b2) {  in sadByte2IntAlt() 203   private static int sadByte2IntAlt2(byte[] b1, byte[] b2) {  in sadByte2IntAlt2() 252   private static long sadByte2Long(byte[] b1, byte[] b2) {  in sadByte2Long() [all …] 
 | 
| /art/test/646-checker-simd-hadd/src/ | 
| D | HaddShort.java | 63   private static void halving_add_signed(short[] b1, short[] b2, short[] bo) {  in halving_add_signed() 104   private static void halving_add_signed_alt(short[] b1, short[] b2, short[] bo) {  in halving_add_signed_alt() 155   private static void halving_add_unsigned(short[] b1, short[] b2, short[] bo) {  in halving_add_unsigned() 195   private static void rounding_halving_add_signed(short[] b1, short[] b2, short[] bo) {  in rounding_halving_add_signed() 233   private static void rounding_halving_add_signed_alt(short[] b1, short[] b2, short[] bo) {  in rounding_halving_add_signed_alt() 275   private static void rounding_halving_add_signed_alt2(short[] b1, short[] b2, short[] bo) {  in rounding_halving_add_signed_alt2() 319   private static void rounding_halving_add_signed_alt3(short[] b1, short[] b2, short[] bo) {  in rounding_halving_add_signed_alt3() 372   private static void rounding_halving_add_unsigned(short[] b1, short[] b2, short[] bo) {  in rounding_halving_add_unsigned() 426   private static void rounding_halving_add_unsigned_alt(short[] b1, short[] b2, short[] bo) {  in rounding_halving_add_unsigned_alt()
  | 
| D | HaddByte.java | 59   private static void halving_add_signed(byte[] b1, byte[] b2, byte[] bo) {  in halving_add_signed() 109   private static void halving_add_unsigned(byte[] b1, byte[] b2, byte[] bo) {  in halving_add_unsigned() 147   private static void rounding_halving_add_signed(byte[] b1, byte[] b2, byte[] bo) {  in rounding_halving_add_signed() 199   private static void rounding_halving_add_unsigned(byte[] b1, byte[] b2, byte[] bo) {  in rounding_halving_add_unsigned()
  | 
| D | HaddAltByte.java | 62   private static void halving_add_signed(byte[] b1, byte[] b2, byte[] bo) {  in halving_add_signed() 112   private static void halving_add_unsigned(byte[] b1, byte[] b2, byte[] bo) {  in halving_add_unsigned() 150   private static void rounding_halving_add_signed(byte[] b1, byte[] b2, byte[] bo) {  in rounding_halving_add_signed() 202   private static void rounding_halving_add_unsigned(byte[] b1, byte[] b2, byte[] bo) {  in rounding_halving_add_unsigned()
  | 
| D | HaddAltChar.java | 62   private static void halving_add_unsigned(char[] b1, char[] b2, char[] bo) {  in halving_add_unsigned() 116   private static void halving_add_also_unsigned(char[] b1, char[] b2, char[] bo) {  in halving_add_also_unsigned() 154   private static void rounding_halving_add_unsigned(char[] b1, char[] b2, char[] bo) {  in rounding_halving_add_unsigned() 210   private static void rounding_halving_add_also_unsigned(char[] b1, char[] b2, char[] bo) {  in rounding_halving_add_also_unsigned()
  | 
| D | HaddChar.java | 59   private static void halving_add_unsigned(char[] b1, char[] b2, char[] bo) {  in halving_add_unsigned() 112   private static void halving_add_also_unsigned(char[] b1, char[] b2, char[] bo) {  in halving_add_also_unsigned() 150   private static void rounding_halving_add_unsigned(char[] b1, char[] b2, char[] bo) {  in rounding_halving_add_unsigned() 205   private static void rounding_halving_add_also_unsigned(char[] b1, char[] b2, char[] bo) {  in rounding_halving_add_also_unsigned()
  | 
| D | HaddAltShort.java | 62   private static void halving_add_signed(short[] b1, short[] b2, short[] bo) {  in halving_add_signed() 112   private static void halving_add_unsigned(short[] b1, short[] b2, short[] bo) {  in halving_add_unsigned() 152   private static void rounding_halving_add_signed(short[] b1, short[] b2, short[] bo) {  in rounding_halving_add_signed() 204   private static void rounding_halving_add_unsigned(short[] b1, short[] b2, short[] bo) {  in rounding_halving_add_unsigned()
  | 
| /art/test/476-checker-ctor-fence-redun-elim/src/ | 
| D | Main.java | 214     Base b2 = new Base();  in exercise()  local 264     Base b2 = new ThreeFinal(4, 5, 6);  in exercise()  local 316       Base b2 = new Base();  in exercise()  local 359       Base b2 = new Base();  in exercise()  local 413     Base b2 = new Base();  in exercise()  local 457       Base b2 = new Base();  in exercise()  local 517       Base b2 = new Base();  in exercise()  local 557       Base b2 = new Base();  in exercise()  local 595       Base b2 = new Base();  in exercise()  local 635       Base b2 = new Base();  in exercise()  local [all …] 
 | 
| /art/tools/dexfuzz/src/dexfuzz/rawdex/ | 
| D | DexRandomAccessFile.java | 56     int b2 = readUnsignedByte();  in readUShort()  local 65     int b2 = (value & 0xff00) >> 8;  in writeUShort()  local 75     int b2 = readUnsignedByte();  in readUInt()  local 87     int b2 = (value & 0xff00) >> 8;  in writeUInt()  local
  | 
| /art/test/805-TooDeepClassInstanceOf/src/ | 
| D | Main.java | 38     A b2 = new B2();  in main()  local
  | 
| /art/test/952-invoke-custom/src/ | 
| D | TestBase.java | 26     static void assertEquals(byte b1, byte b2) {  in assertEquals()
  | 
| /art/test/115-native-bridge/src/ | 
| D | NativeBridgeMain.java | 97     native static byte byteMethod(byte b1, byte b2, byte b3, byte b4, byte b5, byte b6, byte b7,  in byteMethod() 129 …native static boolean booleanMethod(boolean b1, boolean b2, boolean b3, boolean b4, boolean b5, bo…  in booleanMethod()
  | 
| /art/test/168-vmstack-annotated/src/ | 
| D | Main.java | 122         LinkedList<CyclicBarrier> b2 = new LinkedList<>();  in testCluster1()  local
  | 
| /art/test/712-varhandle-invocations/src/ | 
| D | VarHandleArrayTests.java | 133         private int toHost(ByteOrder order, byte b0, byte b1, byte b2, byte b3) {  in toHost()
  | 
| /art/test/004-JniTest/src/ | 
| D | Main.java | 152     static native byte byteMethod(byte b1, byte b2, byte b3, byte b4, byte b5, byte b6, byte b7,  in byteMethod() 190 …private static native boolean booleanMethod(boolean b1, boolean b2, boolean b3, boolean b4, boolea…  in booleanMethod()
  | 
| /art/test/115-native-bridge/ | 
| D | nativebridge.cc | 144 static jbyte trampoline_Java_Main_byteMethod(JNIEnv* env, jclass klass, jbyte b1, jbyte b2,  in trampoline_Java_Main_byteMethod() 165                                                    jboolean b2, jboolean b3, jboolean b4,  in trampoline_Java_Main_booleanMethod()
  | 
| /art/test/684-checker-simd-dotprod/src/other/ | 
| D | TestByte.java | 574   private static void testDotProd(byte[] b1, byte[] b2, int[] results) {  in testDotProd()
  | 
| /art/compiler/optimizing/ | 
| D | induction_var_range.cc | 272   bool b1, b2;  // unused  in GenerateRange()  local 295   bool b1, b2;  // unused  in GenerateTakenTest()  local 339   bool b1, b2;  // unused  in GenerateLastValue()  local
  | 
| D | bounds_check_elimination.cc | 1563           bool b1 = false, b2 = false;  in TransformLoopForDynamicBCE()  local
  | 
| /art/test/906-iterate-heap/src/art/ | 
| D | Test906.java | 130     B b2 = new B();  in doTest()  local
  | 
| /art/test/004-JniTest/ | 
| D | jni_test.cc | 232 extern "C" jbyte JNICALL Java_Main_byteMethod(JNIEnv*, jclass, jbyte b1, jbyte b2,  in Java_Main_byteMethod() 278                                                     jboolean b2, jboolean b3, jboolean b4,  in Java_Main_booleanMethod()
  |